@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';
}