@view-transition {
    navigation: auto;
    types: slide, forwards;
}

.background-color-kku {
    background: linear-gradient(97.6deg, #FF5C2B 9.7%, #FFBF37 85.46%);
    border-radius: 10px;
    border: 1px;
}
.background-color-kku:disabled {
    background: #ccc!important;
    border-radius: 10px;
    border: 1px;
}

.color-kku {
    color: #a83a25;
}

.background-color-kku:hover {
    background-color: transparent;
    color: #ffffff;
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-eye-slash.show-password:before {
    content: "\f06e";
}


.header-register,
.header-login {
    background: #fff6e4 !important;
    border-radius: 7px !important;
    color: #A73B24 !important;
} 

@media only screen and (max-width: 991px) {
    .header-register,
    .header-login {
        background: #fff !important;
        color: #000 !important;
        
        i {
            display: none!important;
        }
    } 
    
}