body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #c4c4c4;
    line-height: 1.6em;
    font-weight: 400;
    background: #0d0e1b;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 0.75px;
    min-height: 100vh;
    display:flex;
    align-items:center;
}


.login-card {
    background-color: #0d0e1b;
    border: 0;
    border-radius: 7.5px;
    /*box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);*/
    overflow: hidden;
}
.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.login-card .card-body {
    padding: 85px 60px 60px; }
@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px; } }



.fag-btn-outline {
    padding: 10px 20px;
    border: 2px solid #FFF;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600
}

.fag-btn-outline:hover {
    background: #00afe8;
    border-color: #00afe8;
    color: #fff;
}

.fag-btn {
    padding: 10px 20px;
    border: 2px solid #00afe8;
    background: #00afe8 none repeat scroll 0 0;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 600
}

.fag-btn:hover {
    background: transparent;
    border-color: #00afe8;
    color: #fff;
}
