img {
    width: 100%;
}

.login {
    height: 100vh;
    width: 100%;
    background: radial-gradient(#340e6b, #340e6b);
    position: relative;
}

.login_box {
    width: 1050px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}

.login_box .left {
    width: 41%;
    height: 100%;
    padding: 25px 25px;

}

.login_box .right {
    width: 59%;
    height: 100%
}

.login_box .reg {
    width: 59%;
    height: 100%
}

.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}

.left .top_link {
    height: 20px
}

.left .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
}

.contact form {
    width: 100%;
}

.left h3 {
    text-align: center;
    margin-bottom: 40px;
}

h3.register {
    margin-bottom: 10px;
}

.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
}

.left {
    background: #fff;
}

.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 40px;
    background: #35c40d;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
    box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
}



.right {
    background: url(https://tapster.solutions/wp-content/uploads/2023/08/tapster-app.jpg);
    background-size: cover;
    color: #fff;
    height: 100%;
    position: relative;
}

.reg {
    background: url(https://tapster.solutions/wp-content/uploads/2023/08/tapster-profile.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
}

.right .right-text {
    height: 100%;
    position: relative;
    transform: translate(0%, 45%);
}

.right-text h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.right-text h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

input[type="checkbox"] {
    width: 20px;
    margin-right: 5px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.remember-form span {
    padding-left: 20px;
}

label.error {
    position: relative;
    color: #f15524;
    left: 0;
    font-size: 14px;
    margin: 0;
}

.forget-pass {
    font-size: 14px;
}

.signup-text {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.top_link img {
    width: 150px;
    padding-right: 7px;
    margin-top: -3px;
}