@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.login-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.container-fluid {
    width: 100%;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.login-wrap {
    background-color: #89e6fb;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    padding: 0px;
    border-radius: 0px 15px 15px 0px;
}

.login-wrap .login-sec {
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover, auto;
    width: 100%;
}

.login-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	padding-right: 35px;
}

.login-wrap-bg {
    position: absolute !important;
    right: 0;
    padding: 15px 90px 15px;
    height: 100%;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.login-wrapper .loginbox {
    background: #FFFFFF;
        box-shadow: 0px 8px 80px rgb(46 55 164 / 20%);
    border-radius: 24px;
    display: flex;
    max-width: 830px;
    width: 100%;
}

.login-wrapper .loginbox .login-right {
    padding: 25px;
    width: 100%;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}


.account-logo {
    margin-bottom: 0px;
    text-align: left;
}

.form-top-left {
    float: none !important;
    width: 100%;
    padding-top: 0px !important;
	margin: auto;
}

.form-bottom {
    background: transparent;
    /* box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29); */
    padding-top: 0px !important;
}

h3 {
    font-size: 22px;
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    color: #555;
    line-height: 30px;
    padding-bottom: 40px !important;
}

input[type="text"], input[type="password"], textarea, textarea.form-control {
    border: 1px solid rgba(46, 55, 164, 0.1) !important;
    border-radius: 12px !important;
    height: 50px !important;
    background: #f8f8f821 !important;
    font-family: 'Poppins' !important;
    font-size: 15px !important;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
    border: 2px solid rgb(74 83 199 / 80%) !important;
}

button.btn {
    margin: 0;
    vertical-align: middle;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: linear-gradient(92.39deg, #4E57CD 1.86%, #2E37A4 100%);
    border-radius: 12px;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 25px;
    height: 45px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (max-width: 991.98px) {
	.login-wrap {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
    .login-wrap-bg {
        padding: 15px 20px 15px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .login-wrap-bg {
        padding: 15px 50px 15px;
		position: relative !important;
    }
}
