@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
.form-con {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.form-con .wrapper {
    width: 85%;
    background: #fff;
    padding-right: 30px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px
}

.form-con .form_heading {
    color: #292949;
    text-align: center;
    font-size: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.form-con .more {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 0 18px;
    color: #313b57;
    margin: 0;
    text-align: center
}

.form-group {
    position: relative;
    margin-bottom: 30px
}

.label2 {
    font-size: 13px;
    font-family: 'Noto sans', sans-serif;
    display: block;
    color: #777;
    position: absolute;
    top: 10px;
    left: 5px;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-control2 {
    width: 100%;
    font-family: "Noto sans", sans-serif;
    font-size: 14px;
    color: #292949;
    border: none;
    border: 1px solid #0003;
    -webkit-border-radius: 0;
    border-radius: 5px;
    padding: 10px
}

.form-control2:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.submit_btn {
    padding: 11px;
    text-align: center;
    background: #1aebb6;
    border: none;
    color: #353535;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

@media(max-width: 450px) {
    .form-con .wrapper {
        padding: 30px 10px;
        width: 100%;
    }
}

.top_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFF;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
}

.top_nav .logo {
    color: #292949;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.top_nav .logo span {
    color: #3C2DFF;
}

.top_nav .btn.signup {
    padding: 2px 7px;
    border: 1px solid #292949;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #292949;
}

.top_nav .btn.signup:hover {
    background: #292949;
    color: #FFF;
}

.s_btn:hover {
    color: #292949;
}

.form-con .login-content {
    width: 40%;
    margin-right: 50px;
}

.form-control2::placeholder {
    color: #acacac;
}

.form-con .login-left-content {
    background: #00a1d8;
    min-height: 34rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32%;
    align-items: center;
    text-align: center;
    color: white;
}

.form-con .login-left-content .icon i {
    font-size: 50px;
}

.form-con .login-left-content h5.heading {
    font-size: 22px;
}

.form-con .login-left-content p {
    font-size: 14px;
    font-weight: 500;
    width: 171px;
    margin-top: 22px;
}

.container::after {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.form-con .wrapper {
    width: 85%;
    background: #fff;
    padding-right: 30px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px
}

.form-con .form_heading {
    color: #292949;
    text-align: center;
    font-size: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.form-con .more {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 0 18px;
    color: #313b57;
    margin: 0;
    text-align: center
}

.form-group {
    position: relative;
    margin-bottom: 30px
}

.label2 {
    font-size: 13px;
    font-family: 'Noto sans', sans-serif;
    display: block;
    color: #777;
    position: absolute;
    top: 10px;
    left: 5px;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-control2 {
    width: 100%;
    font-family: "Noto sans", sans-serif;
    font-size: 14px;
    color: #292949;
    border: none;
    border: 1px solid #0003;
    -webkit-border-radius: 0;
    border-radius: 5px;
    padding: 10px
}

.form-control2:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.submit_btn {
    padding: 11px;
    text-align: center;
    background: #00a1d8;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

@media(max-width: 450px) {
    .form-con .wrapper {
        padding: 30px 10px;
        width: 100%;
    }
}

.top_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #FFF;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
}

.top_nav .logo {
    color: #292949;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.top_nav .logo span {
    color: #3C2DFF;
}

.top_nav .btn.signup {
    padding: 2px 7px;
    border: 1px solid #292949;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #292949;
}

.top_nav .btn.signup:hover {
    background: #292949;
    color: #FFF;
}

.s_btn:hover {
    color: #292949;
}

.form-con .login-content {
    width: 40%;
    margin-right: 50px;
}

.form-control2::placeholder {
    color: #acacac;
}
.form-con .login-left-content .icon i {
    font-size: 50px;
}

.form-con .login-left-content h5.heading {
    font-size: 22px;
}

.form-con .login-left-content p {
    font-size: 14px;
    font-weight: 500;
    width: 171px;
    margin-top: 22px;
}

.login-container::after {
    content: "";
    background: #00a1d8;
    width: 34%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-con .form-group label {
    font-size: 15px;
    font-weight: 500;
}
/* Media Query */
@media (max-width:1235px) {
    .login-container::after {
        width: 33.9%;
    }
}
@media (max-width:950px) {
    .form-con .wrapper {
        flex-direction: column;
        padding-right: 0;
    }
    .form-con .login-content {
        width: 80%;
        margin-right: 0;
        margin-top: 30px;
    }
    .form-con .login-left-content {
        width: 100%;
        min-height: 20rem;
    }
    .login-container::after {
        max-height: 329px;
        height: 100%;
        width: 100% !important;
        min-height: 0;
    }
    .sign-up-con::after {
        max-height: 320px;
    }
    .forgot-con::after {
        max-height: 25.9rem;
    }
}
@media (max-height:529px) {
    .login-container::after {    
        width: 36.9%;
        max-height: 320px !important;
    }
}
@media (max-width:767px) {
    .sign-up-con::after {
        max-height: 320px !important;
    }
}
@media (max-width:450px) {
    .login-container::after {
        max-height: 42.5vh;
    }
    .form-con .wrapper {
        padding: 0;
        width: 90%;
    }
    .form-con .login-left-content .icon i {
        font-size: 35px;
    }
    .form-con .login-left-content h5.heading {
        font-size: 18px;
    }
    .forgot-con::after {
        max-height: 23.5rem;
    }
    .forgot-con .form-con .login-left-content {
        min-height: 15rem;
    }
}
@media (max-width:336px) {
    .form-con .wrapper {
        width: 100%;
    }
    .form-con .form_heading {
        font-size: 20px;
    }
}