.white-popup {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
	min-height: 400px;
}
.mfp-bg {
	background: #122f5a;
}
.modal-block {
	width: 49%;
	display: inline-block;
	position:  relative;
}
@media (max-width: 767px) {
	.modal-block {
		width: 100%;
		text-align: center;
	}
}




@media (max-width: 767px){
    /*[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {*/
    .panel-login .panel-body .tab-content [class*="span"]{
        float: left !important;
    }
}

@media (max-width: 480px) {
    .panel-login>.panel-heading .nav{
        float: initial;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.panel-login>.panel-heading .nav-tabs{
  padding: 0;
}



.panel-login {
   border: none;
  -webkit-box-shadow: 0px 0px 60px 11px rgba(188,190,194,0.39);
  -moz-box-shadow: 0px 0px 60px 11px rgba(188,190,194,0.39);
  box-shadow: 0px 0px 60px 11px rgba(188,190,194,0.39);
}


.panel-login h2{
  font-size: 20px;
  font-weight: 300;
  margin: 30px;
}
.panel-login>.panel-heading {
  color: #848c9d;
  background-color: #FFF;
  border-color: #e8e9ec;
  text-align:center;
  padding: 0px 15px;
}

.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  
  width:50%; float:left;
  border-top: 5px solid #FFF;
}

.panel-login>.panel-heading a:hover{
	color: #366092;
	border-top: 5px solid #366092;
}


.panel-login>.panel-heading .normal_login {
  padding: 20px 30px;
  text-transform: uppercase;
}
.panel-login>.panel-heading .mobile_login {
  padding: 20px 30px;
  text-transform: uppercase;
}


.panel-login .form-group {
  padding: 0 30px;
}



.panel-login>.panel-body .reset_pass {
  padding: 20px 30px;
  text-align:center;
  text-transform: uppercase;
  font-size:14px;
  text-decoration:none;
}






.panel-login>.panel-body .reset_pass img{
	max-width:14px;
}

.panel-login>.panel-body a, .panel-login>.panel-body a:hover{
	text-decoration:none;
}



.panel-login>.panel-body {
	border-top: 1px solid #366092;
	margin-top:-20px;
	
	background: #366092; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #366092 0%, #1D396B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366092), color-stop(100%,#1D396B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #366092 0%,#1D396B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #366092 0%,#1D396B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #366092 0%,#1D396B 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #366092 0%,#1D396B 100%); /* W3C */
	filter: progid:DX
}


.panel-login input[type="text"],.panel-login input[type="password"] {
  width:85%;
  height: 45px;
  border: 0;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  padding: 6px 0px;
}
.panel-login input:hover, .panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.btn-login {
  width:100% !important;
  background-color: #366092;
  outline: none;
  color: #E8E9EC;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  
  transition: all 1s;
}

.btn-login:hover, .btn-login:focus {
  background-color: #1D396B;
}

.is-login-content{
	text-align:center;
	color:#FFFFFF; 
	font-size:9px;
}
.is-login-content .logo{
	margin-top:65px;
	margin-bottom: 30px;
}

#mobile_login .display_code{
	margin: 31px auto 30px auto;
	text-align:center;
}

#login-container{
	margin: 20px 0 20px 0;
}

#code-container{
	display:none;
}

#login-loading, .success_login{
    position: absolute;
	top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    text-align: center;
}
#login-loading img, .success_login img{
    max-height: 200px;
    margin-top: 15%;
}





.panel-login .checkbox input[type=checkbox]{
  margin-left: 0px;
}
.panel-login .checkbox label {
  padding-left: 25px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color:#999;
}
.panel-login .checkbox {
 padding-left: 20px;
}
.panel-login .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.panel-login .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: 0px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: red;
}
.panel-login .checkbox input[type="checkbox"] {
  opacity: 0;
}
.panel-login .checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.panel-login .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

