.login-area, .login  {
    color: white;
        
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(left, #15a390, #4ccccf, #4ccccf, #15a390);
        
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(left, #15a390, #4ccccf, #4ccccf, #15a390) */

}

.login-area > .login-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    color: #4ccccf;
}

.login-area > .login-box > .card {
    border-radius: 10px!important;
}

.btn-round{
    border-radius: 20px!important;
}

.btn-color {
    background-color: #4ccccf;
    border-color: #4ccccf!important;
}

.card-header-no-border {
    border: none!important;
}

.card-header-center {
    display: flex!important;
    align-items: center!important;
    flex-direction: column;
}

.btn-color {
    background-color: #4ccccf!important;
    color: white!important;
    font-weight: 700!important;
}

.btn-submit-pos {
    left: 0!important;
}

.login-button-box {
    display: flex;
    justify-content: center;
}

.login-button-box::before, .login-button-box::after {
    content: '';
    display: table;
}

.login-input-field input, .login-button-box button {
    border-radius: 20px!important;
    font-size: 14px;
    height: 40px;
}

.login-input-field input {
    padding-left: 3rem!important;
}

.form-control:focus {
    border-color: #4ccccf!important;
}

.input-icon {
    position: absolute;
}

.input-icon i {
    margin: .75rem 1.5rem;
}

.input-group>.form-control:focus {
    z-index: 0!important;
}

.main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 250px;
}

#spinner-loading {
    display: none
}

.input-field {
    width: 100%!important;
}

label.error {
    color: #e74c3c;
    font-weight: 200!important;
}

input.error, input.error:focus {
    border-color: #e74c3c!important; 
}

.login-box {
    margin-top: 15vh!important;
}

.blockMsg  {
    width: 0;
    border: none!important;
    border-radius: 2rem!important;
    background-color: transparent!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
