body {
    background: url('../images/background.jpg') fixed;
    /*background-position: ;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    background-color: #2bc7ae;
}
.login {
    margin-top: 39px;
}
.login__logo {
    max-height: 139px;
    display: block;
}
.login h1 {
    font-size: 1.5em;
    font-weight: 600;
    color: #005867;
    margin-bottom: 0;
}
.login h2 {
    font-size: 1em;
    font-weight: 400;
    color: #005867;
}
.login__form {
    margin-top: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    min-height: 380px;
    width: 320px;
    background: rgba(0, 0, 0, 0.11);
}
.login__form--login {
    max-height: 80px;
    margin-top: 15px;
    display: block;
    text-align: center;
    /*margin: 0 auto;*/
}

form
{
    width: 250px;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 19px 0px;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 0;
    border: 1px solid #5fbdff;
    outline: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #415360;
    outline: 0;
}

form.login input[type="submit"]
{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius:0;
}

form.login input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #DDD;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset
{
    display: block !important;
}

.pass-reset
{
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #FFFFFF;
    padding: 20px 15px;
}

.pass-reset label
{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pass-reset input[type="email"]
{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    outline: 0;
}

.pass-reset input[type="submit"]
{
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.pass-reset input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

::-webkit-input-placeholder {
   color: #4c4c4c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4c4c4c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4c;  
}

:-ms-input-placeholder {  
   color: #4c4c4c;  
}

footer{
    bottom: 0;
    position: absolute;
    color: #ffffff;
    text-align: right;
    width: 100%;
    font-family: calibri;
    font-size: 17px;
    padding: 0px 12px;
    
}
footer a{
	color: #0f8eff;
}
footer a:hover{
	color: #337ab7;
	text-decoration: none;
}
.footer__logo {
    height: 28px;
    margin-bottom: 10px;
}
.loginbtn{
    color: #fff;
    background-color: #00b4e2;
    width:100%;
}
.loginbtn.active, .loginbtn.focus, .loginbtn:active, .loginbtn:focus, .loginbtn:hover {
    color: #fff;
    background-color: #016fd2;
}
.logincontain{
    margin-top: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    min-height: 380px;
    max-width: 320px;
    background: rgba(0, 0, 0, 0.11);
}
/* Mobile Screen */
@media (max-width: 991.98px) {
    body {
        background-image: none;
    }
    .login__head {
        text-align: center;
        margin-bottom: 10px;
    }
    .login__form {
        width:  100%;
    }
    .login__logo {
        margin: 0 auto;
    }
}



/*----------------------Login Show Password CSS---------------*/

input[type=checkbox], input[type=radio] {
    margin: 0px 5px 0px 0px;
    margin-top: -10px;
    line-height: normal;
}