body{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#mainFormBox input::-moz-placeholder { color: #aaacab; }
#mainFormBox input::-webkit-input-placeholder { color: #aaacab; }
input[type="checkbox"]+span,input[type="radio"]+span{-webkit-appearance:none;width:16px;height:16px;border:1px solid rgba(0,0,0,.3);outline:none;margin-right:5px;box-sizing:border-box;display:inline-block;top: 1px;position: relative;}
input[type="checkbox"]:checked+span:before{content:"";display:block;width:9px;height:14px;border:0 solid rgb(51, 153, 255);border-width:0 2px 2px 0;-webkit-transform:rotateZ(45deg);margin:-4px 3px;pointer-events:none;}

@font-face {
    font-family: "ArimoRegular";
    src: url("../fonts/Arimo/ArimoRegular/ArimoRegular.eot");
    src: url("../fonts/Arimo/ArimoRegular/ArimoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Arimo/ArimoRegular/ArimoRegular.woff") format("woff"),
    url("../fonts/Arimo/ArimoRegular/ArimoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ArimoBold";
    src: url("../fonts/Arimo/ArimoBold/ArimoBold.eot");
    src: url("../fonts/Arimo/ArimoBold/ArimoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Arimo/ArimoBold/ArimoBold.woff") format("woff"),
    url("../fonts/Arimo/ArimoBold/ArimoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ArimoBoldItalic";
    src: url("../fonts/Arimo/ArimoBoldItalic/ArimoBoldItalic.eot");
    src: url("../fonts/Arimo/ArimoBoldItalic/ArimoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Arimo/ArimoBoldItalic/ArimoBoldItalic.woff") format("woff"),
    url("../fonts/Arimo/ArimoBoldItalic/ArimoBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ArimoItalic";
    src: url("../fonts/Arimo/ArimoItalic/ArimoItalic.eot");
    src: url("../fonts/Arimo/ArimoItalic/ArimoItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Arimo/ArimoItalic/ArimoItalic.woff") format("woff"),
    url("../fonts/Arimo/ArimoItalic/ArimoItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.fon-login{
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	background: rgba(51,153,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,105,255,1) 0%, rgba(158,178,255,1) 100%);
	/*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,105,255,1)), color-stop(100%, rgba(158,178,255,1)));*/
	background: -webkit-linear-gradient(-45deg, rgba(0,105,255,1) 0%, rgba(158,178,255,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,105,255,1) 0%, rgba(158,178,255,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,105,255,1) 0%, rgba(158,178,255,1) 100%);
	background: linear-gradient(120deg, #0069FF 0%, rgba(158,178,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008980', endColorstr='#bbe5b8', GradientType=1 );
}
.fon--login:after {
    content: '';
    /*background-image: url(assets/images/candles.png);*/
    width: 100%;
    height: 100%;
    background-size: cover;
    /*animation-duration: 105s;*/
    /*animation-name: bkg_contact;*/
    /*animation-iteration-count: infinite;*/
    /*animation-timing-function: linear;*/
    position: absolute;
    top: 0;
    /*display: block;*/
    display: none;
    z-index: 1;
    opacity: .15;
}
/*@keyframes bkg_contact {*/
    /*from {background-position:  0;}*/
    /*to {background-position:  -5000px;} */
/*}*/
.fon-login .container{
     height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.login .form-validate fieldset{
    border: none;
}
.wrapper-b{
    width: 100%;
}
.logo-fon{
  /*  height: 500px; */
}
.form-log, .logo-fon{
    display: inline-block;
    z-index: 100;
}
.controls1, .control-label1{
    display: inline-block;
}
.control-label1{
     font-family: "ArimoItalic", sans-serif;
     font-size: 12px;
     color: #727272;
     font-style: italic;
     line-height: 1.828;
}
.controls1 input{
      border-width: 1px;
      border-color: rgb(105, 105, 105);
      border-style: solid;
}
.controls1  input[type="checkbox"]{
    background-color: transparent;
    height: 10px;
    width: 10px;
    margin: 0 5px 0 0;
}
.form-log{
     margin-left: -17px;
}
.wr-log{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	background: #fff;
}
.wr-log h3{
      font-size: 28px;
      font-family: "ArimoBold", sans-serif;
      color: rgb(49, 49, 49);
      line-height: 0.429;
      text-align: center;
      margin: 45px 0 70px;
}
.controls input{
		display: block;
        border: none;
        border-bottom: 1px solid #313131;
        background-color: white;
        width: 260px;
        padding: 5px 10px 5px 30px;
        margin: 0 auto 10px auto;
        font-size: 14px;
        font-family: "MyriadProRegular", sans-serif;
        color: rgba(49, 49, 49, 0.502);
        line-height: 0.857;
		background-position:5px 5px;
}
.people input{
        background-image: url(../images/people.png);
        background-repeat: no-repeat;
}
.pass input{
        background-image: url(../images/pass.png);
        background-repeat: no-repeat;
}
.controls input:hover{
        /*background-color: fade(white, 40%);*/
}
.controls input:focus{
			background-color: white;
			/*width: 250px;*/
			font-weight: 300;
			/*color: @prim;*/
            outline: none;
}
.controls input:hover {
        background-color: rgba(255, 255, 255, 0.4);
}
.controls button, .cb_template .btn-primary{
		border: none;
		color: #fff;
		cursor: pointer;
		border-radius: 4px;
		background-color: #39f;
		background-image: none;
		width: 180px;
		height: 50px;
		font-size: 14px;
		font-weight: bold;
		font-family: "ArimoBold", sans-serif;
		opacity: 1;
}

.controls button:focus{
        outline: none;
}
.controls input:-webkit-autofill{
        background-color: transparent;
}
.controls button:hover, .cb_template .btn-primary:hover, .cb_template .btn-primary:focus{
        box-shadow: 0 0 60px 5px #50d17a;
        transition: .3s ease;
}
.control-group:nth-child(3){
	display:block;
	height:25px;
    width: 180px;
	font-style:italic;
	margin-top:15px;
	margin-left:90px;
}

.line-l, .line-r{
    width: 80px;
}
.line-l, .line-r, .circle-r{
  border: 1px solid #cbcbcb;
    display: inline-block;
}
.circle-r{
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.line-or{
    text-align: center;
}
.circle-r span{
    font-size: 8px;
    font-family: "ArimoRegular", sans-serif;
    color: rgba(49, 49, 49, 0.502);
    text-transform: uppercase;
    line-height: 2.75;
    text-align: center;
    display: block;
}
.facebook-login, .google-login, .in-login {
     border-radius: 4px;
    width: 180px;
    height: 36px;
    margin: 15px auto 0;
}
.facebook-login{
    background-color: #517dbf;
}
.google-login{
    background-color: #e04a32;
}
.in-login{
    background-color: #1c86bd;
}
.facebook-login span, .google-login span, .in-login span{
  font-size: 14px;
  font-family: "ArimoBold", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.571;
}
.logo-f, .facebook-login span, .google-login span, .in-login span{
  display: inline-block;
}
.facebook-login a, .google-login a, .in-login a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.ver-line{
        background-color: #4b73af;
        width: 1px;
        height: 26px;
        margin-left: -12px;
}
.ver-line1{
        background-color: #cb4732;
        width: 1px;
        height: 26px;
        margin-left: -25px;
}
.ver-line2{
        background-color: #207cac;
        width: 1px;
        height: 26px;
        margin-left: -19px;
}
.nav-stacked{
    padding: 0;
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}
.nav-stacked li{
    list-style: none;
    margin-bottom: 10px;
}
.nav-stacked li a{
    color: #858585;
    font-size: 14px;
    font-family: "ArimoRegular", sans-serif;
    line-height: 1.571;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
}
.nav-stacked li a:hover{
    color: #50a5a2;
    border: none;
    background-color: transparent;
}
.login .well{
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.well{
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    background-color:transparent;
}
.control-label{
    text-align: center !important;
}
.cbRegistrationContainer .cbRegistrationLogin, .cbRegistrationContainer .cbRegistrationLogin + .cbRegistration{
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border: none;
    background-color: #1caf9a;
    color: #fff;
}
.nav-tabs {
    border: 1px solid #1caf9a;
}
.nav-tabs>li {
    width: 50%;
    text-align: center;
}
.nav-tabs>li.active{
    background-color: #1caf9a;
    color: #fff;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    color: #333;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.nav-tabs>li>a{
    border-radius: 0;
    border:none;
    color: #333;
}
.add-on{
    display: none;
}

#modlgn-username{
    background-image: url(assets/images/people.png);
    background-repeat: no-repeat;
}
#modlgn-passwd {
	margin-top:35px;
    background-image: url(assets/images/pass.png);
    background-repeat: no-repeat;
}
.userdata{
    text-align: center;
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#form-login-links{
    padding: 0;
   margin: 30px 0;
}
#form-login-links li{
        list-style: none;
    text-align: center;
    margin: 15px;
}
#form-login-links li a{
    color: #333;
    color: #696969;
}
#form-login-links li a:hover{
    color: #50a5a2;
}

@media screen and (max-width: 1024px) {
    .logo-fon {height: 40vw;}
    .form-log {height: auto;}
    .wr-log h3{margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
    .form-log {height: auto;padding: 20px 0;}
}
@media screen and (max-width: 510px) {
    .form-log{width: 100%;margin: 0 auto;}
    .logo-fon{width: 100%;margin-bottom: 15px;}
    .logo-fon .wr-log img{margin: 0 auto;}
}
@media screen and (max-width: 480px) {
    .form-log{display: block;margin: 0 auto;}
    .form-log{padding: 0;width: 100%;}
    .well{margin-bottom: 0;}
    .facebook-login, .google-login, .in-login{margin: 10px auto 0;}
	.switchBox.my_btn {width: 100% !important;}
}
@media screen and (max-width: 480px) and (max-height: 350px) {
	.fon-login .container {height: auto; padding-top:10px;}
}
@media screen and (max-width: 384px) {
    .wr-log h3 {margin-bottom: 15px;font-size: 24px;}
}

@media (max-height: 680px) {
	.fon-login {
		padding-top: 25px;
		overflow: auto;
	}
	.fon-login .container {
		height: auto;
	}
}

/* -------- vadim css ------- */

.logo-fon.col-md-6.block{
	height:780px;
	width:580px;
	z-index:101;
}

.logo-fon .wr-log:after {
	content: '';
	border: 1px solid lightgrey;
	width: 1px;
	height: 65%;
}

.wrapper-b{
	height: auto;
	display: flex;
    align-items: center;
}

#mainFormBox .wrapper-b.hght_auto.savereg{
	flex-direction: column;
}

.nav-tabs{
	width:95%;
	margin:0 auto;
	border-color:rgb(32,211,143);
}

.nav-tabs li{
	height:35px;
	padding-top:7px;
	cursor:default;
}

.nav-tabs :not(.active){
	cursor:pointer;
}

.nav-tabs>li.active{
	background-color:rgb(32,211,143);
}

.controls input{
	height:35px;
	border:solid 1px rgb(32,211,143);
	border-radius: 5px/5px;
	background-color:white;
}

.controls input:focus{
	border-color:deepskyblue;
}

.controls .add-on{
	background-color:white;
}

.controls .btn.btn-primary{
	width:260px;
	outline:none;
	margin-top:20px;
}

.controls .btn.btn-primary:hover{
	background-color:rgb(32,211,143);
}

.controls .btn.btn-primary:focus{
	background-color:rgb(32,211,143);
}

#modlgn-remember{
	display:inline-block;
	vertical-align:top;
}

#login_box{
	width: 350px;
	margin: 0 auto 0 auto;
}

#login_box br {
	display: none;
}

#login_h3{
	margin:100px 0 30px 0;
	display: none;
}

#login_p1{
	text-align:center;
}

#login_hr{
	height:1px;
	width:60px;
	border:none;
	margin:30px auto 35px auto;
	background-color:black;
}

.login_inpt {
	height:35px;
	border:solid lightgrey 1px;
	border-radius: 5px/5px;
	outline:none;
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:10px 5px;
}

/* .reg_inpt,
.switchBox.my_btn{
	width:180px;
} */

.switchBox.my_btn{
	display:block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: 20px;
	color: #fff;
}

.reg_inpt:focus,
.login_inpt:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.my_inpt{
	width:100%;
}

#pass{
	margin-top:20px;
}

.mrg_top15{
	margin-top:15px;
}

.mrg_top25{
	margin-top:25px;
}

.mrg_top30{
	margin-top:30px;
}

.mrg_top65{
	margin-top:65px;
}

.mrg_top70{
	margin-top:70px;
}

.mrg_left15{
	margin-left:15px;
}

#stayIn_box{
	color:grey;
	text-align:left;
	font-style: normal;
	order: 3;
	display: flex;
}
#stayIn_box .flex {
    display: flex;
    align-items: center;
    font-weight: 500;
	color: #aaacab;
}
#stayIn_box .flex span {
    top: -1px;
    margin-right: 10px;
}


#stayIn{
	margin-right:10px;
}

.my_btn, .reg_socBox {
    display: inline-block;
    height: 50px;
    border-radius: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.reg_socBox{
	width:180px;
	padding-top:7px;
}

.my_btn{
	background-color:#39f;
	transition:.5s;
	outline:none;
	text-transform: uppercase;
}

.my_btn:hover{
	box-shadow:0 0 50px -5px #39f;
}

#login_btn{
	width:100%;
	padding-top:0;
	margin-top:15px;
	border:none;
}

#create_acc{
	color:rgb(41,176,164);
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#reg_box{
	width: 80%;
	margin:0 auto;
}

#reg_btn{
	width:100%;
	border:none;
	color:white;
	padding-top:0;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

#terms{
	text-align:center;
}

#terms span{
	color:grey;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	margin-left:10px;
}

.reg_hr{
	color:#aaacab;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.reg_hr:after,
.reg_hr:before{
	display:inline-block;
	vertical-align:middle;
	content:'';
	height:1px;
	width:140px;
	background-color:lightgrey;
}

.reg_hr.hr2:after,
.reg_hr.hr2:before{
	width:85px;
}
.reg_hr.hr3:after,
.reg_hr.hr3:before{
	width:70px;
}
.reg_hr.hr3:after {
	margin-right: -30px;
}
.reg_hr.hr3:before{
	margin-left: -30px;
}
.reg_hr span{
	margin: 0 17px;
}

.reg_socBox{
	background-size:22px;
	background-repeat:no-repeat;
	background-position:7px 7px;
}

.reg_socBox span{
	display:block;
	border-left: solid 1px rgba(50,50,50,.3);
	padding-left:5px;
	margin-left:40px;
}

#facebook_login{
	background-color:rgb(61,125,191);
	background-image:url(../images/facebook.png);
}

#linkedIn_login{
	background-color:rgb(28,134,189);
	background-image:url(../images/linkedin.png);
}

#google_login{
	background-color:orangered;
	background-image:url(../images/google2.png);
}

#vkontakte_login{
	background-color:rgb(80,114,153);
	background-image:url(../images/vk.png);
}

#login_socBox a{
	display:inline-block;
	height:35px;
	width:35px;
	border-radius:50%;
	background-size: 60%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	margin:0 12px 0 12px;
}

#login_socBox a:first-child{
	background-color:rgb(28,134,189);
	background-image:url(../images/linkedin.png);
}

#login_socBox a:nth-child(2){
	background-color:rgb(80,114,153);
	background-image:url(../images/vk.png);
}

#login_socBox a:nth-child(3){
	background-color:rgb(61,125,191);
	background-image:url(../images/facebook.png);
}

#login_socBox a:last-child{
	background-color:orangered;
	background-image:url(../images/google.png);
}

/* .inpt_user{
	background-image:url(../images/user.png);
} */

.inpt_man{
	background-image:url(../images/man.png);
}

/* .inpt_pass{
	background-image:url(../images/locked.png);
} */

.inpt_mail{
	background-image:url(../images/mail.png);
}

.inpt_phone{
	background-image:url(../images/phone-call.png);
}
.inpt_coun{
	background-image:url(../images/country.png);
}
#mainBox{
	width:auto;
}

#mainLogoBox{
	width: 700px;
	transition:.7s;
	left:0;
}

#mainLogo {
    width: 400px;
    transition:.5s;
    margin: 0 auto;
}

#mainFormBox{
	width:700px;
	height: 757px;
	transition: 1.2s;
}

#lastname,
#email,
#password__verify{
	margin-left:15px;
}

/* ED */
.main-block {
	background: #fff;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	position: relative;
}
/* end */

.mrg_top65,
.mrg_top25{
	position:relative;
}

.cbValidationMessage.text-danger,
.cbValidationMessage.text-success{
	width:100%;
	text-align:center;
	position:absolute;
	margin-top:0px;
}

.cbSpinner{
	position:absolute;
	visibility:hidden;
}
#cb_country,
#cb_country option{

}
@media (min-width: 769px) {
	#registrationTable .cb_form_line:nth-child(2n+1) {
		padding-right: 12px !important;
	}
	#registrationTable .cb_form_line:nth-child(2n) {
		padding-left: 12px !important;
	}
	.cb_template .cbFieldIcons {
		margin: 0 !important;
		display: block !important;
	}
}

.col_teal{
	color: #39f;
}
.alert.alert-error {
    font-size: 16px;
    color: white;
    background-color: #d9534f;
}

/*----- http://cliqfx.u.org.ua/promotions/fund-managers -> get started -> login message  ------*/

#system-message-container{
	width:100%;
    position: absolute;
	top:0;
	left:0;
}
#system-message .alert.alert-success,
#system-message .alert.alert-error{
	margin-bottom:0;
	border-radius: 0;
	margin-left: -15px;
	padding: 50px 100px;
	position: relative;
	z-index: 1;
}

.close {
	position: absolute;
	right: 25px;
	top: 25px;
}

/*----- login -> create acc ->thx for regestration window ----*/

#mainFormBox .cb_template.cb_template_default div p{
	padding-left:15px;
}
#mainFormBox .cb_template.cb_template_default + a, #mainFormBox a.gohome{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
	height: 50px;
    color: white;
	margin: 25px auto;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0;
    background-color: #39f;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
/* #mainFormBox .cb_template.cb_template_default + a{
    margin: 15px 15px 15px 0;
} */
/*
.cb_template_default div:first-child{
    position: relative;
    top: -68px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 15%
    border-bottom: 1px solid #eee;
}*/
@media (max-width:1600px){
	#system-message-container{
		top:0px;
	}
}
/*@media (max-width:1024px){
    .cb_template_default div:first-child {
        position: relative;
        top: -49px;
    }
}*/
@media (max-width:920px){
	#system-message-container{
		top:0;
	}
}
#firstname,
#lastname,
#username,
#password,
#password__verify,
#cb_country,
#cb_phone,
#email{
	transition:.5s;
}
.cbUserConfirmation.cb_template.cb_template_default .info{
	padding:20px;
}
.savereg #cbcheckedadminForm{
	margin-top: 121px;
}

#lostpassusername{
	margin-bottom:20px;
}

#lostpassusername .cb_field input, #lostpassemail .cb_field input {
	width: 350px;
	height: 50px;
	border-radius: 0;
	margin:  0 auto;
}

#mainFormBox .page-header > h3{
	line-height: 1.5 !important;
	margin: 10px 0 15px !important;
	font-size: 27px !important;
}
#mainFormBox .cbLostPassForm.cb_template.cb_template_default .page-header{
	border-bottom:none;
    border-radius: 0;
	background: inherit;
}
#mainFormBox .cbLostPassForm.cb_template.cb_template_default .page-header > h3{
    color: #333333;
    font-size: 19px !important;
    text-transform: uppercase;
}

.just_login{
	/* padding-top: 200px; */
}

@media(max-width:920px){
	#mainFormBox .wrapper-b.hght_auto{
		height: auto;
		padding-bottom: 25px;
	}
	#mainFormBox{
		height:auto;
	}
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default .page-header > h3{
		/*padding-top:65px;*/
		padding-top: 10px; /*new (lost pass)*/
	}
	#mainFormBox .cb_template.cb_template_default + a, #mainFormBox a.gohome{
		margin: 15px auto;
	}
	#system-message-container{
		position: static;
	}
	#system-message-container .alert.alert-error, .alert.alert-success{
		padding-top: 50px;
		margin-top: 0px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#login_h3{
		margin-top:50px;
	}
	.just_login {
		padding-top: 25px;
	}
}
@media(max-width:768px){
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default{
		width: 100%;
	}
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default .page-header > h3{
		padding-top:0;
	}
	#lostpassreminder {
		padding-left: 0 !important;
		margin-top: 0px;
		flex-wrap: wrap;
	}
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default #adminForm{
		padding:0 20px;
	}
	#mainFormBox .forgout #adminForm {
		padding: inherit !important;
		margin: 0 -15px;
	}
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default #adminForm .btn.btn-primary.cbLostPassSend{
		width:100%
	}
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default #adminForm #checkusername,
	#mainFormBox .cbLostPassForm.cb_template.cb_template_default #adminForm #checkemail{
		width:100%;
	}
	#lostpassusername{
		margin-bottom:20px;
	}
	#lastname, #email, #password__verify, #reg_btn, #cb_country,#cb_phone,#username,#password,#acc_pdfs{
		margin-top:25px;
	}
	#acceptedterms{
		margin-top:30px;
	}
	#system-message-container .alert.alert-error{
		padding-top: 50px;
		margin-top: 0px;
		width: 100%;
		margin-left: 0;
		padding: 15px;
	}
	#system-message-container .alert.alert-success{
		width: 100%;
		margin: 0;
		padding: 15px;
	}
    /*.cb_template_default div:first-child {
        position: static;
        top: 0px;
    }*/
}
@media (max-width:400px){
	#login_h3{
		margin-top: 30px;
	}
	.just_login{
		padding-top: 50px;
	}
}
#mainFormBox .cbLostPassForm.cb_template.cb_template_default input:focus{
	border-color:#20d38f;
	box-shadow: 0 0 6px #20d38f;
}

#mainFormBox .cbLostPassForm.cb_template.cb_template_default #reminderUsername,
#mainFormBox .cbLostPassForm.cb_template.cb_template_default #reminderPassword{
	border:none;
	box-shadow:none;
    margin-left: -16px;
}

.cbLostPassForm.cb_template.cb_template_default{
	width: calc(100% + 30px);
}
.cb_template .btn-primary:hover, .cb_template .btn-primary:focus{
	background-color:rgb(32,211,143) !important;
}
.btn.btn-primary.cbLostPassSend{
	width:266px;
}
#lostpassreminder{
    padding-left: 0;
    display: flex;
    justify-content: center
}
#lostpassreminder .control-label {
    font-weight: normal;
    font-size: 13px;
    color: #aaacab;
}
#lostpassreminder .cb_field.col-sm-9{
	width: auto;
}

#lostpassusername #checkusername-error{
	text-align:left;
}

#registrationTable{
	width: 100%;
	margin: 0 auto;
}

.login_inpt {
	height: 50px;
    border: solid lightgrey 1px;
    border-radius: 0;
    outline: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

.reg_inpt{
	width:180px;
}

.cbValidationMessage.text-danger,
.cbValidationMessage.text-success{
	width:100%;
	text-align:center;
	position:absolute;
	margin-top:2px;
	/* background-color:white; */
}

.cbSpinner{
	position:absolute;
	visibility:hidden;
}

.mrg_left15{
	margin-left:15px !important;
}

.mrg_top25{
	margin-top:19px;
}

.mrg_top65,
.mrg_top25{
	position:relative;
}

#terms{
	text-align:center;
}

#terms span{
	color:grey;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	margin-left:10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#lostpassreminder .control-label {
		margin-top: -5px;
	}
}


/*------ mob reg -----*/

@media (max-width:768px){
	#reg_box{
		height:auto;
	}
	#registrationTable .reg_inpt{
		width:100%;
	}
	.mrg_left15{
		margin-left:0 !important;
	}
	.mrg_top70{
		margin-top:30px;
	}
	.mrg_top25{
		margin-top:15px;
	}
}
@media screen and (max-width: 480px){
	#mainFormBox{
		padding:20px 0;
	}
	.reg_hr.hr3:after,
	.reg_hr.hr3:before{
		width:30px;
	}
	#mainFormBox .cb_template.cb_template_default + a, #mainFormBox a.gohome{
		width: 100%;
	}
}
#acceptedterms{
    margin-left: 11px;
    margin-top: -16px;
}
#after_accept{
	margin-left:10px;
}
#cbfv_44 {
	position: relative;
    z-index: 1;
	top: 8px;
	left: 3px;
	color: #aaacab;
}
.ta_c{
	text-align: center;
	margin: 0;
    position: static;
}
.ta_c a{
	color: #39f;
}
#reg_box .mrg_top70{
	margin-top:50px !important;
}
#mainFormBox .cb_template.cb_template_default .page-header{
    border-bottom: none;
}
#mainFormBox .cb_template.cb_template_default .page-header > h1{
	width: calc(100% + 30px);
	color: white;
	text-align: center;
	font-size: 35px;
	border-radius: 0;
    padding: 10px 0;
	margin: 0 0 0 -15px;
    background-color: #39f;
}
#mainFormBox .save_title .page-header {
    position: absolute;
    width: 100%;
    top: 0;
}
#mainFormBox .save_title.cb_template.cb_template_default .page-header > h1 {
    width: 100%;
}

@media (max-width:920px){
	#mainFormBox .cb_template.cb_template_default .page-header{
		margin-top: 0px;
	}
	#mainFormBox .cb_template.cb_template_default .page-header > h1{
		padding-top: 15px;
	}
}
@media (max-width:768px){
	#mainFormBox .cb_template.cb_template_default .page-header{
		margin-top: -20px;
	}
	#mainFormBox .cb_template.cb_template_default .page-header > h1{
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width:400px){
	#mainFormBox .wrapper-b.hght_auto.savereg{
		padding-top:0;
	}
}
.wrong_inpt{
	border-color:tomato;
}
.correct_inpt{
	border-color: #50d17a;
}
.genMess:before{
	/* content:''; */
	width:15px;
	height:15px;
	background:#e4e7ea;
	position:absolute;
	top:-8.5px;
	-moz-transform: rotate(45deg); /* Для Firefox */
	-ms-transform: rotate(45deg); /* Для IE */
	-webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(45deg); /* Для Opera */
	transform: rotate(45deg);
	z-index:-9;
}
.genMess{
	width: 100%;
	text-align: center;
    background-color: white;
    position: absolute;
    left: 0;
    margin-top: -6px;
/* 	position:absolute;
	background:#e4e7ea;
	color:#fff !important;
	top: 46px;
	left:0px;
	padding:5px 10px;
	z-index:999;
	border-radius:4px;
	font-size: 10px;
	position: absolute;
	background-color:white;*/
}
.genMess.dng{
	color: rgb(206, 53, 50);
	/* border:1px solid rgb(206, 53, 50); */
}
.genMess.dng:before{
	border-left:1px solid rgb(206, 53, 50);
	border-top:1px solid rgb(206, 53, 50);
}
.genMess.scc:before{
	border-left:1px solid #5fb0a6;
	border-top:1px solid #5fb0a6;
}
.genMess.scc{
	/*color: #50d17a;*/
	color:#5fb0a6;
	/* border:1px solid #5fb0a6; */
}
.cb_template .form-control {
    min-height: 35px;
}
.cb_template .cbValidationMessage {
	color:transparent;
    margin: 3px 0 0 0 !important;
}
.rb{
	background-color:#a94442;
}
.rb:hover{
	box-shadow: 0 0 50px -5px #a94442;
}

.cb_template .cbSingleCntrl, .cb_template .cbSnglCtrlLbl {
    margin-right: 10px;
    margin-left: -3px;
}
#mainFormBox .cb_template.cb_template_default .page-header{
	margin-top:0;
}
@media (min-width: 921px) {
	#mainBox .links {
		position: absolute;
		z-index: 200;
		right: 24px;
		top: 15px;
	}
}
@media (max-width: 920px) {
	#mainBox .links {
		margin-bottom: 20px;
	}
}
#mainBox .links a:hover {
	text-decoration: initial;
	border: 1px solid #e7e7e7;
}
#mainBox .links a.actives{
	background: #e7e7e7;
}
#mainBox .links img{
    width: 32px;
    margin-top: -2px;
}
#lang .lang-block {
    min-width: 95px;
}
#lang .lang-block img {
    margin-right: 10px;
}
#lang a.btn {
    padding: 3px 8px 1px;
	border-radius: 0;
}
#lang a.btn:first-child {
	margin-right: 4px;
}
#translete {
	display: none;
}

@media (min-width: 1601px) {
	#mainLogoBox.width {
		width: 590px;
	}
	#mainFormBox.width {
		width: 805px;
	}
	#cbtf_11 > #cbfr_44 {
        width: 145px;
        float: left;
        text-align: left;
        margin-bottom: 0;
        margin-top: -8px;
        margin-right: -35px;
	}
	#cbfv_44 .genMess.dng {
		margin-top: -12px;
		width: calc(100% + 484px);
		background: transparent;
	}
	.ta_c {
		text-align: left;
		display: inline-block;
	}
     .cb_template .cbSnglCtrlLbl {
        margin-right: 5px !important;
    }
}
@media (min-width: 1201px) {
	#lostusernamedesc div, #lostpassdesc div, #lostusernamepassdesc div{
		padding: 10px 105px;
	}
	#lostpassreminder .control-label {
		margin-right: 5px;
		margin-top: 3px;
		padding: 0;
	}
}
@media (min-width: 920px) {
	.width #mainLogo {
		width: 310px;
	}

	#mainFormBox .wrapper-b.hght_auto.savereg.forgout{
		flex-direction: inherit;
		flex-wrap: wrap;
	}

	#mainFormBox .forgout .bord-line{
		margin-top: 50px;
	}

	#mainFormBox .forgout .col_teal.gohome{
		margin: 0 auto;
	}

	#mainFormBox .forgout .btn.btn-primary.cbLostPassSend, #lostpassusername .cb_field input, #lostpassemail .cb_field input, #mainFormBox .forgout .gohome {
		width: 300px;
	}

	#lostpassreminder .cb_field.col-sm-9 {
		width: auto;
		padding: 0;
	}

	.on .bord-line:before,.one .bord-line:before  {
		width: 300px;;
	}
}

.cb_template .cbFieldIcons {
	margin: 8px 0 !important;
}

.cb_template .form-auto .form-control, .cb_template .form-inline .form-control, .cb_template .form-auto .form-control-static, .cb_template .form-inline .form-control-static {
    display: flex !important;
    width: auto;
}
@media (min-width:921px) and (max-width:1600px){
	/*cb_template cb_template_default cbRegistration cbRegistrationFlat*/
	.cbLostPassForm.cb_template.cb_template_default{
		/*margin-top: 20px;*/
		margin-top: 28px; /*new (lost pass)*/
	}
	.cb_template.cb_template_default.cbRegistration.cbRegistrationFlat{
		margin-top:40px;
	}
	/* #mainLogoBox.width {
		height: 740px;
	}
	#mainFormBox.width {
		height: 740px;
	} */
}

@media (max-width:1600px){
	#mainLogoBox{
		height: 615px;
		width: 545px;
	}
	#mainLogoBox.width{
		width: 500px;
	}
	#login_box {
		width: 300px;
	}
	#mainLogo {
		width: 300px;
	}
	#mainFormBox{
		height: 615px;
		width: 560px;
	}
	.mrg_top65{
		margin-top:40px;
	}
	#reg_box .mrg_top30 {
		margin-top:20px;
	}
	.logo-fon .wr-log:after {
		height: 70%;
	}
	#cbfv_44 .genMess.dng {
		position: relative;
	}
	.login_inpt {
		height: 40px;
	}
	.my_btn, .reg_socBox {
		height: 40px;
	}
	#mainBox .links img {
		width: 24px;
	}
}

@media (min-width: 1300px) and (max-width: 1600px) {
	#mainFormBox.width{
		width: 700px;
	}
}


@media (max-width:1200px){
	#mainLogoBox{
		width: 435px;
	}
	#mainLogoBox.width{
		width: 365px;
	}
	.width #mainLogo {
		width: 235px;
	}
	#mainFormBox {
		width: 570px;
	}
}
@media (max-width:991px){
	.main-block {
		display: inline-block;
		margin: 135px auto;
	}
	#mainBox{
		display:block;
		margin:0 auto;
		text-align: center;
	}
	#mainLogo{
		display: block;
		width: 260px;
		margin: 0 auto;
	}
	#mainLogoBox{
		display:block;
		height:auto;
		margin:0 auto;
		left: 0 !important;
	}
	#mainFormBox{
		display:block;
		margin: 5px auto 0 auto;
		height: auto;
		padding: 0px 20px 30px
	}
	#registrationTable {
		margin: 5px auto 0 auto !important;
	}
	.logo-fon .wr-log:after {
		display: none;
	}
	.wr-log{
		background: inherit;
	}
	.fon-login {
		overflow: auto;
	}
	.cbLostPassForm.cb_template.cb_template_default {
        margin-left: 0px !important;
    }

	#lostpassreminder {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 920px) {
	.cbLostPassForm.cb_template.cb_template_default {
        width: calc(100% + 30px) !important;
    }
}
@media (max-width:768px){
	body{
		overflow:auto;
	}
	.fon-login{
		padding: 0;
	}

	.main-block {
		margin-top: 25px;
		margin-bottom: 50px;
	}

	#mainBox{
		width:100%;
		padding:0;
		overflow:auto;
	}
	#mainLogoBox{
		height:auto;
		width: 100%;
        margin-bottom: 25px;
	}
	#login_h3{
		margin: 35px auto 20px 0;
	}
	#login_hr{
		margin:15px auto;
	}
	#pass{
		margin-top:20px;
	}
	#reg_box{
		width: 100%;
	}
	.reg_inpt,
	.reg_socBox	{
		display:block;
		width:100%;
		margin:15px auto;
	}
	.mrg_top25{
		margin-top:15px;
	}
	#reg_btn{
		width:100%;
		margin:0;
	}
	.hght_auto{
		height:auto;
	}
	#login_box{
		height:auto;
		padding-bottom:10px;
		width: 100%;
	}
	.reg_hr,
	.reg_hr.hr2	{
		width:100%;
		text-align:center;
	}
	.reg_hr:after,
	.reg_hr:before{
		width:30%;
	}
	.reg_hr.hr2:after,
	.reg_hr.hr2:before{
		width:10%;
	}
	#reg_box .switchBox{
		width:100%;
	}
	#lastname,
	#email,
	#password__verify{
		margin-left:0;
	}
	#lastname,
	#email,
	#password__verify,
	#reg_btn,
	#cb_country{
		margin-top:15px;
	}

	.cbValidationMessage.text-danger,
	.cbValidationMessage.text-success{
		position:relative;
	}
}
@media (max-width: 639px) {
	#mainBox .links {
		text-align: right;
		margin-right: 20px;
		margin-top: 10px;
	}
	#mainFormBox {
		width: 100%;
	}
	#mainLogoBox.width {
		width: 320px;
	}
}
@media (max-width: 420px) {
	#mainLogo, .width #mainLogo {
		width: 220px;
	}
}
@media (max-width:500px) and (orientation:portrait){
	#mainLogoBox{
		/* height:15vh; */
		max-height:initial;
		width:90%;
	}
	#mainFormBox{
		height:auto;
		width: 100%;
	}
	#mainLogoBox.width{
		height: auto;
		width: 100%;
        margin-bottom: 25px;
	}

	.on .bord-line:before,.one .bord-line:before  {
		width: 100% !important;
	}
}
@media (max-width:500px) and (orientation:landscape){
	.reg_hr{
		width:280px;
		margin-left:auto;
		margin-right:auto;
	}
}
#checkusername-error{
	background-color:transparent;
}

#lets_login{
	font-weight: bold !important;
    text-align: center !important;
}

#menu1{
	width: 90%;
    margin: 0 auto;
}

#reg_box #menu1{
	width:100%;
}

@media (max-width:768px){
	#menu1 #cbcheckedadminForm {
		margin-top: -35px !important;
	}
	#menu1 #cbcheckedadminForm + a{
		margin-bottom:0;
	}
}

#registrationTable {
	padding-top: 5px;
	position: relative;
}

/* #cbtf_11 > div {
	margin-bottom: 5px;
} */

#cbtf_11 > div {
	display: inline-block;
    width: 50%;
    float: left;
}

.checkbox-inline {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
}
#cbfv_44 input[type=checkbox]{
    position: relative;
    top: 10px;
    margin-left: 5px;
    width: auto;
}
#cbtf_11  input{
    height: 50px;
    border-radius: 0;
    outline: none;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
	width: 100%;
}
#cbtf_11  input::-moz-placeholder { color: #aaacab; }

#cbtf_11  input::-webkit-input-placeholder { color: #aaacab; }
.has-error .form-control:focus {
    border-color: #843534;
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px #ce8483;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px #ce8483;
}
#cbtf_11 > div > .cb_field {
	padding-right:0;
	padding-left:0;
	position: inherit;
}

#cbtf_11 > #cbfr_44 {
	width:100%;
	float:none;
	text-align: center;
	margin-bottom:0;
	    margin-top: 1px;
}

#lastname,
#email,
#password__verify{
	margin-left:0;
}

#cbtf_11 > div > div > div >
#lastname,
#firstname {
	background-image: url(../images/name.svg);
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
}
#username{
    background-image: url(../images/nickname.svg);
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
}
#cbtf_11 > div > div > div >
#email {
	background-image: url(../images/mail.svg);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px;
}

#cbtf_11 > div > div > div >
#password,
#password__verify {
	background-image: url(../images/password.svg);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 25px;
}

#cbtf_11 > div > div > div >
#cb_country {
	width:100%;
	background-image: url(../images/country.svg);
    padding-left: 50px;
	height: 50px;
	border-radius: 0;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
	 -webkit-appearance:none;
	color: #aaacab;
}
@media (min-width: 1300px) {
	#cbtf_11 > #cbfr_44 {
		float: left;
		display: inline-block;
		width: auto;
		margin-right: 0px;
		margin-top: -8px;
	}
}
@media (max-width: 1600px) and (min-width: 992px) {
	#cbtf_11  input{
		height: 40px;
		background-position: 10px 8px;
	}
	#cbtf_11 > div > div > div >
	#cb_country {
		height: 40px;
	}
}
/*#cbtf_11 > div > div > div >
#cb_country::before
{
  content: ">";
  display: inline-block;
  background: white;
  position: absolute;
  right: -5px;
  top: 2px;
  z-index: 2;
  width: 30px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 2px solid #ddd;
  transform: rotate(90deg);
  cursor: pointer;
}*/




#cbtf_11 > div > div > div >
#cb_phone {
	width:100%;
	background-image: url(../images/phone.svg);
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
}
@media screen and (max-width: 768px){
    #cbtf_11 > div{
        width:100%;
    }
    #cbtf_11 > div:nth-child(2n) {
        margin-left: 0px;
    }
    #lastname, #email, #password__verify, #reg_btn, #cb_country, #cb_phone, #username, #password, #acc_pdfs {
        margin-top: 0px;
    }
    #cbtf_11  input{
        width: 100%;
    }
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*
#cbfv_99::after{
    content: '\25bc';
    background-image: url(images/strelka.png);
    background-position: right center;
background-repeat: no-repeat;
    width: 100%;
    position: relative;
    right: -87%;
    top: -26px;
}*/
#registrationTable #cb_country select {
        padding-left: 40px;
        margin: 0;
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
}
.cb_template .cbSingleCntrl, .cb_template .cbSnglCtrlLbl {
    margin-right: 30px !important;
}
.cb_template .cb_field.col-sm-12 .cbSingleCntrl {
	margin-right: 1px !important;
}
#lostusernamedesc div, #lostpassdesc div, #lostusernamepassdesc div{
    width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}
#lostpassemail label{
    text-align: right !important;
    padding-right: 0px;
    padding-top: 10px;
}
#lostpassusername label{
    text-align: right !important;
    padding-right: 0px;
    padding-top: 6px;
}

#lostpassreminder input[type="checkbox"]+span {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-top: -5px;
    top: 5px;
}
#lostpassreminder input[type="checkbox"]:checked+span:before {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: 0 solid #39f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -1px 5px;
    pointer-events: none;
}

.bord-line {
	display: inline-block;
	width: 100%;
}
.on .bord-line:before,.one .bord-line:before  {
    background-color: lightgrey;
    height: 2px;
    width: 350px;
    content: '';
    display: block;
    margin: 0 auto 15px;
}

.btn.btn-primary.cbLostPassSend {
    width: 350px;
    border-radius: 0;
	text-transform: uppercase;
}


@media (max-width: 768px) {
	.cb_template .cb_field.col-sm-9 .cbSingleCntrl {
		width: 100%;
		margin: 10px !important;
		display: block;
	}

	#lostpassreminder .control-label {
		display: flex;
		align-items: center;
	}

	#lostpassreminder input[type="checkbox"]+span {
		margin-right: 5px;
	}

	#lostpassreminder .checkbox-inline {
		margin-bottom: 10px;
		display: flex;
	}

	#cbfv_44 {
		top: 0px;
	}

	#cbtf_11 .cb_template .cbFieldIcons{
		margin: 0;
	}
	.genMess {
		margin-top: 0px;
	}

	.on .bord-line:before,.one .bord-line:before, .cbLostPassSend, #mainFormBox .col_teal.gohome {
		width: 100%;
	}
}

/* login center */

#login-form .userdata + .mrg_top30 {
  text-align: center;
}

.cbPoweredBy.cb_template.cb_template_default {
  display: none;
}

.theme-green::before, .theme-green::after, .theme-green #wrapper::before, .theme-green #wrapper::after  {
    background: transparent;
}
#login_box .header {
    display: none;
}

.my_btn {
    background-color: #4FA2FD;
}
.my_btn:hover {
    box-shadow: 0 0 50px -5px #4FA2FD;
}

#login_box .header {
    display: none;
}
#login_box .body, #login_box input {
    width: 100%;
}
#login_box  .fancy-checkbox span {
    min-width: 130px;
}

.fancy-checkbox input[type="checkbox"] + span::before {
    width: 18px;
    height: 18px;
    border-color: #4FA2FD;
}
.fancy-checkbox input[type="checkbox"]:checked + span::before {
    color: #4FA2FD;
}
.theme-green .fancy-checkbox input[type="checkbox"]:checked + span::before {
    background: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #4FA2FD;
    -webkit-transform: rotateZ(0);
    line-height: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
}
input[type="checkbox"] + span, input[type="radio"] + span {
    border-color: transparent;
}
#login_box #login-form input {
    height: 50px;
    border: solid lightgrey 1px;
    border-radius: 0;
    outline: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
#login_box #login-form input:focus {
    border-color: #4FA2FD;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(79,162,253,.6);
}
#login_box #login-form .btn {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #4FA2FD;
    transition: .5s;
    outline: none;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0;
    text-align: center;
    border-color: transparent;
}
#login_box #login-form .btn:hover {
    box-shadow: 0 0 50px -5px #4FA2FD;
}