/* 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;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background-color: #ebebeb;
}

.login-form {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-primary,
.primary,
.tags a.primary {
    border-color: #1559937a;
    background: #1559937a !important;
}

.btn{
    cursor: pointer;
}

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

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

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

.social a {
    border-radius: 50px;
    padding: 10px 12px 2px 12px;
    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;
}

.radio,
.checkbox {
    display: block;
}

.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;
}

#forgot:hover {
    color: #2a6496 !important;
}

@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);
    }
}

.forgot {
    color: #428BCA !important;
}

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;
}

.marginTB{
    margin-top:10px;
    margin-bottom:10px;
}

.logo_h2{
    margin-top:20px;
    margin-bottom:10px;
}

a,a:hover, a:focus {
    color: #2a6496;
}

button, html input[type=button], input[type=reset], input[type=submit]{
    cursor:pointer;
}

.help-block{
    display: block;
    margin-top:5px;
}

#authentication, #authentication .form-control, .btn-primary{
    font-size: 14px;
}

.btn:focus{
    box-shadow: none;
}

.btn:active{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
     box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form-control:focus{
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.logo{
    color: #1559937a;
    font-size: 30px;
    font-weight: 900;
}

.logoh3{
    color: #1559937a;
    font-size: 20px;
    font-weight: 900;
}

.link{
    color:#333;
}

.link:hover{
    color: #1559937a;
    text-decoration: underline;
}

.alert{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    margin: 5px;
}

#loginblock{
    background:#ffffff; 
    padding:15px;
    opacity: 0.9;
    border-radius: 5px;
}

.login,
.restore{
    padding-top: 6.5%;
    padding-bottom: 2%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.frame-app {
    position: relative;
}

.frame-app::before,
.frame-app-xs::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: #1559937a;
    border-right: 20px solid #155993;
    border-bottom: 20px solid #155993;
    border-radius: 0 0 100% 0;
}

.frame-app-xs::before {
    height: 40px;
    width: 40px;
}

.frame-app::before {
    height: 180px;
    width: 180px;
}

.frame-app::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1559937a;
    border-top: 20px solid #155993;
    border-left: 20px solid #155993;
    height: 220px;
    border-radius: 100% 0 0 0;
    width: 220px;
}

.frame-app > * {
    z-index: 1;
}

footer {
    clear: both;
    position: relative;
    height: 20px;
    margin-top: -20px;
    overflow: hidden;
    color: #333;
    z-index: 1;
}

footer .container{
    padding:4px;
    font-size:10px;
}

footer a, 
footer a:hover, 
footer a:focus{
    color: #333;
    text-decoration: underline;
}