.auth {
    padding: 80px 0;
    background-color: var(--primary);
    background-image: url(../../images/icons/landing-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
}
.auth h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
}
.auth h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 74px;
}
.auth .form {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.14);
    border-radius: 30px;
    padding: 45px;
/*     max-width: 550px; */
    margin: 0 auto;
}
.form-wrapper .form-control {
    border: 0;
    padding: 0 ;
    background: transparent !important;
}
.customphone .form-label {
	left: 81px;
	width: 51%;
	top: -2px;
}
.form-wrapper.d-flex.align-items-center.customphone input {
    border: 0 !important;
}
.auth .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 45px;
}
.form-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 11px 21px 11px 0;
    margin-bottom: 34px;
}
.form-wrapper .icon {
    background-color: var(--primary);
    height: 32px;
    width: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.form-group {
    position: relative;
}
.form-label {
	position: absolute;
	left: 7.5px;
	top: 1px;
	background-color: #fff;
	z-index: 10;
	transition: all 150ms ease-in-out;
	font-weight: 400;
	font-size: 13px;
	color: #828282;
	margin: 0;
	padding: 0 10px;
	pointer-events: none;
	width: 78%;
}
.focused .form-label {
    transform: translateY(-131%);
    font-size: 0.75em;
    left: 9px;
    width:fit-content;
}
.form-input {
    position: relative;
    width: 100%;
    outline: 0;
    border: 0;
    padding-left: 9px;
    font-size: 13px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.radio-wrapper{
    background-color:#fff;
    max-width: 700px;
    margin:0 auto;
    padding:20px 10px;
}
.tick-box {
    position:relative;
    width: 26px;
}
.customphone.focused input {
	padding-left: 90px !important;
	padding-right:10px !important;
}
.customphone input{
	height: auto !important;
} 
#user-designation {
	background: transparent;
}
.form-group.field-user-password.required #password-reveal ,.form-group.field-user-confirm_password.required #confirm-password-reveal{
	top: 4px;
	position: absolute;
	right: 5px;
}
.show {
    transition: all 0.2s ease-in-out;
    width: 0px;
    overflow: hidden;
}
.show::before {
    content: '';
    height: 15px;
    position: absolute;
    width: 15px;
    border: 2px solid var(--primary);
    top: 7px;
    left: 2px;
}
.show-img {
    height: 30px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-radio-button span {
    order: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #212420;
    user-select: none;
}
.custom-radio-button a {
    color: var(--primary);
}
.custom-radio-button a:hover {
    text-decoration: underline;
}
.custom-radio-button input:checked + label .show {
    width:40px;
}
.custom-radio-button label {
    display:flex;
    align-items: center;
}
.page-switch {
    font-size: 14px;
    color: #212420;
}
.page-switch a {
    color: var(--primary);
}
.page-switch a:hover {
    text-decoration: underline;
}
.other-options {
    color: #9E9E9E;
}
.other-options .bar {
    display: block;
    background-color: #9e9e9e6e;
    height: 1px;
    width: 100%;
}
.other-options .text {
    padding: 0 10px;
    white-space: pre;
}
.social-auth .icon {
    color: #fff;
    background: #ccc;
    border-radius: 12px;    
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid transparent;
    transition: all 0.15s ease-in-out;
}
.social-auth .icon.google {
    background: #DB4437;
}
.social-auth .icon.facebook {
    background: #1874EB;
}
.social-auth .icon.twitter {
    background: #00ACEE;
}
.social-auth .icon.linkedin {
    background: #0E76A8;
}
.social-auth .icon:hover {
    background-color: #fff;
    color: var(--primary);
    border-color: var(--primary);
    box-shadow: 2px 5px 10px rgb(92 183 62 / 49%);
    transform: translateY(-3px);
}
input:-internal-autofill-selected {
    background-color: transparent!important;
}
.fa-eye-slash::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
@media screen and (max-width: 1399px) { 
	.auth .form{
	padding:35px;
	}
}

@media screen and (max-width: 1199px) { 
    .auth {
        background-image: unset;
        padding: 120px 0 70px;
    }
    .auth h1 {
        font-size: 35px;
        line-height: 49px;
    }
}
@media screen and (max-width: 575px) { 
    .auth {
        background-image: unset;
        padding: 90px 0 70px;
    }
    .auth .form {
        padding: 25px 15px;
    }
    .auth .title {
        margin-bottom: 25px;
    }
    .auth h3 {
        font-size: 20px;
    }
    .auth h1 {
        font-size: 27px;
        line-height: 44px;
    }
}
.auth .form-group {
	margin: 0;
	display: flex;
	flex-grow: 1;
}
.form-wrapper .invalid-feedback {
    position: absolute;
    top: 38px;
    left: 5px;
    font-size: 13px;
    white-space: nowrap;
}
.text-white h1 , h3 {
	color: #fff !important;
}
.forgot-pass{
    color: var(--primary);
}
.forgot-pass:hover{
    color: #1F1946;
}
.auth .form-group .mb-3{
    margin-bottom: 0 !important;
    width: 100%;
}
#login-form .form-label {
    top: -21px;
    width: fit-content;
}
#login-form .focused .form-label {
	transform: translateY(-21%);
}
#login-form .form-wrapper {
	height: 54px;
}