.control-group{
    margin-bottom: 20px !important;
}
.sign-form{
    border-radius: 5px;
}

#btn-login{
    margin: auto !important;
    margin-top: 50px !important;
}

.control-label img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}
.red {
    color: red;
}

.width-32 {
    width: 32px;
}

.sms {
    width: 72px;
    height: 32px;
}

.loading-multilayer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-multilayer {
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: #FFF;
    border-radius: 50%;
    animation: multilayer-spin 1s linear infinite;
    margin-right: 20px;
}

@keyframes multilayer-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}