html,body{
    /*background-image: url('../img/544750.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    /*background: #0073f7;*/ /* Для старых браузров */
    /* background: linear-gradient(to top, #80a9d6, #0073f7);*/
}
body:before{
    content: "";
    background: #0057b8;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
body:after{
    content: "";
    background: #ffd500;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;

}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    padding-bottom: 100px;
}
.wrapper .d-flex{
    width: 100%;
}
.card{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgb(1 43 90) !important;
}

.social_icon span{
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header h3{
    color: white;
    margin-bottom: 0;
}

.social_icon{
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span i{
    margin: 0 auto;
}
.input-group-prepend span{
    width: 50px;
    background-color: #FFC312;
    color: #022b58;
    border:0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember{
    color: white;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    width: 100px;
    transition: background-color 0.2s;
}


.links{
    color: white;
}

.links a{
    margin-left: 4px;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.custom-control-label-login{
    color: #FFC312;
}
.custom-control-label-login::before{
    top: 0.20rem;
}
.custom-control-input:checked ~ .custom-control-label-login::before {
    color: #fff;
    border-color: #FFC312;
    background-color: #FFC312;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: black;
    top: 3px;
    font-size: 12px;
    left: -1.4rem;
}
.form-control:focus{
    border-color: #ced4da;
}
.form-group-loign{
    display: contents;
}
.form-group-loign-btn{
    float: right;

}
.form-group-loign-btn span{
    position: absolute;
}
.form-group-loign-btn svg{
    position: absolute;
    font-size: 25px;
    display:none;
}
.form-group-loign-btn button{
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
