body {
    background: #fff
}

body>.container {
    min-height: initial;
    position: relative;
    padding: 0
}

.login {
    background: #f6f6f6;
    margin: 80px auto 0;
    width: 450px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 0 2px #e3e3e3;
    padding: 20px
}

.login .page-header {
    border-bottom: 0;
    margin: 0;
    padding: 0
}

.login .page-header h1 {
    color: #5d5d5d;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin-right:0 !important;
}

header.navbar .container .user>a {
    background: url(../images/login.png) no-repeat 0 0/15px
}



.login form input[type=email],.login form input[type=password],.login form input[type=text] {
    display: inline;
    border-radius: 5px;
    box-shadow: none;
    border-color: #bbb;
    height: 38px;
    font-size: 16px;
    padding: 8px 10px;
    margin: 15px 0 0;
    letter-spacing: 1px;
}

.login .form-control::-moz-placeholder {
    color: #989898;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 1px
}

.login .btn-area {
    margin: 30px 0 0;
    text-align: right
}

.btn-area button.btn,.btn-area button.btn:active,.btn-area button.btn:focus,.btn-area button.btn:hover,.btn-area button.btn:visited {
    padding: 8px 20px 5px;
    background: #ff6b5d;
    outline: 0!important;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none
}

.btn-area button[disabled] {
    background: #fff!important;
    border: #989898 solid 1px;
    color: #989898
}

.btn-area button.btn.btn-fl {
    width: 100%;
    margin-bottom: 10px
}

.login form a.btn-default {
    border-radius: 0;
    box-shadow: none;
    border-color: #d94404;
    background: #d94404;
    font-size: 20px;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 22px 3px;
    color: #fff;
    height: 41px
}

.login form a.btn-default:focus,.login form a.btn-default:hover {
    color: #fff;
    text-decoration: none
}

.login form button:focus,.login form button:hover {
    border-color: #d47e05;
    background: #d47e05;
    outline: 0
}


.login form fieldset>div {
    position: relative
}

.login form a {
    color: #233e49;
    line-height: 50px;
    font-size: 16px;
    outline: 0
}

.login form .glyphicon-warning-sign {
    top: 2px;
    right: 10px
}

.login.reset-pwd form .terms {
    line-height: 0;
    margin: 20px 0 0;
    font-size: 15px;
    color: #233e49
}

.login.reset-pwd form .terms input {
    margin: 0 10px 0 0
}

.login .mail-id {
    color: #233e49;
    font-size: 17px;
}

.login .pwd-forgot-success {
    font-size: 18px;
    color: #007881;
    padding-bottom: 7%;
    padding-left: 1%
}

.ng-invalid:focus+.tooltip_content,.ng-valid:focus+.tooltip_content {
    display: none
}

.login .login-error {
    width: 420px
}

.login .login-error .well-lg {
    padding: 4px 15px
}

.login .login-error h6 {
    font-size: 14px;
    padding-left: 21px
}

.alert_placeholder .alert {
    margin-left: 14.7%;
    text-align: center
}

.login #alert_placeholder .alert {
    position: fixed;
    width: 34%!important;
    top: 100px;
    left: 33%;
    margin-left: 0;
    margin-bottom: 10px;
    z-index: 10;
    box-shadow: none
}

.tac_modal_text {
    cursor: pointer
}

.tac_modal_text:hover {
    text-decoration: underline
}
.eye-open{
    background: url(../images/eye-open.png) no-repeat;
    position: relative;
    top: 2px;
    right: 30px;
    cursor: pointer;
    padding: 0px 10px;
}
.eye-close{
    background: url(../images/eye-close.png) no-repeat;
    position: relative;
    top: 0px;
    right: 30px;
    cursor: pointer;
    padding: 0px 10px;
}
.eye-open-reset{
    background: url(../images/eye-open.png) no-repeat;
    position: relative;
    top: 2px;
    right: 30px;
    cursor: pointer;
    padding: 0px 10px;
}
.eye-close-reset{
    background: url(../images/eye-close.png) no-repeat;
    position: relative;
    top: 0px;
    right: 30px;
    cursor: pointer;
    padding: 0px 10px;
}
.login-group label {
    position: absolute;
    left: 13px;
    top: 8px;
    color: #999;
    transition: all 0.2s ease-out;
    pointer-events: none;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    backdrop-filter: blur(1px);
    font-size: 11px;
    color: #979797;
}

.login-group {
    margin-bottom: 0px !important;
}