.auth-form {
    background-color: #d1d1d1;
    border-radius: 15px;
}

.logo-auth-form {
    width: 65vw;
    height: 65vw;
    max-width: 408px;
    max-height: 408px;
}

.space-extra-top {
    padding-top: 50px;
}

.space-extra-bottom {
    padding-bottom: 50px;
}

.left-icon {
    padding-right: 10px;
}

.right-icon {
    padding-left: 10px;
}