.amer-logo {
    position: absolute;
    right: 115px;
    top: 42px;
}
main {
    display: flex;
    height: 100vh;
}
.right-section {
    width: 50%;
    background: #f6fafb;
    padding: 18vh 108px 0 0;
}
.right-section img {
    height: 50vh;
    object-fit: contain;
}
.right-section h2 {
    color: #161313;
    font-size: 36px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.36px;
    margin: 20px 0 3px;
}
.right-section p {
    color: rgba(22, 19, 19, 0.7);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.left-section {
    padding: 0 104px 0 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.left-section h1 {
    color: #161313;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 29px;
}
.left-section form {
    width: 492px;
}
.left-section .login-form .input-field,
.password-container {
    border-radius: 8px;
    width: 100%;
    height: 55px;
    color: #161313;
    font-size: 16px;
    font-style: normal;
    margin-top: 20px;
    position: relative;
}
.left-section .login-form .input-field {
    border: 1px solid #192252;
    padding: 0 26px;
}
.left-section .login-form input::placeholder {
    color: rgba(22, 19, 19, 0.6);
    font-size: 16px;
}
.left-section .login-form .toggle-password {
    position: absolute;
    left: 26px;
}
.left-section .login-form .toggle-password i {
    position: relative;
    top: 21.5px;
    color: rgba(128, 128, 128, 0.734);
    font-size: 15px;
}
.left-section .login-form #password-field,
#password-field2 {
    border: 1px solid #192252;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 0 26px;
}
.left-section .login-form .checkbox input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    cursor: pointer;
}
.left-section .login-form .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}
.left-section .login-form .checkbox label {
    cursor: pointer;
    color: #161313;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.left-section .login-form input[type="tel"] {
    text-align: right;
}
.left-section .otp-form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
}
.left-section .otp-form input {
    width: 100%;
    height: 52.34px;
    border: 1px solid #161313;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.left-section form .submit-btn {
    border-radius: 8px;
    background: #006cfd;
    width: 100%;
    padding: 13px 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    margin-top: 31px;
    margin-bottom: 37px;
    transition: 300ms;
}
.left-section form .submit-btn:hover {
    background: #005bd3;
}
.forget-password {
    color: #161313;
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    justify-content: center;
}
@media (max-width: 1298px) {
    .right-section {
        padding: 18vh 4% 0 0;
    }
    .left-section {
        padding-right: 4%;
        padding-left: 4%;
    }
    .left-section form {
        width: 100%;
    }
    .amer-logo {
        top: 30px;
        right: 4%;
    }
}
@media (max-width: 1024px) {
    .right-section {
        display: none;
    }
    .left-section {
        width: 100%;
        align-items: center;
    }
    .left-section form {
        width: 60%;
    }
}
@media (max-width: 752px) {
    .left-section form {
        width: 80%;
    }
    .left-section h1 {
        font-size: 40px;
    }
}
@media (max-width: 576px) {
    .left-section h1 {
        font-size: 36px;
    }
    .left-section form {
        width: 100%;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
