@import "../../style/variables.scss";

.auth-wrapper {
    .auth-card {
        .auth-form-wrapper {
            .reset-password {
                .form-wrapper {
                    .solid-btn{
                        margin-top: 0px;
                    }
                }
            }
        }
    }
}