body {
    background-color: #fafbfd;
}

.wrap {
    max-width: 890px;
    margin: auto;
}

    .wrap h5 {
        margin-bottom: 25px;
    }

.logo {
    margin-top: 60px;
    margin-bottom: 30px;
    height: 54px;
}

.card {
    border-radius: 15px;
    border-color: #e8e9ea;
    margin-bottom: 20px;
}

.submit {
    margin-top: 29px;
    margin-left: 30px;
}

.form-check {
    display: inline-block;
}

.form-control {
    background-color: #fafbfc !important;
    border-color: #e8e9ea;
}

    .form-control.eff {
        background-color: transparent !important;
    }

label {
    font-size: 13px;
    font-weight: 600;
}

.mt-54 {
    margin-top: 40px;
}

.form-check-label {
    margin-right: 20px;
    font-size: 16px;
}

.form-check {
    margin-top: 8px;
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .submit {
        margin: 0;
    }
}
/*# sourceMappingURL=style.css.map */
