@charset "utf-8";
/* CSS Document */

#divVideo{

	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
}

video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;
background-size: cover;
}
video { display: block; }
@media screen and (max-device-width: 800px) {
body { background: url(polina.jpg) #000 no-repeat center center fixed; }
#bgvid { display: none; }
}
video#bgvid { transition: 1s opacity; }
.stopfade { opacity: .5; }

.menu-bg { position:initial !important;}

.loginpg_wrapper { padding:30px;}

.login_content_wrapper { padding-left: 2%; padding-top: 2%; float:left;}
.loginbox { background-color:#000; width:350px; height:350px; background: url(../images/loginbox.png) no-repeat; width:447px; height:377px; }
.input_login_wrapper { padding-top:85px; padding-left:110px;}
.input_login { border:none; height:23px; margin:3px 0 0 8px; width:200px; background:transparent; font-size:13px; color:#FFF;}
.toplogin_txtbox_pass { margin-top:22px;}
.toplogin_button { margin-top:15px; margin-left:145px;}

.toplogin_forgotpass { margin-top:25px; margin-left:0px; float: left;}

.loginbox_verify2{ background-color:#000; width:350px; height:350px; background: url(../images/loginbox_verify2.png) no-repeat; width:447px; height:377px; }
.loginbox_verify{ background-color:#000; width:350px; height:350px; background: url(../images/loginbox_verify.png) no-repeat; width:447px; height:377px; }
.input_login_wrapper_verify { padding-top:68px; padding-left:110px;}
.toplogin_txtbox_pass_verify { margin-top:18px;}
.toplogin_txtbox_pass_verify2 { margin-top:18px;}
.toplogin_button_verify { margin-top:80px; margin-left:68px;}
.toplogin_button_verify2 { margin-top:70px; margin-left:68px;}


.rightcontent_wrapper{ padding:30px; float:right;}
.rightbox { color:#FFF; padding:30px; font-size:13px; font-family:Arial, Helvetica, sans-serif; background-color:#1b7b9c; width:450px; line-height:18px; border-radius:15px;  border:1px solid #65c5e7; background-color:rgba(27,123,156,0.7); 
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
  -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.66);
  box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.66);
}
.rightbox2 { color:#FFF; padding:30px; font-size:13px; font-family:Arial, Helvetica, sans-serif; background-color:#1b7b9c; width:450px; line-height:18px; border-radius:15px;  border:1px solid #65c5e7; background-color:rgba(4,155,207,0.7); 
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.66);
  -moz-box-shadow:    0px 2px 3px rgba(0, 0, 0, 0.66);
  box-shadow:         0px 2px 3px rgba(0, 0, 0, 0.66);
}
.rightbox_text {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100; opacity:1 }

