input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0;}
.login-main {display: flex; flex-wrap: wrap; height: 100vh; font-family: 'Open Sans', sans-serif; align-items: center;}
.login-img {background: url("../signin_images/form-bg.jpg") no-repeat; width: 50%; height: 100%; background-size: cover; display: flex; align-items: flex-end; justify-content: center; position: relative;}
.login-logo {position: absolute; left: 50%; top: 35%; transform: translate(-50%, -35%); width: 300px;}
.login-form-main h2 {font-size: 35.3px; font-weight: 400; color: #000000; display: none; margin-top: 0; margin-bottom:50px;}
.login-form-main {width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative;}
.login-form-part {width: 70%;}
.login-form-main h2 span {color: #ed1c24; font-weight: bold;}
.radio-btn label {font-size: 20px; font-weight: 400;}
.radio-btn {display: flex; gap: 15px; margin-top: 25px; margin-bottom: 25px;}
.radio-btn .form-group {margin-bottom: 0;}
.login-form label {font-size: 16px; font-weight: 400; color: #000;}
.login-form input {border: none; border-bottom: 1px solid #cccccc; border-radius: 0; padding: 0; font-size: 16px; height: 45px; color: #000; box-shadow: none;}
.login-form input:placeholder {color: #ccc;}
.login-form input:focus {box-shadow: none; border-color: #000;}
.btn-box {display: flex; gap: 10px; margin-top: 20px; margin-bottom: 20px;}
.btn-box .btn {/*padding: 14px 45px;*/ width: 50%; color: #fff; background: #ed1c24; font-size: 16px; border-radius: 0; font-weight: bold; text-transform: uppercase; outline: none !important;}
.btn-box .dark-btn {background: #33424c;}
.forget-btn {font-size: 16px; color: #000; font-weight: 400; text-decoration: underline;}
.forget {text-align: center;}
.myDiv {display: none;}
.company-details {width: 100%; display: flex; padding: 10px; background: #33424c; color: #fff; flex-wrap: wrap; row-gap:10px;}
.details-box {width: 33.33%; padding: 0 10px; font-size: 16px;}
.details-box h5 {font-weight: bold; font-size: 16px;}
.details-box p {margin-bottom: 5px;}
.social-link {padding: 0; margin: 0; list-style: none; display: flex; gap:10px;}
.social-link li a i {height: 35px; width: 35px; border-radius: 50px; background: #fff; color: #fff; line-height: 35px; text-align: center;}
.social-link li a {color: #33424c;}
.social-link .fa-linkedin {background-color: #007ab7;}
.social-link .fa-facebook {background-color: #1877f2;}
.social-link .fa-instagram {background-color: #be3982;}
.social-link .fa-twitter {background-color: #00aded;}
.PAN{text-transform: uppercase;}
.error{color: Red; visibility: hidden;}
.number-group input {padding-left: 50px;}
.field-icon {float: right; margin-top: -45px; position: relative;}
.number-group {position: relative;}
.country-code {position: absolute; top: 54%; margin: 0; font-size: 16px; padding: 0px 9px 0px 0; border-right: 1px solid #ccc;}
.alert_div {position: absolute; width: 100%; left: 0; top: 0;}
.form-logo {display: none; margin:auto;} 
.home-btn {position: absolute; top: 14px; left: 14px; font-size: 50px; border: 3px solid #000; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; color: #ed1c24; border-radius: 9px; text-decoration: none !important;}
.home-btn:hover {color:#000;}
.home-btn.mobile {display:none;}

@media only screen and (max-width: 991px) {
.login-main {height: auto; flex-direction: column-reverse}
.login-img {width: 100%;}
.login-logo {display: none} 
.form-logo {display: block; width: 250px; margin-bottom: 15px;}
.login-form-main {width: 100%;}
.login-form-part {width: 100%; padding: 15px;}
.login-form-main h2 {text-align:center;}
.home-btn {display:none;}
.home-btn.mobile {display:flex;}}  

@media only screen and (max-width: 767px) {
.form-logo {width: 170px;}
.radio-btn {margin: 50px auto 30px; justify-content: center;}
.details-box {width: 100%;}
.home-btn.mobile {display: flex; font-size: 30px; width: 50px; height: 50px; border-width: 2px;}}


.radio-btn [type="radio"] {display:none;}

.tagbtn label {width:75px; height:75px; cursor:pointer; border:1px solid #cccccc; margin:0px; position:relative;}
.tagbtn .company-icon {background:url(https://rta.saginfotech.com/assets/images/company-icon.png) no-repeat center;}
.tagbtn .professionals-icon {background:url(https://rta.saginfotech.com/assets/images/professionals-icon.png) no-repeat center;}
.tagbtn.active label {border:1px solid #ed1c24;}
.tagbtn.active label:after {width: 0px; height: 0px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ed1c24; content: ""; position: absolute; bottom:-10px; left:0; right:0; text-align:center; margin: 0 auto;}




