.logo {
    margin-top:8% !important;
    margin-bottom:-40px !important;
}

.logo-title {
    color:#eee;
    font-size:18px;
}

.logo-subtitle {
    color:#eee;
    font-size:15px;
}

.custom-row .row {
    margin-left: -5px;
    margin-right: -5px;
}

.custom-row .form-group {
    margin-bottom: 10px;
}

.custom-login-options {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.custom-login-options .icon {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 34px;
    line-height: 56px;
    font-style: normal;
}

.custom-login-options .icon-circle {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
}

.custom-login-options .icon-darkest-filled {
    color: #fff;
    border: none;
    background: #21272f;
}

.login-banner {
    background: rgba(0, 21, 39, 0.75);
}

.login-banner .form-control:not(.note-image-input)[required] + span.required {
    font-size: 18px;
    display: block;
    width: 18px;
    line-height: 1.3;
    color: #FF0000;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
    pointer-events: none;
}

.login-banner .form-control:not(.note-image-input)[required] + span.required:before {
    content: "";
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: rgba(234, 49, 49, 0.24) transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.absolute-msg {
    top: 0px;
    right: 0px;
    width: 400px;
    position: fixed;
    z-index: 999;
    padding-left: 25px;
    opacity: 0.9 !important;
    font-weight: 600;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    border-bottom-left-radius: 70px !important;
}

.login-banner .has-error div.checker span {
    border: 2px solid #cc3300;
    background: #fff;
}

.login-banner .checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -9px;
    margin-top: 4px\9;
}

.login .content .has-error .form-control {
    border: 2px solid #cc3300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

a:hover, a:focus {
    text-decoration: none; 
    outline: none; 
}

.custom-login-options a.icon-circle.fa-facebook:hover {
    color: #fff;
    background: #0956b5;
}

.custom-login-options a.icon-circle.fa-twitter:hover {
    color: #fff;
    background: #28d4f9;
}

.custom-login-options a.icon-circle.fa-google-plus:hover {
    color: #fff;
    background: #f96a23;
}

.login-with-icons {
    margin: 0 auto;
    width: 320px;
    border-bottom: 1px solid #cecece;
    position: relative;
}

.login-with-text {
    width: 100px;
    height: 29px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -50px;
    line-height: 20px;
    padding: 4px;
    background: #cc3300;
}