*, body { font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
body { margin-bottom: 30px; background: url(../img/login_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;}
h1 {
	font-weight: 300;
	font-size: 3rem;
	line-height: normal;
	margin: auto;
	text-align: center;
}
h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	color: #09F;
}
.titlesub{
	/* background: linear-gradient(0deg, rgba(255, 199, 133, 0.9) 19.57%, rgba(250, 199, 47, 0.9) 44.19%, rgba(255, 199, 133, 0.9) 73.91%), #FFFFFF; */
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #F17B33;
    background: revert;
    background-clip: revert;
    -webkit-background-clip: revert;
    -webkit-text-fill-color: revert;
    filter: drop-shadow(2px 2px 4px black);
    margin: 0;
    font-size: 15px;
}
.green { color: #3C3; }
.gray { color: #999; }
.form-horizontal .control-label { padding-top: 0; }
.form-horizontal.templatemo-payment-form .radio.templatemo-no-padding-top {	padding-top: 0; }
.control-wrapper {
	position: relative;
}
.control-wrapper label.fa-label {
	position: absolute;
	left: 4px;
	top: 6px;
}
.btn-info{
	background-color: inherit;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    width: 100%;
    border:none;
    height:64px;
    color:#E2D29F;
    font-size: 16px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
	background-color: inherit;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    width: 100%;
    border:none;
    height:64px;
    color:#E2D29F;
}
.container{width:100%;}
.form-group:last-child { margin-bottom: 0; }
.form-horizontal .control-label { margin-bottom: 10px; }
.table { margin-bottom: 0; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
.login-container {
	border-radius: 8px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}
.bg-gray { background-color: #eee; }
.bg-gray .logo{
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 100%;
    height: 276px;
}
.bg-gray h1 { 
	    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(255, 199, 133, 0.9) 19.57%, rgba(250, 199, 47, 0.9) 44.19%, rgba(255, 199, 133, 0.9) 73.91%), #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: var(--letter-spacing);
    filter: drop-shadow(2px 2px 4px black);
}
.templatemo-bg-image-1 {
	background-color: rgb(60,60,60);
	background-image: url(../img/templatemo-bg-1.jpg);	
}
.templatemo-bg-image-2 {
	background-color: rgb(70, 90, 40);
	background-image: url(../img/templatemo-bg-2.jpg);
}
.templatemo-bg-image-1, .templatemo-bg-image-2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;	
}
.templatemo-bg-image-1, .templatemo-bg-image-2 { background-size: cover; }
.font-size-small { font-size: 0.8em; }
.margin-bottom-15 {	margin-bottom: 15px; }
.margin-bottom-30 {	margin-bottom: 10px; }
.form-group { margin-bottom: 20px; }
.form-group a {	line-height: 34px; }
.fa { font-size: 16px; }
.fa.login-with {
	font-size: 30px;
	margin: 0 5px;
}
.fa-medium { font-size: 20px; }
.inline-block { display: inline-block; }
.langtitle{
	color:#d8d9dc;
}
.fa.language {
	width: 34px;
    height: 24px;
}
.fa.usa {
	background-image: url(../img/usa.png);		
}
.fa.usa:hover,.fa.usa-active {
	background-image: url(../img/usa_active.png);	
}
.fa.ch {
	background-image: url(../img/ch.png);		
}
.fa.ch:hover,.fa.ch-active {
	background-image: url(../img/ch_active.png);	
}
.fa.chrome {
	width: 24px;
    height: 24px;
	background-image: url(../img/chrome.jpg);		
}
/*login*/
.login-form-1 { max-width: 500px; }
.login-form-1 a { color: gray; }
.login-form-1 a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.templatemo-create-new {
	color: #58B4BB;
	font-size: 18px;
	font-weight: 300;
}
.templatemo-create-new:hover {
	color: #138892;
	text-decoration: none;
}
.copyright{font-size:13px;color:#d8d9dc}

/*mobile-code*/
.mobile-code-form {
	background-color: #fff;	
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
}
.btn btn-info,.form-control{
	float:left;
}
.inner{
	max-width: 500px;
	margin: 10% auto;
}
.form-control{
	font-size:16px;
	height: 46px;
	padding: 12px;
}
.regfort{
	padding-bottom:20px;
}
.regfort .register{
	float: left;
	padding-left:20px;
}
.regfort .forgot{
	float: right;
	padding-right:20px;
}
.regfort .register, .regfort .forgot{
	/* background: linear-gradient(0deg, rgba(255, 199, 133, 0.9) 19.57%, rgba(250, 199, 47, 0.9) 44.19%, rgba(255, 199, 133, 0.9) 73.91%), #FFFFFF; */
	font-weight: bold;
    /* text-transform: uppercase;
    letter-spacing: 6px; */
    color: #F17B33;
    background: revert;
    background-clip: revert;
    -webkit-background-clip: revert;
    -webkit-text-fill-color: revert;
    filter: drop-shadow(2px 2px 4px black);
}
.footer{
	text-align: center;
	margin-top:50px;
}

@media screen and (max-width: 767px) {
  body {
    background: url(../img/login_bgh5.jpg);
  }
  .inner{
	max-width: 500px;
	margin: 3% auto;
}
}