﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background-image: linear-gradient(to left, orange, #794513);*/
    background-image: radial-gradient(circle, #ff9448ff, #64350c);
    justify-content: center;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.mdc-root {
    justify-content: flex-start;
    border-radius: 10px;
    align-items: center;
    display: flex;
    height: 100%;
}

#background-login {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    padding: 0;
}

#btnVisulizePass {
    position: absolute;
    right: 10px;
}

#btnVerificar{
    font-weight: 600;
    color: white;
}

.custom-button {
    background-color: saddlebrown;
    border-color: black;
    margin: 0 !important;
}

.custom-button:hover {
    background-color: #582900;
}

.input-text {
    caret-color: saddlebrown !important;
}

.text-custom {
    font-family: 'Fredoka';
    padding: 4px;
}

.mdc-text-field {
    --mdc-theme-primary: saddlebrown;
}

    .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
        color: saddlebrown;
    }