.login-wrapper{
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
}
.login-wrap{
    margin: 2%;
    border: 1px solid #000;
    background: #222;
    padding: 2%;
    border-radius: 5px;
    display: block;
}
.login-user-buttons{
    line-height:12px;
}
.login-wrap-input, 
.reset-pass-content .login-wrap-input,
.deposit-input{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 2%;
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2%;
    font-size: 12px !important;
    /* -webkit-text-security: disc !important; */
}
.reset-pass-content .txt-yellow{
    color: #fe9601 !important; 
}
.lost-pass-button{
    background-color: #282727;   
    border: 1px solid black;
    width: 49%;
}
.login-form-button{
    background: #222222;
    border: 1px solid #fff !important;
    width: 100%;
}
.registration-form-button{
    width: 100%;
    background: #fe9601;
    color: #000 !important;
}
.help-button{
    background-color: #282727;
    border: 1px solid black;
    margin-left: 2%;
    width: 49%;
}
.large-button.lost-pass-button, .large-button.help-button{
    border: 1px solid black;
}
.error-message-hidden{
    display: none;
}

.login-error-message{
    color: #F44336;
    text-align: center; 
    margin-top: 6px; 
    font-size: 13px; 
    font-weight: bold;
}
.reset-pass-username{
    font-size: 1.2em;
    text-decoration: underline;
}
.reset-pass-content{
    margin: 2%;
    border: 1px solid #000;
    background: #222222;
    padding: 2%;
    border-radius: 5px;
}

.number-prefix {
    height: 30px;
    line-height: 30px;
    margin-top: 2%;
    padding: 0px 6px 0 0;
}
