
.form-group input {
    border-radius: 2px;
    height: 42px;
    padding-left: 30px;
    border: none;
    border-bottom: 1px solid #000;
}

.form-group button {
    height: 45px;
    background: #38c5fd;
    border: none;
    border-radius: 3px
}

.form-group button:hover {
    background: #3da0f1;
}

.form-group {
    margin-bottom: 20px;
}

.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: 300px;
}

.x-div-login-btn{
    margin-top: 10px;
}

.x-div-login-main{
    position: absolute;
    right: 0;
    /*background: url(../img/background-right.png?v=2.0);*/
    /*background-size: 100% 100%;*/
    max-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;
}

.x-div-login-left{
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background: url(../img/background-login.jpg?v=2.0);
    background-size: 100% 100%;
}

.x-div-login-right{
    position: relative;
    height: 100%;
    background: #fff;
}

.x-div-content{
    height: 100%;
    padding: 0;
}

.x-div-row{
    height: 100%;
    margin-right: 0;
    margin-left: 0;
}

input{
    background-color: transparent !important;
}