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

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

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

#sign-in, #sign-up {
    /* background: url("../img/background.png") center center; */
    background: #f0f1f1;

}

.signup-form, .signin-form, .renew-form {
    background-size: cover;
    border-radius: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

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

.signup-form:before, .signin-form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    /*opacity: 0.8;
     background: linear-gradient(to left, #2B3566, #371D4C); */
    background:  darkblue;
}

.renew-form:before, .renew-form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    opacity: 0.8;
    background: darkblue;
}
.renew-form a{color:#fff}
.renew-form a:hover{color:yellow}
.titlerenew{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.textrenew{
    color: yellow; font-size: 130%;
}
.panel-header h2 {
    margin-top: 10px;
    margin-bottom: 17px;
}

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

.signup-form .page-name.active, .renew-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, .renew-form label {
    margin-left: 0;
    color: #fff;
}

.forgot_pw, .forgot_pw:hover, .forgot_pw:focus {
    color: #fff;
}

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

.form-control {
    color: #000;
    /*background-color: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .1); */
    border-radius: 5px;
}

input[type="submit"].btn-block.btn-primary,
input[type="reset"].btn-block.btn-primary,
input[type="button"].btn-block.btn-primary {
    border-color: #2283BF;
    background: #2283BF;
    border-radius: 5px;
}

.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: 25px 0 15px 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 {
    font-size: 16px;
}

.alert-danger {
    opacity: .6;
}

.alert-success {
    opacity: .6;
}
.signin-form .site_logo {
    max-height: 60px;
    max-width: 200px;
}
.renew-form .site_logo {
    max-height: 120px;
    max-width: 200px;
}

.signup-form .alert-info, .signin-form .alert-info, .renew-form .alert-info {
    color: #fff;
    background-color: #000;
    border-color: #bce8f1;
}

@media only screen and (max-width: 600px) {

    .signup-form, .signin-form, .renew-form {
        margin: 10px 0!important;
        width: 100%!important;
        height: auto!important;
    }
    #sign-in, #sign-up{
        background: goldenrod;
        overflow: hidden;
    }
}