@import url("common.css");

body {
    overflow: hidden;
	background:#FFF;
}
.btn-sms {
    padding: 0.4rem 0.4rem 0.4rem 55px;
}
.btn-sms:before {
    left: 55px;
}
.btn-sms span {
    font-size: 20px;
	left: 20px;
}
i.bell {
    font-size: 24px;
	color: #990066;
}
.tab .nav-tabs .nav-link {
    color: #153d77;
	font-weight:600;
}
.tab .nav-tabs .nav-link.active {
    border-bottom: 2px solid #153d77;
	font-weight: bold;
	color: #153d77;
}
.tab .nav-tabs .nav-link:hover:not(.active) {
    color: #153d77;
}
.login-footer p {
    color: #757575;
    font-size: 15px;
	margin: 0;
 }
.login-footer p span {
	font-weight: 700;
}
.form-control-box .receive-pass {
    line-height: 16px;
    font-size: 13px;
    color: #979797;
	margin: 0.25rem 0 0;
}
.form-control-box .receive-pass.alert {
	color: #28a745;
	margin: 0.25rem 0 0;
}
.form-control-box .receive-pass.invalid-feedback {
	color: #dc3545;
	margin: 0.25rem 0 0;
}
.form-control-box h2 {
	text-align: center;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #858585;
	font-weight: 500;
	font-size: 16px;
	box-shadow: 0px 2px 2px 0px #00000040;
	border: 0.7px solid #FFFFFF;
	border-radius: 0 0 9px 9px;
	width: 155px;
	padding: 6px 0;
}
input::placeholder {
	color: #B7B7B7 !important;
	font-size:16px;
	font-weight: 300;
}
.form-check-input:checked {
    background-color: #153d77;
    border-color: #153d77;
}
.tab-row {
	position: relative;
}
.tab {
    background: #EDEDED;
    padding: 0.5rem 4.5rem 2rem 4.5rem;
	margin: 0;
	position: relative;
	border-bottom: dashed 2px #fff;
	height: 80vh;
}
.tab:after {
    background: #E3E4E5;
    content: '';
    display: none;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.center-div {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
}
.center-div img {
    width: 160px;
}
.form-control-box {
    background: #F1F1F1;
    border: solid 2px #fff;
    border-radius: 50px;
    margin: 1rem auto 0;
	max-width: 450px;
    box-shadow: 0px 10px 10px 0px #8C8C8C40;
}
.form-control-box form{
    padding: 3.2rem 1.5rem 3rem;
	padding-left: 0;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.form-control-row{
	position: relative;
	margin-bottom: 1rem;
}
.form-control-input {
    border: 0.5px dashed #8C8C8C;
	border-left: 0;
    padding: 8px 30px 8px 8px;
    background: #FFF;
    border-radius: 0;
	font-weight: 300;
	background-image: none !important;
}
.form-control-input:focus{
	box-shadow: none;
	border-color: #003D78;
}
.floating-icon{
	position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
}
.form-control-box-footer {
	background: #990066;
    height: 25px;
	box-shadow: 0 0 0 3px #990066;
    border-top: dashed 0.5px #F7F7F7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-actions {
    margin: 0 0 0 10px;
}
.btn-row {
    margin: 1rem 0;
	padding-left: 1.5rem;
}

.login-footer-row {
    background: #DEDEDE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	height: 20vh;
}
.login-footer {
	align-self: center;
}
.login-social {
    padding: 0;
	margin: 0 0 1rem;
    list-style: none;
    display: flex;
    justify-content: center;
	gap: 0.6rem;
	position: relative;
}
.login-social li {
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
	position: relative;
	cursor: pointer;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.login-social li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #787878;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
}
.login-social li:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.login-social li a {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-social li a svg {
    width: 21px;
}
.login-social li a svg path {
	fill: #787878;
	transition: fill .5s ease;	
}
.login-social li:hover a svg path {
	fill: #fff;
}
.form-check .form-check-input {
    border-radius: 30px;
    margin: 0 auto;
    width: 62px;
    height: 1.6rem;
    float: none;
    position: relative;
    background: #a9f502;
    border: solid 4px #E7E7E7;
	box-shadow: inset rgba(0, 0, 0, 0.15) 0px 2px 7px, rgba(0, 0, 0, 0.09) 0px 0px 0px, rgba(250, 250, 250, 1) 0px 0px 0px, rgba(250, 250, 250, 1) 0px 0px 0px;
	filter: none;
	cursor: pointer;
	transition: background 0.4s linear;
}
.form-check .form-check-input::after {
    content: '';
    display: inline-block;
    background: #F7F7F7;
	width: 35px;
    height: 20px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%);
    box-shadow: inset rgba(250, 250, 250, 1) 0px 2px 1px, rgba(0, 0, 0, 0.05) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 4px 4px, rgba(0, 0, 0, 0.01) 0px 5px 8px;
    transition: left 0.15s linear;
}

.form-check .form-check-input::before {
    position: absolute;
	left: 10px;
    top: -1px;
    transition: left 0.1s linear;
    z-index: 1;
    font-size: 16px;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    color: #e1e1e1;
    font-weight: 600;
    line-height: 18px;
    text-shadow: 0px 1px 3px #fff;
}
.form-check .form-check-input:hover {
	box-shadow: inset rgba(0, 0, 0, 0.2) 0px 2px 7px, rgba(0, 0, 0, 0.09) 0px 3px 15px, rgba(250, 250, 250, 1) 0px 0px 0px, rgba(250, 250, 250, 1) 0px 0px 0px;
}
.form-check .form-check-input:checked {
    background: #990066;
    transition: background 0.4s linear;
}
.form-check .form-check-input:checked:before {
    left: 33px;
	transition: left 0.15s linear;
}
.form-check .form-check-input:checked:after {
    left: 22px;
	transition: left 0.15s linear;
}
.form-check .form-check-label, .forgot-label {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.floating-icon svg {
	width: 15px;
}

@media (max-width: 1199px) {
	.tab-row {
		width:100%;
	}
}

@media(max-width:1024px){
	.login-left {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media(max-width:767px){
	.container-fluid {
		padding: 0;
	}
	.tab-row {
		background: transparent;
	}
	.tab {
		border: 0;
		padding: 2rem 1.5rem 0;
	}
	.form-control-box {
		border-radius: 35px;
	}
	.form-control-box form {
        border-radius: 35px;
    }
	.form-control-input {
		font-size: 16px;
	}
	.form-control-box-footer {
		height: 15px;
	}
	.btn-sms {
		padding: 0.5rem 0.4rem 0.5rem 55px;
	}
	.btn-sms span {
		font-size: 18px;
	}
	i.bell {
		font-size: 20px;
	}
	.login-social li {
		height: 40px;
		width: 40px;
	}
	.login-footer-row {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
		border-top: dashed 2px #fff;
    }
	.lock-row svg {
		margin-top: 1rem;
	}
}
@media(max-width:575px){
	.forgot-label, .form-check .form-check-label {
		font-size: 12px;
		line-height: 25px;
	}
	.login-footer {
		padding: 1rem 2.0rem;
	}
	.form-control-box {
		margin: 1rem 0 3rem!important;
	}
	.form-control-box form {
		padding: 2rem 1rem!important;
		padding-left: 0!important;
	}
	.form-control-input {
		padding: 2px 30px 2px 5px;
        min-height: 36px;
	}
	.floating-icon {
		top: 6px;
	}
	.floating-icon svg {
		width: 12px;
	}
	.login-actions {
		margin: 0;
	}
	.form-control-box .receive-pass {
		font-size: 11px;
	}
}

@media(min-width:768px){
	.login-left, .login-right{
		position:relative;
	}
	.height-auto{
		margin: 0;
		position: absolute;
		top: 50%;
		width: 100%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.height-auto-rigt{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}
}
@media(min-width:1200px) and (max-width: 1300px) {
	.tab {
        padding: 1.8rem 2.5rem 0 2.5rem!important;
	}
}

@media(min-height:700px){
	.tab {
		padding: 0.5rem 5rem 0 5rem;
	}
	.btn-row {
        margin-top: 1.5rem;
    }
}
@media(min-height:766px){
	.tab {
		padding: 0.5rem 3.5rem 0 3.5rem;
	}
	.center-div img {
		width: 200px;
	}
	.form-control-box {
        margin: 2.5rem auto;
		max-width: 300px;
    }
	.form-control-box form {
		padding: 2.5rem 1.5rem;
		padding-left: 0;
	}
}
@media(min-height:866px){
	.form-control-box {
		max-width: 350px;
    }
	.form-control-box form {
		padding: 4rem 1.5rem;
		padding-left: 0;
	}
}
@media(min-height:1020px){
	.center-div img {
		width: 230px;
	}
	.tab {
		padding: 0.5rem 4.5rem 0 4.5rem;
	}
	.form-control-box {
		max-width: 450px;
    }
}
@media(min-height:1120px){
	.center-div img {
        width: 250px;
    }
	.tab {
		padding: 0.5rem 3.5rem 0 3.5rem;
	}
	.form-control-box {
        margin: 4.5rem auto;
    }
	.form-control-box form {
        padding: 5.5rem 2.5rem;
		padding-left: 0;
    }
	.form-control-input {
		padding: 10px 30px 10px 8px;
	}
	.floating-icon {
		top: 12px;
	}
	.form-control-box-footer {
		height: 45px;
	}
	.btn-sms {
		padding: 0.9rem 0.4rem 0.9rem 55px;
		max-width: 300px;
	}
	.btn-sms span {
		font-size: 26px;
	}
	i.bell {
		font-size: 34px;
	}
	.login-social li {
		height: 65px;
		width: 65px;
	}
	.login-social li a svg {
		width: 44px;
	}
	.login-footer p {
		font-size: 30px;
	}
}
@media(min-height:1380px){
	.center-div img {
        width: 340px;
    }
	.tab {
		padding: 0.5rem 12rem 0 12rem;
	}
	.form-control-box {
        max-width: 580px;
    }
	.form-control-box form{
		padding: 6.5rem 2.5rem;
        padding-left: 0;
	}
	input::placeholder {
		font-size:20px;
	}
	.form-control-row {
		margin-bottom: 1.5rem;
	}
	.form-control-input {
		padding: 14px 30px 14px 8px;
		font-size:20px;
	}
	.floating-icon svg {
		width: 24px;
	}
	.floating-icon {
        top: 16px;
    }
	.form-check .form-check-label, .forgot-label {
		font-size: 16px;
	}
}
@media(min-height:1600px){
	.center-div img {
        width: 400px;
    }
	.tab {
		padding: 0.5rem 11.5rem 0 11.5rem;
	}
	.form-control-row {
        margin-bottom: 1.8rem;
    }
	.form-control-box {
        margin: 4.5rem auto 0;
        border-radius: 75px;
    }
	.form-control-box form {
        padding: 7.5rem 1.5rem;
		padding-left: 0;
		border-radius: 75px;
    }
	input::placeholder {
		font-size:28px;
	}
	.form-control-input {
        padding: 24px 30px 24px 8px;
        font-size: 28px;
    }
	.form-check .form-check-label, .forgot-label {
        font-size: 20px;
        line-height: 26px;
    }
	.floating-icon {
        top: 30px;
        right: 30px;
    }
	.floating-icon svg {
        width: auto;
        height: 32px;
    }
	.btn-sms {
        padding: 1.2rem 0.4rem 1.2rem 55px;
        max-width: 400px;
    }
	.btn-sms span {
        font-size: 32px;
    }
	.login-social {
		gap: 1rem;
	}
	.login-social li {
        height: 85px;
        width: 85px;
    }
	.login-footer p {
        font-size: 42px;
    }
}
@media(min-height:1700px){
	.center-div img {
        width: 440px;
    }
	.form-control-row {
        margin-bottom: 2rem;
    }
	.form-control-box form {
        padding: 6.5rem 2.5rem;
		padding-left: 0;
    }
	.btn-row {
		padding-left: 2.5rem;
	}
}
@media(min-height:1800px){
	.center-div img {
        width: 470px;
    }
	.form-control-row {
        margin-bottom: 2.2rem;
    }
	.form-control-box form {
        padding: 7.5rem 3.5rem;
		padding-left: 0;
    }
	.btn-row {
        padding-left: 3.5rem;
    }
}
@media(min-height:1900px){
	.center-div img {
        width: 500px;
    }
	.tab {
		padding: 0.5rem 11rem 0 11rem;
	}
	.form-control-box form {
        padding: 8.5rem 4.5rem;
		padding-left: 0;
    }
	.btn-row {
        padding-left: 4.5rem;
    }
}
@media(min-width:1500px){
	.btn-row {
        margin-bottom: 0;
    }
	.btn-sms {
		padding: 0.8rem 0.4rem 0.8rem 55px;
	}
	.form-control-box-footer {
		height: 30px;
	}
	.login-social li {
		height: 55px;
		width: 55px;
	}
	.login-social li a svg {
		width: 34px;
	}
	.login-footer p {
		font-size: 22px;
	}
	.form-control-box h2 {
		font-size: 20px;
		width: 185px;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.tab {
		padding: 1rem;
	}
}

@media (max-width: 767px) and (orientation: portrait) {
	.main {
        background: #EDEDED;
    }
	.center-div img {
		width: 150px;
	}
	.tab {
        padding: 0 3rem 0;
    }
	.btn-row {
		margin: 1.5rem 0 0.5rem;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	body {
		overflow: auto;
		background: #EDEDED;
	}
	.tab {
		height: auto;
	}
	.center-div {
		position: static;
		transform: none;
	}
	.form-control-box {
		margin: 1rem auto;
	}
	.login-footer-row {
		position: static;
		height: 40vh;
	}
}