.loginWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginBox {
    width: 430px;
    height: 511px;
}

.logo {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;
    display: block;
}

.title {
    text-align: center;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: 700;
}

.loginForm {
    margin-top: 77px;
}

.formItem {
    margin-bottom: 20px;
}

.formItem label {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
    color: #707070;
}

.formItem input {
    width: 430px;
    height: 58px;
    border: 1px solid #707070;
    padding: 0 162px 0 1em;
    box-sizing: border-box;
    border-radius: 12px;
}

.usernameWrapper,
.passwordWrapper {
    position: relative;
}

.usernameWrapper:hover,
.passwordWrapper:hover{
    border-color: #D9F14E;
}

.email,
.passwordControl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}


.passwordControl {
    width: 26px;
    cursor: pointer;
}

.formItem .btn {
    width: 430px;
    height: 61px;
    background-color: #D9F14E;
    padding: 0 10px;
    border-radius: 61px;
    font-size: 27px;
    font-weight: 900;
    color: #000;
    cursor: pointer;
}
