body{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
}
.loginForm{
    width: 600px;
    height: 300px;
    border-radius: 20px;
    margin: 0px auto;
    margin-top: calc(50vh - 150px);
    background-color: #ffffff;
    color: #000000;
}
.login_txt{
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border-radius: 5px;
    border: 0px solid #554c4c;
    background-color: #ffffff !important;
}
.login_txt:active,.login_txt:focus{
    border: 0px;
    outline: none;
}
.login-submitContainer{
    padding: 0px !important;
    width: 410px !important;
    height: 50px !important;
    margin-top: 20px !important;
    border: 0px !important;
}
.login-submit{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    border: 0px;
    border-radius: 10px;
    background-color: #3B55F9;
    color: #ffffff;
}
.loginFormItem{
    width: 400px;
    text-align: center;
    display: flex;
    /* justify-items: center; */
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #bbb2b2;
    margin-top: 5px;
    border-radius: 10px;
    box-sizing: border-box;
}
.titleItem{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#submitResult{
    color: red !important;
    /* text-align: left !important; */
    border: 0px !important;
    justify-content: left !important;
    font-size: 14px;
    text-align: left;
}
.changePasswordForm{
    height: 390px;
}