
.form-group input {
    border-radius: 2px;
    height: 42px;
    padding-left: 30px;
    border: none;
    border-bottom: 1px solid #000;
}

.form-group button {
    height: 45px;
    background: #2196F3;
    border: none;
    border-radius: 3px
}

.form-group {
    margin-bottom: 20px;
}

body {
    background: url(../img/background-login.png?v=2.0);
    background-size: 90% 100%;
    background-attachment: fixed;
}

.x-div-text-logo {
    color: #fff;
    font-size: 39px;
}

.pulldown {
    top: 50px;
}

.x-div-login-form {
    /*border: 1px solid #133e61;*/
    border-radius: 8px;
    margin-top: 20px;
    /*background: rgb(5 14 53 / 0.57);*/
    padding: 0px 120px;
}

.x-div-image-logo img{
    width: 328px;
}

.x-div-login-btn{
    margin-top: 10px;
}

.x-div-login-main{
    position: absolute;
    right: 0;
    background: #fff;
    width: 580px;
    top: 0;
    bottom: 0;
}

.x-i-fa-icon{
    position: absolute;
    color: #9e9e9e;
    margin-top: 14px;
    margin-left: 10px;
    font-size: 16px;
}

.x-i-fa-icon-confirm{
    margin-left: 9px;
}