html{
    background: #ffffff;
}

main{
    background: #fff;
    padding: 15px;
}

i.password-show-button{
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 30%;
    color: #808080;
}

i.modal-close{
    position: sticky;
    float: right;
    top: 0;
    right: 0;
    font-size: 36px;
    color: #fff;
    border-radius: 0px;
    z-index: 999;
}

#modal-user input[type=text]:not(.browser-default):disabled, #modal-user input[type=email]:not(.browser-default):disabled{
    color: rgba(0,0,0,.84);
}

#modal-footer{
    max-height: 90%;
    height: 90%;
}

#modal-footer .modal-header{
/*    display: block;
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 9;
    background: #fafafa;
    padding: 15px 0px;*/
}

/*#modal-footer .modal-footer{
    position: absolute;
    bottom: 0;
}*/