* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
 position:relative; 
    font-family: 'Poppins', sans-serif;
} 

.main_login {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 25px;
    display: flex;
    align-items: left;
    justify-content: left;
}
img.absolute-body-bg {
    position: absolute;
    
    width: 700px;
    right: 0;
    top: 0;
    z-index: -1;
}
.left_side {
    width: 600px;
    float: left;
    padding: 0;
    margin: 0;
}

.right_side {
    width: 60%;
    float: right;
    padding: 0;
    margin: 0; position:relative;
}

.left_side .logo {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0 150px 0;
    text-align: left;
}



.left_side h4 {
    text-align: left;
    color: #6a6a6a;
    margin: 0 0 30px;
    font-weight: normal;
    clear: both;
}

.left_side h3 {
    text-align: left;
    font-weight: bold;
    color: #000;
}

input:-internal-autofill-selected { background-color:red !important; 
}
.login_detail {
    width: 600px;
    float: left;
    padding: 0 0px;
    margin: 0;
}
.login_detail .d1.d1-frist {
    margin: 0 12px 0 0 !important;
}
.login_detail form {
    margin: 0 0 20px;
}

.login_detail .d1 input:-webkit-autofill,
.login_detail .d1 input:-webkit-autofill:hover,
.login_detail .d1 input:-webkit-autofill:focus,
.login_detail .d1 textarea:-webkit-autofill,
.login_detail .d1 textarea:-webkit-autofill:hover,
.login_detail .d1 textarea:-webkit-autofill:focus,
.login_detail .d1 select:-webkit-autofill,
.login_detail .d1 select:-webkit-autofill:hover,
.login_detail .d1 select:-webkit-autofill:focus {
    border-bottom:1px solid #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}


.login_detail .d1 {
    width: 49%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0 !important;
    position: relative;
}

    .login_detail .d1 i {
        position: absolute;
        bottom: 35px;
        right: 20px;
        font-size: 20px;
        color: #a8a8a8;
        z-index: 999;
        z-index: 999;
    }


/*.login_detail .d1:hover i {
    color: #1c1e3a;
}*/
.page-login .login-desc {
    letter-spacing: 4px;
    font-family: "Futura";
    max-width: 500px;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 50px;
}


.login_detail label {
    display: block;
    margin: 0 0 8px;
    font-weight: bold;
    color: #232524;
}

.login_detail .d1 input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0 0 0px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px #000 solid !important; border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.left-content label.checkbox-input {
    font-weight: normal !important;
}

.left-content {
    float: left;
}


.login_detail input:focus-visible {
    border: 1px solid #1c1e3a;
    outline: unset;
}

.login_detail .d1 input:hover {
    border: 1px solid #1c1e3a;
    outline: unset;
}
.forgot_txt {
    /* width: 100%; */
    float: right;
    padding: 0;
    margin: 0 0 30px;
    text-align: right;
}

.forgot_txt a {
    font-size: 14px;
    color: #1c1e3a;
    text-decoration: none;
}

.forgot_txt a:hover {
    font-size: 14px;
    color: #1c1e3a;
}

.d1.otp-input input {
    width: 12%;
    float: left;
    margin: 0 2.3% 0 0;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    height: 63px;
}

.login_btn {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .login_btn button {
        text-align: center;
        background: #9FFFBD;
        color: black;
        background: linear-gradient(90deg, #9FFFBD, #36C6CD);
        font-weight: bold;
        letter-spacing: 2px;
        font-family: "Futura";
        border: 0px solid transparent;
        text-transform: uppercase;
        letter-spacing: 4px;
        padding: 11px 48px;
        border-radius: 100px;
        color: #fff;
    }
.login_btn .log_btn {
    float: left;
}

.forgot_txt.OTP_txt {
    width: 83%;
    float: left;
    padding: 0;
    margin: 8px 0 60px 0;
    text-align: right;
}

span.otp {
    float: left;
}

span.otp span {
    color: #f79d9e
}

.login_btn button.register_btn {
    float: right;
}

/*.login_btn button:hover {
    background-color: #555;
    border: 1px solid #555;
}
*/
p.remember {
    clear: both;
    margin-top: 30px;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

p.remember a {
    text-decoration: none;
    color: #1c1e3a;
}

.right_img {
    width: 100%;
    height: 100vh;
    float: left;
    padding: 0;
    margin: 0;
    background: #ecf8f5;
}


.left_side h3 {
    font-size: 33px;
    width: 100%;
    float: left;
    margin: 0px 0 25px 0;
    font-weight: bold;
}

p.copy-right {
    position: absolute;
    bottom: 10px;
    left: 100px;
    color: #bdbdbd;
    font-size: 12px;
}

<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap" rel="stylesheet">*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

html {
    width: 100%;
    height: auto;
}



p.copy-right-re {
    display: none;
}

.testim {
    width: 100% !important;
    position: absolute;
    top: 0; left:0px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    visibility: hidden;
}

.login_btn.back-to-login.mt-3 {
    margin-top: 20px;
}
    .login_btn.back-to-login.mt-3 button.log_btn {
        background: #fff;
        color: #1c1e3a;
    }

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #c8cbd2;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    /* background: #c8cbd2; */
    background-color: #616266;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #44c3be;
    border-color: #fff;
    width: 40px;
    border-radius: 10px;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100%;
    /* height: 300px; */
    margin: auto;
    /*border-radius: 50%;*/
}

.testim .cont div h2 {
    color: #212322;
    font-size: 2em;
    margin: 15px 0;
}

.testim .cont div h2 span {
    color: #1c1e3a;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show 0.5s ease-in-out forwards;
    -moz-animation: testim-show 0.5s ease-in-out forwards;
    -ms-animation: testim-show 0.5s ease-in-out forwards;
    -o-animation: testim-show 0.5s ease-in-out forwards;
    animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
    -moz-animation: testim-content-in 0.4s ease-in-out forwards;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: testim-content-in 0.4s ease-in-out forwards;
    animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide 0.5s ease-in-out forwards;
    -moz-animation: testim-hide 0.5s ease-in-out forwards;
    -ms-animation: testim-hide 0.5s ease-in-out forwards;
    -o-animation: testim-hide 0.5s ease-in-out forwards;
    animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
    -moz-animation: testim-content-out 0.4s ease-in-out forwards;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: testim-content-out 0.4s ease-in-out forwards;
    animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
    -moz-animation: testim-content-out 0.5s ease-in-out forwards;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: testim-content-out 0.5s ease-in-out forwards;
    animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

.cont-titel h2 {
    font-weight: bold;
    font-size: 22px;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    .login_detail {
        width: 100%;
        float: left;
        padding: 0 50px;
        margin: 0;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .login_detail {
        width: 100%;
        float: left;
        padding: 0 30px;
        margin: 0;
    }
}

@media screen and (min-device-width: 1px) and (max-device-width: 767px) {
    .forgot_txt.OTP_txt {
        width: 97%;
    }
    .d1.otp-input input {
        width: 14.3%;
        margin: 0 2.3% 0 0;
    }
    .wrapper {
        display: block !important;
    }
    .login_detail {
        width: 100%;
        float: left;
        padding: 0 30px;
        margin: 0;
    }
    .left_side {
        width: 100%;
        padding: 30px 0;
    }

    .testim {
        width: 100%;
        position: inherit;
        top: 0;
        -webkit-transform: translatey(-0%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-\0%);
    }
    .left_side .logo {
        margin: 0 0 10px;
    }
    .left_side h4 {
        margin: 0 0 15px;
    }
    
    .right_img {
        height: auto !important;
    }
    .testim .cont div .img img {
        width: 285px;
        height: 285px;
    }
    .testim .cont div h2 {
        font-size: 1.5em;
    }
    .testim .cont div p {
        font-size: 1em;
        width: 100%;
    }
    p.copy-right {
        display: none;
    }
    p.copy-right-re {
        display: block;
        color: #bdbdbd;
        font-size: 12px;
        text-align: center;
    }
}