/* Fonts Imported from Google */
@import 'https://fonts.googleapis.com/css?family=Poppins:400,500,600';

/*   Core: General style
----------------------------*/

#sign-in {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    padding: 5% 0;
}

#sign-in, #sign-up {
    background: #f5f7fa none repeat scroll 0 0;
}

.signup-form, .signin-form {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    color: #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.box-color {
    display: block;
    position: relative;
}



.panel-header h2 {
    margin-top: 10px;
    margin-bottom: 17px;
}

.signup-form .page-name, .signin-form .page-name {
    margin-left: 14px;
    font-size: 19px;
    font-weight: 700;
}

.signup-form .page-name.active,
.signin-form .page-name.active {
    border-bottom: 3px solid #3197D6;
    border-radius: 5px;
}

.sign_validator {
    margin-top: 20px;
}

.signup-form label, .signin-form label {
    color: #3e4b5b;
    font-weight: normal;
    margin: 0 0 10px;
}
.forgot_pw, .forgot_pw:hover, .forgot_pw:focus {
    color: #8e9bab;
    font-weight: 400;
}

.checkbox label.checkbox_label {
    color: #fff;
}

.form-control {
    background-color: #fff;
    border: 1px solid #dde2ec;
    border-radius: 5px;
    color: #3e4b5b;
    height: 40px;
}

input.btn-block.btn-primary[type="submit"], input.btn-block.btn-primary[type="reset"], input.btn-block.btn-primary[type="button"] {
    background: #3e4b5b none repeat scroll 0 0;
    border-color: #3e4b5b;
    border-radius: 30px;
    height: 45px;
}

input.btn.btn-primary.btn-block:hover {
    background: #ef4930 none repeat scroll 0 0;
    border-color: #ef4930;
}

.icheckbox_minimal-blue {
    background-position: -20px 0;
}

a:hover, a:focus {
    text-decoration: none;
    color: #2283bf;
}

.has-error .help-block, .has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline, .has-error .checkbox-inline {
    color: #FF7A7A;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #FF7A7A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #75D1A3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.radio label,
.checkbox label {
    padding-left: 0;
}

.has-error.checkbox label, .has-success.checkbox label {
    color: #FFF;
}

hr.separator {
    border: 0;
    height: 1px;
    position: relative;
    margin: 15px 0 0 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15))
}

a.white {
    color: #fff;
}

.box-color h4 {
    color: #3e4b5b;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    text-transform: capitalize;
}

.alert-danger {
    opacity: .6;
}

.alert-success {
    opacity: .6;
}

.panel-header img {
    margin: 20px 0 10px;
    width: 240px;
}