/* ==========================================================================
   SwiftCase - 2014 - 2017
   Livepoint Software Solutions
   Author: Craig McCarthy <craig.mccarthy@livepointuk.com>
   Theme: SwiftCase

   Login
   ========================================================================== */

html {
    font-size: 100%;
    height: 100%;
}
body {
    color: #DDDDDD;
    background-color: #E7E8ED;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    margin: 0 !important;
    padding: 0 !important;
}
h2 {
    line-height: 35px; 
    margin: 10px 0;
}
a {
    color: #357BBC;
    text-shadow: none !important; 
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}
a, a:focus, a:hover, a:active {
    outline: 0 none; 
    text-decoration: none;
}
a:focus, a:hover {
    color: #1791D6;
}
.bold {
    font-weight: bold;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
input, button, select, textarea {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
label {
    display: block;
    margin-bottom: 5px;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    background-color: #F4F5F7;
    border-color: #E5E9EC;
    box-shadow: none;
    outline: 0 none !important;
}
.form-inline input {
    margin-bottom: 0 !important;
}
.form-label {
    margin-top: 2px;
}
.controls > .checkbox .checker {
    margin-right: 2px !important;
}
.controls > .checkbox {
    display: inline-block;
    margin: 8px 15px 0 0 !important;
    padding: 0 !important;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .form-label {
}
.input-with-icon {
    position: relative;
}
.input-with-icon input {
    padding-left: 32px !important;
}
.input-with-icon i {
    color: #E5E9EC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 9px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.input-with-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}
.input-with-icon.right i {
    float: right;
    right: 8px;
}
.login-container {
    margin-top: 10%;
    margin-bottom: 40px;
}
.login-logo > img {
    margin-bottom: 25px;
    max-width: 100%;
}

.lp-logo {
    margin-top: 30px;
}

.lp-logo span {
    font-weight: 500;
    margin-right: 10px;
}

.lp-logo img {
    width: 200px;
}

/* Alerts */
.alert-icon {
    border-radius: 100%;
    float: left;
    height: 40px;
    width: 40px;
}
.alert-info .alert-icon {
    background-color: #99CCE3;
}
.alert-info a {
    color: #99CCE3;
}
.alert-success .alert-icon {
    background-color: #84BE85;
}
.alert-success a {
    color: #84BE85;
}
.alert-warning .alert-icon {
    background-color: #CFB280;
}
.alert-warning a {
	color: #CFB280;
}
.alert-danger .alert-icon {
    background-color: #D97472;
}
.alert-danger a {
    color: #D97472;
}
.alert-icon i {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}
.notification-info {
	padding-left: 60px;
}
label.error, .form-horizontal label.error {
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 3px;
    color: #A94442;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 5px;
    text-align: left;
}

a.login-box {
    background: #26292F;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    box-shadow: 0 0 12px -8px #000;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    padding: 30px 15px;
    text-align: center;
    transition: 0.2s all;
}

a.login-box:hover {
    background: #0090D9;
}

.login-box .fa {
    font-size: 80px;
}

.login-box h3 {
    font-weight: 200;
    font-size: 19px;
}

.modal-content {
    color: #555;
}

/* Login */
.form-horizontal select {
    width: 100%;
}

.form-horizontal label {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
    text-align: right;
}

.required-asterisk {
    color: #d9534f;
}

.form-control.error:focus, 
.form-input > input[type="text"].error:focus, 
.form-input > input[type="email"].error:focus, 
.form-input > input[type="password"].error:focus, 
.form-input > textarea.error:focus {
    border-color: #D9534F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(217, 83, 79, 0.6);
}

.panel {
    color: #555;
}

.panel-body {
    padding: 40px 20px;
}

.panel a {
    color: #999;
}

#loginBtn, #resetBtn, #newpwdBtn, #submit {
    padding: 10px 12px;
    width: 100%;
}

.btn-info, .btn-primary, button[type="submit"], .modal-header {
    background-color: #357BBC;
    border-color: #357BBC;
}

.btn-info:hover, .btn-primary:hover, button[type="submit"]:hover,
.btn-info:focus, .btn-primary:focus, button[type="submit"]:focus,
.btn-info:active, .btn-primary:active, button[type="submit"]:active {
    background-color: #256BAC;
    border-color: #256BAC;
}

/* Password Strength */
.password-strength {
    position:relative;
    width: 100%
}
.password-strength-msg {
        text-align: right;
        font-weight: 600;
        color: #fff;
}
.password-strength-bg, .password-strength-bar {
        height: 4px;
}
.password-strength-bg {
        top: 8px;
        background: #F1F2F7;
}

.password-strength-msg-very-weak {
        color: #D9534F;
}
.password-strength-msg-weak {
        color: #F0AD4E;
}
.password-strength-msg-good {
        color: #0090D9;
}
.password-strength-msg-strong {
        color: #5CB85C;
}

.password-strength-bg .password-strength-very-weak {
        background: #D9534F;
        width: 20%
}
.password-strength-bg .password-strength-weak {
        background: #F0AD4E;
        width: 30%
}
.password-strength-bg .password-strength-good {
        background: #0090D9;
        width: 60%
}
.password-strength-bg .password-strength-strong {
        background: #5CB85C;
        width: 100%
}

/* Media Queries */
@media (max-width: 767px){
    .login-box h3 {
        line-height: 24px;
    }
    .form-horizontal label {
        text-align: left;
    }
    .btn, button[type="submit"] {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #reset-username .btn-default {
        display: none;
    }
    .login-logo > img {
        width: 150px;
    }
}