.alert {font-size: 12px; font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;margin:6px auto 20px auto;height:auto;padding:10px 12px;color:#000;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-khtml-border-radius:4px;white-space: pre-wrap;  /* CSS3 */   white-space: -moz-pre-wrap; /* Firefox */white-space: -pre-wrap; /* Opera <7 */   white-space: -o-pre-wrap;   /* Opera 7 */word-wrap: break-word;  /* IE */   }
.alert-success{ background-color:#dff0d8; border:1px solid #d6e9c6; color:#468847; }
.alert-error  { background-color:#f6e5e5; border:1px solid #eed3d7; color:#b94a48; }
.alert-warning{ background-color:#fcf8e3; border:1px solid #fbeed5; color:#c09853; }
.alert-info   { background-color:#dff0fa; border:1px solid #bce8f1; color:#3a87ad; }
.alert-validation{ background-color:#ffd9cc; border:1px solid #ffc6b3; color:#c84f39; }
.alert .close { float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40); }
.alert button.close, .alert button.close:hover { padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none; min-width:18px; }
/*********************/
html, body{
	position: relative; 
	font-family: 'SfText';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
}
body:before{
	content: "";
	position: absolute;
	width: calc(100% - 500px);
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/login_bg.png")no-repeat top left;
	background-size: cover;
}
body:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
background: rgba(108,134,252,0.9); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(108,134,252,.9) 0%, rgba(69,93,203,.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(108,134,252,.9) 0%,rgba(69,93,203,.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(108,134,252,.9) 0%,rgba(69,93,203,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c86fc', endColorstr='#455dcb',GradientType=0 ); /* IE6-9 */
}
.login-main-block{
	display: flex;
	min-height: 100vh;
}
.company-name-logo{
	position: absolute;
	top: 60px;
	left: 80px;
	color: #fff;
	font-size: 20px;
	font-family: 'Nunito';
	font-weight: 800;
	line-height: 1;
	z-index: 9992;
}
section{
	padding: 80px 90px 75px;
	display: flex;
	flex-direction: column;
}
.login-form-wrapper{
	width: 550px;
	min-width: 550px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dadbf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dadbf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#dadbf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadbf7',GradientType=0 ); /* IE6-9 */
	border-radius: 40px 0 0 0;
	position: relative;
	z-index: 9991;
}
.login-info-wrapper{
	width: calc(100% - 550px);
	min-width: calc(100% - 550px);
	align-items: center;
	position: relative; 
	z-index: 9990;
}
.login-info-wrapper:before,
.login-info-wrapper:after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	z-index: -1;
}
.login-info-wrapper:before{
	left: 0;
	background: url("../img/wave-left.png")no-repeat;
	background-position: top left;
	background-size: contain;
}
.login-info-wrapper:after{
	right: -40px;
	background: url("../img/wave-right.png")no-repeat;
	background-position: top right;
	background-size: contain;
}
.main-block{
	flex: 1 0 auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-info-wrapper .main-block{
	max-width: 545px;
}
.login-info-wrapper h1{
	font-size: 70px;
	font-family: 'Nunito';
	font-weight: 800;
	color: #fff;
	line-height: 1;
}
.login-info-wrapper h4{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	margin-bottom: 70px;
}
.login-info-wrapper .logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
}
.logo img{
	max-width: 100%;
}
.login-info-description{
	font-size: 18px;
	line-height: 1.56;
	color: #fff;
	margin-bottom: 105px;
}
.login-video_block{
	width: 228px;
	height: 65px;
	border-radius: 35px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dadbf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dadbf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#dadbf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadbf7',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 20px 30px -5px rgba(33, 40, 71, 0.5);
	padding: 10px 16px;
	display: flex;
    align-items: center;
    -webkit-appearance: none;
    border: none;
}
.login-video_block:focus{
	outline: none;
}
.login-video_block .video_btn{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #454f90;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 34px;
}
.login-video_block .video_btn i{
	color: #fff;
}
.login-video_block span{
	color: #454f90;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
}
.login-video_block:hover{
	box-shadow: 0 20px 30px -5px rgba(33, 40, 71, 0.8);
	cursor: pointer;
}
.close-button {
  overflow: hidden;
}
.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.bmd-modalContent .close {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}
.bmd-modalContent .close span {
  display: block;
}
.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}
.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}
.modal-backdrop{
	z-index: 9991;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal{
	z-index: 9992;
}
.modal.show .modal-dialog{
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 40%;
}
section footer{
	flex: 0 0 auto;
	display: flex;
	width: 100%;
}
section footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.login-form-wrapper footer{
	justify-content: center;
}
.login-info-wrapper footer{
	justify-content: space-between;
	max-width: 545px;
}
footer .social li + li{
	margin-left: 30px;
}
footer .social .icon-sth{
	font-size: 30px;
	display: inline-block;
	opacity: 0.6;
	color: #fff;
}
footer .social .icon-sth:hover{
	opacity: 1;
	text-decoration: none; 
}
footer .social .icon-sth:focus{
	outline: none;
	text-decoration: none;
}
footer .terms li + li{
	margin-left: 40px;
	position: relative; 
}
footer .terms li + li:before{
	content: "";
	position: absolute;
	height: 14px;
	width: 1px;
	background: rgba(255,255,255,.6);
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
}
footer .terms li a{
	font-size: 16px;
	line-height: 1;
	color: #bac1e7;
	text-decoration: none;
}
footer .terms li a:hover,
footer .terms li a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
/*form block*/
.login-text{
	margin-bottom: 50px;
}
.login-text h2{
	font-size: 24px;
	font-weight: 600;
	color: #5b67af;
	line-height: 1.3;
	margin-bottom: 20px;
}
.login-text p{
	font-size: 16px;
	line-height: 1.35;
	color: #575b7f;
	margin: 0;
}
.login-text p a{
	color: #879cff;
}
.login-text p a:hover{
	color: #cdd1fb;
}
div.login{
	margin-bottom: 20px;
}
.login .row{
	margin: 0 0 30px;
}
.login .row label{
	font-size: 16px;
	color: #747aae;
	display: block;
	margin-bottom: 10px;
}
.login .row input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
  	border: solid 2px #b6bbe5;
  	color: #5b67af;
  	font-size: 16px;
  	padding: 0 20px;
}
.login .row input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a9d6;
}
.login .row input::-moz-placeholder { /* Firefox 19+ */
  color: #a4a9d6;
}
.login .row input:-ms-input-placeholder { /* IE 10+ */
  color: #a4a9d6;
}
.login .row input:-placeholder { 
  color: #a4a9d6;
}
.login .row input:focus{
	outline: none;
	border-color: #6c86fc;
}
.checkboxes-wrapper{
	display: flex;
}
.checkboxes-wrapper .remember-me{
	display: none;
}
.checkboxes-wrapper .remember-me + label{
	padding-left: 30px;
	position: relative;
	color: #5b67af;
	font-size: 16px;
	font-weight: normal;
}
.checkboxes-wrapper .remember-me + label:hover{
	cursor: pointer;
}
.checkboxes-wrapper .remember-me + label:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #6c86fc;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s linear;
}
.checkboxes-wrapper .remember-me + label:after{
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	left: 3px;
	top: 3px; 
	position: absolute;
}
.checkboxes-wrapper .remember-me:checked + label:before{
	background: #6c86fc;
}
.checkboxes-wrapper .forgot-password{
	display: none;
}
label[for="forgotpassword"]{
	margin-left: auto;
}
label[for="forgotpassword"] a{
	font-size: 16px;
	font-weight: 500;
	color: #879cff;
}
label[for="forgotpassword"] a:hover{
	color: #879cff;
}
.buttons-wrapper{
	margin-top: 60px;
}
.buttons-wrapper input[type="submit"]{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background: #6c86fc; /* Old browsers */
background: -moz-linear-gradient(top,  #6c86fc 0%, #455dcb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6c86fc 0%,#455dcb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6c86fc 0%,#455dcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c86fc', endColorstr='#455dcb',GradientType=0 ); /* IE6-9 */
}
footer .rights{
	font-size: 16px;
	font-weight: normal;
	color: #5e5e7a;
}
.desktop-hidden{
	display: none;
}

@media screen and (max-width: 1150px){
	section{
		padding: 60px 90px;
	}
	.login-info-wrapper{
		padding-right: 60px;
		padding-left: 60px;
	}
	.login-info-wrapper .main-block {
	    max-width: 100%;
	    width: 100%;
	}
	.login-info-wrapper footer {
		max-width: 100%;
	    width: 100%;
	    flex-direction: column;
	    align-items: center;
	}
	section footer ul.social{
		order: 2;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1000px){
	body:before {
	    width: calc(100% - 400px);
	}
	.login-info-wrapper {
	    width: calc(100% - 450px);
	    min-width: calc(100% - 450px);
	}
	.login-form-wrapper {
	    width: 450px;
	    min-width: 450px;
	    padding: 60px;
	}
	footer .rights{
		text-align: center;
	}
}
@media screen and (max-width: 860px){
	.login-info-wrapper{
		display: none;
	}
	.desktop-hidden{
		display: block;
	}
	body:before,
	body:after{
		display: none;
	}
	header{
		position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	    z-index: 9992;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 40px 40px 0;
	}
	.login-form-wrapper {
	    width: 100%;
	    min-width: 100%;
	    padding: 60px;
	    border-radius: 0;
	}
	.login-form-wrapper .main-block,
	.login-form-wrapper footer{
		max-width: 450px;
		width: 90%;
		align-self: center;
	}
	.mobile-logo{
		max-width: 60%;
    	width: 300px;
	}
	.login-video_block.tablet-block{
		background: transparent;
		width: auto;
		height: auto;
		padding: 0;
		border-radius: 100%;
	}
	.login-video_block.tablet-block .video_btn{
		width: 54px;
    	height: 54px;
    	font-size: 20px;
	    line-height: 54px;
	}
	.login-form-wrapper footer {
	    flex-direction: column;
	    align-items: center;
	}
	section footer ul.desktop-hidden{
		display: flex;
	}
	footer .rights{
		order: 3;
		margin-top: 15px;
	}
	footer .terms li a{
		color: #5e5e7a;
	}
	footer .terms li + li:before{
		background: rgba(94,94,122,.6);
	}
	footer .social .icon-sth{
		color: #6c86fc;
	}
}
@media screen and (max-width: 860px) and (max-height: 830px){
	header{
		padding-top: 30px;
	}
	.mobile-logo{
		width: 250px;
	}
	.login-video_block.tablet-block .video_btn {
	    width: 44px;
	    height: 44px;
	    font-size: 15px;
	    line-height: 44px;
	}
	.login-form-wrapper{
		padding: 80px 0 10px;
	}
	.login-text {
	    margin-bottom: 30px;
	}
	.login-text h2{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.login .row {
	    margin: 0 0 15px;
	}
	.buttons-wrapper {
	    margin-top: 20px;
	}
}
@media screen and (max-width: 740px){
	header {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.mobile-logo {
	    width: 200px;
	}
	.login-video_block.tablet-block{
		display: none;
	}
	.login-text{
		margin-bottom: 20px;
	}
	.login-text p{
		font-size: 14px;
	}
	.login .row label{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.login .row input{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.checkboxes-wrapper .remember-me + label,
	label[for="forgotpassword"] a{
		font-size: 14px;
	}
	.buttons-wrapper {
	    margin-top: 15px;
	}
	.buttons-wrapper input[type="submit"]{
		height: 50px;
    	line-height: 50px;
	}
	footer .terms li a,
	footer .rights{
		font-size: 14px;
	}
	footer .social .icon-sth{
		font-size: 20px;
	}
	section footer ul.social,
	footer .rights{
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px){
	header {
	    padding-top: 15px;
	}
	.login-form-wrapper {
	    padding: 70px 0 10px;
	}
	.login-text h2 {
	    font-size: 20px;
	}
	.login-text {
	    margin-bottom: 15px;
	}
}