@charset "UTF-8";

#form-login {
    width: 450px;
}

#form-login .username-wrapper .material-icons {
    font-size: 30px;
}

#form-login .username-wrapper .material-icons + .truncate {
    margin-left: 5px;
}

#loading-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.text-security {
    -webkit-text-security: disc;
    font-family: 'text-security-disc';
}

.text-security-on {
    -webkit-text-security: none;
}

.icon-senha {
    position: absolute;
    margin-left: -25px;
    cursor: pointer;
}

.disabled {
    color: #b3b3b3;
    cursor: default;
    pointer-events: none; 
    cursor: not-allowed;
}