
.login-content{
    margin-top: 7%;
    padding: 12px 18px;
    border: 1px solid #E0E0E0;
    background-color: white;
    margin-bottom: 15px;
    border-radius: 15px;
}

.reset-content{
    margin-top: 7%;
    padding: 12px 18px;
/*    border: 1px solid #E0E0E0;*/
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
/*    border-radius: 15px;*/
}

@media (max-width: 767px) {
    .esthela { margin-top: 12%; }
}

@media (max-width: 480px) {
    .login-content{ margin-top: 14%; }
    .reset-content{ margin-top: 14%; }
}

.center-icon{
    margin-top: -45px;
/*    margin-bottom: 12px;*/
    width: 120px;
    height: 120px;
}

.group-style{
    margin-bottom: 12px;
}

.no-padding{
    padding: 0px;
}

.start-button{
    margin-bottom: 20px;
}
.text-options{
    margin-bottom: 12px;
}

h3{
    margin-top: 0px;
}
.input-custom{
    border: 1px solid #D8DBDE;
    border-radius: 5px;
    margin-bottom: 8px;
}

html{
    width: 98.9%;
}