.login-body {
    margin: 0;
    padding: 0;
    background: url(../images/login-page-bg.gif) no-repeat 0px 0px;
    min-height: 100vh;
    background-size: cover;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


.m-15 { margin-bottom: 15px; }

.blck-shadow {
    background: rgba(0,0,0,.8);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.h-100 { height: 100%; }
.form-sec { display: flex; justify-content: center; align-items: center; }
.form-pt { padding-top: 10vh; }
.login-logo { display: block; text-align: center; margin-bottom: 15px; }
.login-logo a { display: block; }
.login-logo img { width: 160px; display: inline-block; }


p.register-p {
    color: #555555;
    font-size: 13px;
    text-align: center;    
    margin-bottom:5px;
    margin-top: 0;
}

.login-form {
    box-shadow: 0px 1px 5px -1px rgba(104, 123, 144, 0.31);
    border-radius: 0.3em;
    margin: 0 0 0;
    background: #fff;
    width: 360px;
    margin: 0 0 3vh 0;
    padding:.6em 1.5em;
    box-sizing: border-box;
    display: inline-block;
    border-top:0px solid #d52345;
    border-bottom:6px solid #000;
}

.group {
    display: flex;
    padding: 6px 5px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    align-items: center;
}

.group .svg-inline--fa {
    color: #555;
    font-size: 14px;
    padding: 0 10px 0 7px;
    width: 20px;
}

.form-group {
    margin: 0 0 15px 0;
}

.form-group label {
    text-align: left;
    display: block;    
    color: #000000;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
    padding: 5px 0 5px 10px;
    border-left: 1px solid #ddd;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus {
    outline: none;
}

.login-form button {
    background: #337FE5;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: .5px;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .login-form button:hover {
        background: #3b93f2;
    }


.forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
}

.forgot a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}

.forgot a:hover { color:#555; text-decoration: none; }
.forgot p {
    color: #555;
    text-align: center;
    margin: 0px;
	font-size: 12px;
    display: flex;
    align-items: center;
}


/*--footer--*/

p.copyright-agileinfo {
    font-size: 12px;    
    color: #fff;
    font-weight: 300;
    margin:0;
}

.footer {
    padding: .9em 0;
    text-align: center;
    background: #000;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #555;
}



.footer p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;

}

.footer p a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/*--//footer--*/

.group { position:relative;}

.help-block { position:absolute; left:0; bottom:-16px; font-size:11px; color:red; }

.mbtm-0{
 margin-bottom: 0;
}

.group .form-group{margin-bottom: 0; }

.fade.in {
    opacity: 1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.login-body .login-form .alert button.close {
    width: 10px;
}

.w-100 { width:100%}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
/********************************/
/*-- /responsive design --*/
/********************************/

@media(max-width:768px) {
    body { font-size: 13px; }
    .login-logo { margin-bottom: 10px; }
    .login-logo img { width: 175px; }
    .form-group {margin: 0 0 12px 0; }
    .login-form button { font-size:14px; padding:10px 15px; margin-bottom: 10px; }
    .forgot p { font-size: 12px; }
    .group { 5px; }
    .group i { font-size: 16px; }
    .login-form { width: 335px; }
}



@media(max-width:640px) {
    p.copyright-agileinfo {
        letter-spacing: .5px;
        font-size: 11px;
    }

    .login-form { padding:.7em 1.3em;}

}


@media(max-width: 400px){
    .login-form {  width: 90%;  }
}

/*-- /responsive design --*/