﻿body::before {
    content: "";
    background: linear-gradient(to bottom,#342065 0%,#210c3e 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.requiredInfo {
    color: #ff4380 !important;
    font-size: 14px;
    font-weight: normal;
    display: none;
}

.err-border {
    border: 2px solid #f00 !important;
    margin-bottom: 17px;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
    outline: 0;
    width: 100%;
    max-width: 330px;
    padding: 15.5px 14.9px 15.5px 14.9px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #b5b5b5;
}

input[type=checkbox] {
    width: 20px;
    height: 19px;
    border-radius: 2px;
}

input[type=password] {
    padding-right: 30px;
}

input[type=text] {
    padding-right: 30px;
}

input::placeholder {
    font-size: 14px;
}

.login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    width: 100%;
}

@media(max-width:1023px) {
    .login {
        justify-content: space-around;
    }
}

@media(max-width:767px) {
    .login {
        flex-direction: column-reverse;
        margin-top: unset;
    }
}

.login .login-left {
    width: 48%;
}

@media(max-width:767px) {
    .login .login-left {
        position: relative;
        width: 85%;
    }
}

.login .login-left-imgOne {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

@media(max-width:767px) {
    .login .login-left-imgOne {
        margin-bottom: unset;
        position: absolute;
        top: 30px;
    }
}

.login .login-left-imgOne-background {
    width: 493px;
    height: 352.7px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -142px;
    z-index: -1;
}

@media(max-width:767px) {
    .login .login-left-imgOne-background {
        display: none;
    }
}

.login .login-left-imgOne img {
    max-width: 100%;
    object-fit: cover;
}

@media(max-width:767px) {
    .login .login-left-imgOne img {
        max-width: 286px;
    }
}

.login .login-left-partTwo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:767px) {
    .login .login-left-partTwo {
        margin-top: 145px;
        border: 2px solid #d0a7ff;
        margin-bottom: 90px;
        background-image: linear-gradient(to bottom,#352166 12%,#0c226e 96%);
    }
}

.login .login-left-partTwo-title {
    padding-left: 57px;
    padding-right: 49px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}

@media(max-width:1023px) {
    .login .login-left-partTwo-title {
        padding-left: 10px;
        padding-right: 19px;
    }
}

@media(max-width:767px) {
    .login .login-left-partTwo-title {
        padding-top: 80px;
        margin-left: 114px;
        margin-right: 113px;
        min-width: 300px;
        font-size: 18px;
    }
}

@media(max-width:479px) {
    .login .login-left-partTwo-title {
        min-width: 250px;
    }
}

.login .login-left-partTwo-area {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    padding-top: 42px;
}

@media(max-width:1023px) {
    .login .login-left-partTwo-area {
        max-width: 400px;
        flex-wrap: wrap;
        padding-left: 42px;
        padding-right: 50px;
    }
}

@media(max-width:767px) {
    .login .login-left-partTwo-area {
        max-width: unset;
        margin-bottom: 38px;
    }
}

.login .login-left-partTwo-area-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 26px;
}

@media(max-width:1023px) {
    .login .login-left-partTwo-area-icons {
        margin-bottom: 26px;
        width: 40%;
    }
}

@media(max-width:767px) {
    .login .login-left-partTwo-area-icons {
        width: auto;
    }
}

@media(max-width:576px) {
    .login .login-left-partTwo-area-icons {
        width: 35%;
    }
}

.login .login-left-partTwo-area-icons img {
    width: 44px;
    height: 44px;
    margin: auto;
}

.login .login-left-partTwo-area-icons span {
    display: inline-block;
    max-width: 130px;
}

    .login .login-left-partTwo-area-icons span * {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

@media(max-width:479px) {
    .login .login-left-partTwo-area-icons span * {
        font-size: 12px;
    }
}

.login #login-form {
    width: 48%;
}

@media(max-width:767px) {
    .login #login-form {
        width: 100%;
    }
}

.login .login-right {
    margin-top: 95px;
    border: 2px solid #d0a7ff;
    width: 426px;
    padding: 84px 48px 154px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-image: linear-gradient(to bottom,#352166 12%,#0c226e 96%);
}

@media(max-width:1023px) {
    .login .login-right {
        width: 394px;
        padding: 62px 32px 129px;
    }
}

@media(max-width:767px) {
    .login .login-right {
        background-image: unset;
        border: unset;
        width: unset;
        padding: 84px 0 154px 0;
    }
}

.login .login-right-background {
    display: none;
    position: absolute;
    width: 319.5px;
    height: 222.3px;
    top: -50px;
    z-index: 0;
}

@media(max-width:767px) {
    .login .login-right-background {
        display: block;
    }
}

.login .login-right-usernameMail {
    width: 100%;
    margin-bottom: 17px;
    z-index: 1;
}

@media(max-width:767px) {
    .login .login-right-usernameMail {
        width: 330px;
    }
}

.login .login-right-password {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
}

.login .login-right-password-eye {
    display: none;
}

.login .login-right-password-eyeslash {
    display: unset;
}

.login .login-right-password img {
    width: 20px;
    height: 20px;
}

.login .login-right h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 31px;
}

.login .login-right-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

    .login .login-right-link div {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        column-gap: 8px;
    }

        .login .login-right-link div span {
            font-size: 14px;
            margin-left: 10px;
        }

    .login .login-right-link a {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
        padding-right: 10px;
    }

.login .login-right-button {
    line-height: 45px;
    background-image: linear-gradient(to bottom,#95347f,#812d6e 52%,#812d6e 78%,#95347f);
    width: 100%;
    max-width: 170px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
    cursor: pointer;
}

#passwordVisibleButton {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
