/* Login screen style */
*{
    padding: 0px;
    margin: 0px;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #fbfcfd;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
    background: #fbfcfd;
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  border: 4px solid #e3eef4;
  background-clip: content-box;
  background-color: #fbfcfd;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #e9f6fe inset !important;
    border: 1px solid #c3e2fc !important;
}

html{
  height: 100%;
}
.login_page {
  /* background: url("../img/image1.jpg") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important; */
  background: #fbfcfd url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  min-height: 100%;
  overflow: auto;
}

body.login_page div.container div.row{
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -350px;
    padding-bottom: 100px;
}

.login-content{ 
    background-color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px 0 hsl(0deg 0% 100% / 10%), 0 50px 100px -20px rgb(227 234 242 / 60%), 0px 17px 30px -25px rgb(0 88 163 / 50%);
    max-width: 540px;
    padding: 50px 50px 30px 50px; 
}
body.login-page-dark .login-content {
	box-shadow: none;
}
.logo-content { text-align: center; top: 0px; }
.logo-content img {
    max-width: 70%;
    max-height: 142px;
    width: auto;
}
.login-content form{ margin-top: 40px; }
.login-content .input-content { width: 100%; padding-bottom: 26px; }
.login-content .input-content label {
	color: #22476a;
	font-size: 14px;
	font-weight: 400;
	margin-left: 7px;
	margin-bottom: 10px;
}
.login-content .input-content input, .login-content .input-content select{
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #d7e2eb;
}
.login-content input[type=checkbox]{
  line-height: 13px;
  height: 13px;
  vertical-align: middle;
  opacity: .7;
}

.login-content .input-prepend input.input-block-level, .login-content .input-prepend select.input-block-level{
    width: 100%;    
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 10px;
}

.login_page .login-btn{
    background-color: #0058a3;
    color: #fff;
    border: none;
    font-weight: 400;
    padding: 15px 0px;
    margin-top: 25px;
    border-radius: 7px;
    box-shadow: 0px 10px 9.5px 0.5px rgb(240 244 248), 0px 40px 20px -30px rgb(204 218 230);
}
.login_page .login-btn:hover {
    background-color: #00508e;
}
.reg-link, .fpass{
	color: #035e96;
    text-align: right;
    margin-right: 7px;
}

.reg-link:hover, .fpass:hover{
    color: #22476a;
    text-decoration: underline;
}
.reg-link{ text-align: left; padding-right: 20px; }

.login-content .alert{
    font-size: 14px;
}

.login-content .alert-error{ border-color: #b94a48; }
.login-content .alert-success{ border-color: #468847; }

.login-containment {
	width: 500px;
    position: relative;
}

.system-msgs {
    padding-top: 40px;
}

/* LEFT MESSAGE */
.login-msg{
    font-size: 30px;
    line-height: 36px;
    color: #5a7e97;
    text-align: center;
    font-style: italic;
    font-weight: lighter;
    padding-right: 50px;
    margin-top: 220px;
}
body.login-page-dark .login-msg {
	color: #fff;
}
.login-label{
    font-size: 14px;
    color: #22476a;
    text-align: left;
}

.credentials {
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}

.login_page .well {
  background: transparent; 
}
.remember {
  color: #b5b5b5;
}

.captcha{
    background-color: #f8f9fb;
    border-radius: 7px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.copyright-text{
    width: 100%;
    color: #a6b0bc;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.copyright-text a{
    color: #a6b0bc;
    text-decoration: none;
}

.copyright-text a:hover{
    text-decoration: underline;
}

@media (max-width: 960px) {
  body.login_page div.container div.row{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    top: 3%;
  }
  body.login_page div.container div.row .span5 {
    width: 100%;
    *width: 100%;
    margin-left: 0px;
  }

  .login-form-content {
       margin-top: 40px;
  }
  .login-containment {
    width: 100%;
  }
  .login-content{
    background: none;
    box-shadow: none;
    width: auto !important;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 30px 10px 30px;
    margin-bottom: 20px;
  }
    
  .login-containment form{
    margin-top: 20%;
  }
  
  .top-logo .login-content form{
    margin-top: 10%;
  }
  
  .login-containment{
    padding-bottom: 10px;
  }
  
  .system-msgs-content{
    padding-bottom: 20px;
  }
  
  .login-msg {
    padding: 0px 20px;
  }
  
  .logo-content{
    left: 30px;
    right: 30px;
    position: absolute;
  }
  
  .top-logo{
    top: 0;
    margin-top: 0;
  }
  .top-logo .system-msgs-content .login-msg{
    display: none;
    height: 0;
    padding-bottom: 0;
  }
  
  .top-logo .system-msgs-content{
    width: 100%;
    *width: 100%;
    margin-left: 0px;
  }
  
  .system-msgs{
    height: auto;
    padding: 0;
    margin-top: 30px;
  }
  .login-msg{
    padding-right: 0px;
  }
  
  .login-msg{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  
  .logotype{
    background-size: 100% auto;
    max-width: 100%;
  }
  
  .login-content form{
    margin-top: 0px;
  }
  
  .continue-screen{
    color: #ffa720;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    display: block;
    margin: 11.05% auto;
  }
  .continue-screen:hover{
    text-decoration: none;
  }
  
  .top-logo .login-content{
    padding-top: 0;
  }
  
  .copyright-text{
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
    .span7 {
        margin: 0px auto;
        float: none;
    }

    .login-msg {
        margin-top: 0px;
    }
}