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

body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    padding: 6.5% 0;
}

#sign-in,
#sign-up {
    background: radial-gradient(ellipse at center, #5A93AF 0%, #004E74 100%);
    /*background: radial-gradient(ellipse at center, #a90020 0%, #740010 100%);*/

}

.login-form {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-primary,
.primary,
.tags a.primary {
    border-color: #509DE0;
    background: #509DE0;
}

.btn-primary:hover {
    border-color: #509DE0;
    background: #509DE0 !important;
}

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

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

.social a {
    border-radius: 50px;
    padding: 10px 11px 2px 11px;
    font-size: 25px;
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus {
    color: #5F7AB3;
    border: 1px solid #5F7AB3;

}

.btn-twitter,
.btn-twitter:hover,
.btn-twitter:focus {
    background: #3BACF2;
    color: rgba(255, 255, 255, .85);
    border: 1px solid #3BACF2;
}

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

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

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

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

.btn-google,
.btn-google:hover,
.btn-google:focus {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}

.social .alter {
    font-size: 21px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 400px) {
    .mar-left5 {
        margin-left: 18px !important;
        margin-top: -10px;
    }

    .mar-top4 {
        margin-top: -10px;
    }

    .mar-left {
        margin-left: -5px !important;
    }

    .sign-up {
        float: left !important;
    }

    #forgot::after {
        content: "\A";
        white-space: pre;
    }

}

/* Chrome, Safari, Opera */

@-webkit-keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

/* Standard syntax */

@keyframes CAnimation {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

a:hover {
    text-decoration: none;
}

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

@media (min-width: 768px) {
    .form_width {
        margin-left: 12%;
    }
}

/* ===== Preloader =====*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    backface-visibility: hidden;
    background: #ffffff;
}

.loader_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center;
    margin: -25px 0 0 -25px;
}