body{
    background: #fafbfc;
}

.logo-auth{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 80px;
}

.logo-auth img{
    width: 100%;
}

.card-auth{
    border-radius: 5px;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px;
}

.form-auth-input{
    border-radius: 3px !important;
    background: #f8f8fa !important;
    border: 2px solid #cccdd2 !important;
    transition: 0.2s !important;
    font-weight: 500 !important;
}

.form-auth-input:focus{
    border: 2px solid #00c4dc !important;
    background: #fff;
}

.form-auth-title{
    color: #5e6c84;
}



.social-btn {
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
    background-color: #fcfcfc;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    cursor: hand;
    align-self: center;
    user-select: none;
    transition: all 400ms ease 0s;
    display: flex;
}
.social-btn .social-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    user-select: none
}
.social-btn .social-icon-svg {
    position: absolute;
    margin-top: 11px;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    user-select: none
}
.social-btn .btn-text {
    color: #757575;
    margin: 11px auto;
    font-size: 14px;
    letter-spacing: .2px;
    font-family: Roboto;
    user-select: none
}
.social-btn:hover {
    box-shadow: 0 3px 8px rgba(117, 117, 117, .5);
    user-select: none
}
.social-btn:active {
    box-shadow: 0 1px 1px #757575;
    background: #F8F8F8;
    color: #fff;
    user-select: none
}
