@charset "utf-8";
body {
    background: #f2f3f7;
}

.login-container {
    background: url('/img/layouts/login-bg.png') no-repeat left top / 695px 400px, url('/img/layouts/login-bg2.png') no-repeat right bottom / 695px 400px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.text-label {
    font-size: 16px;
    color: #878787;
}

.remember-content {
    align-items: center;
    display: flex;
    margin-left: -4px;
}

.labelRememberMe, .inputRememberMe{
    cursor: pointer;
}

.logo {
    margin-top: 24px;
    margin-bottom: 3px;
    text-align: center;
}

#login {
    margin-top: 110px;
    width: 450px;
    height: 460px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    margin-left: auto;
    margin-right: auto;
    padding: 48px 48px;
}

.login-content {
    margin-top: -24px;
    margin-bottom: 30px;
}

#img-logo {
    max-width: 90%;
}

#img-logo-footer {
    max-width: 35%;
    margin-top: 23px;
}

.logo-footer {
    justify-content: center;
    display: flex;
}

#MUserLoginForm {
    position: relative;
}

#MUserUsernameDiv, #MUserPasswordDiv, .remember-content {
    margin-top: 24px;
}

#MUserUsername, #MUserPassword {
    margin-top: 10px;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: flex;
    height: 40px;
    border-radius: inherit;
    position: relative;
    outline: none;
    width: 354px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    font-size: 14px;
}

#MUserUsername {
    padding: 0 12px;
}

#MUserPassword {
    padding: 0 45px 0 12px;
}

#MUserUsername:hover, #MUserPassword:hover{
    transition: 0.5s;
    border: 1px solid black;
}

#MUserUsername:focus, #MUserPassword:focus{
    transition: 0.1s;
    border: 2px solid #1976d2;
}

.field-icon {
    float: right;
    margin-left: -37px;
    margin-top: 70px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #9298a2;
    font-size: 20px;
}

#rememberMe {
    width: 30px;
    height: 17px;
}

#login-button-input {
    font-weight: 700;
    width: 200px;
    height: 44px;
    background: #fcaf03;
    color: #fff;
    border-color: snow;
    border-style: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

.login-content .text-label .width12 {
    color: rgba(0, 0, 0, 0.87);
}

.login-button {
    margin-top: 24px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

