<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fb_iframe_widget iframe {
    position: absolute;
    margin: 0px;
}
#login-bg{
    background: url('../images/login/login-image1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 750px;
    position: relative;
}
.login-img {
    position: relative;
    
    }
    /*.login-img {
    
    width: 100%;
    height: 750px;
    }
.login-img img {

    width: 100%;
    height: 750px;
}*/
.sign-header{
    position:relative;
}
.sign-header img {
   position: absolute;
    top: 45px;
    z-index: 1;
    left: 94px;
    width: 14%;
}
p.gfield_consent_label {
    color: gray;
    margin-top: 20px;
}
p.bottom_poli_term {
    color: gray;
    font-size: 13px;
}
 .signup.form.card {
  padding: 40px;
  max-width:600px;
  margin:5% 0 auto 0;
  height: 720px;

}
.form.card {
  padding: 40px;
  max-width:600px;
  margin:20% auto 0;
  height: auto;

}
.white-bg .login_social{
  width: 100%;
  margin-top: 30px;
}
.white-bg .login_social p{
  text-align: center;
  color: gray;
}
.white-bg .login_social_wrap {
    width: 310px;
    margin: 0 auto;
}
.form.card .tab-group {
  list-style:none;
  padding:0;
  margin:0 0px 26px 100px;
  width: 100%;
  &amp;:after {
    content: "";
    display: table;
    clear: both;
  }
  li.tab a {
    width: 200px;
    float: left;
}
.tab-content {
    margin-top: 50px;
}
ul.tab-group li a:hover {
    text-decoration: none !important;

}

  .form.card li a {
    display:block;
    text-decoration:none;
    padding:15px;
    font-size:20px;
    float:left;
    width:50%;
    text-align:center;
    cursor:pointer;
    transition:.5s ease;
    &amp;:hover {
      background:$main-dark;
      color:$white;
    }
  }
  .form.card .active a {
    background:$main;
    color:$white;
  }
}

/*.form.card .tab-content #login {
  display:none;
}*/


#consent {
    position: relative;
    display: block;
    width: 11px;
    float: left;
    top: 7px;
    left: 0;
    height: 11px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
    margin-right: 7px;
}
.form.card h1 {
  text-align:center;
  color:$white;
  font-weight:$thin;
  margin:0 0 40px;
}

.form.card label {
  position:absolute;
  transform:translateY(6px);
  left:13px;
  /*color:rgba($white,.5);*/
  transition:all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size:22px;
  .req {
    margin:2px;
    color:$main;
  }
}

.form.card label.active {
  transform:translateY(50px);
  left:2px;
  font-size:14px;
  .req {
    opacity:0;
  }
}

.form.card label.highlight {
  color:$white;
}

.form.card input, .form.card textarea {
  font-size:22px;
  display:block;
  width:100%;
  height:100%;
  padding:5px 10px;
  background:none;
  background-image:none;
  border:1px solid $gray-light;
  color:$white;
  border-radius:0;
  transition:border-color .25s ease, box-shadow .25s ease;
  &amp;:focus {
    outline:0;
    border-color:$main;
  }
}

.form.card textarea {
  border:2px solid $gray-light;
  resize: vertical;
}

.form.card .field-wrap {
  position:relative;
  margin-bottom:40px;
}

.form.card .top-row {
  &amp;:after {
    content: "";
    display: table;
    clear: both;
  }

  &gt; div {
    float:left;
    width:48%;
    margin-right:4%;
    &amp;:last-child { 
      margin:0;
    }
  }
}

.form.card .button {
  border:0;
  outline:none;
  border-radius:0;
  padding:15px 0;
  font-size:2rem;
  font-weight:$bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  background:$main;
  color:$white;
  transition:all.5s ease;
  -webkit-appearance: none;
  &amp;:hover, &amp;:focus {
    background:$main-dark;
  }
}

.form.card .button-block {
  display:block;
  width:100%;
}

.form.card .forgot {
  margin-top:-20px;
  text-align:right;
}
.form.card .material-textfield {
  position: relative;  
}

.form.card label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.form.card input {
  font-size: 1rem;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid gray;
   
  padding: 1rem 0.7rem;
  color: gray;
  transition: 0.1s ease-out;
}
.form.card input:focus {
  border-color: gray;  
}
.form.card input:focus + label {
  color: gray;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.form.card input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.form.card .login_form_top {
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
}
.login_form_top span {
    font-size: 14px;
}
.login_form_top a{
  font-size: 14px;
}
.form.card {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.tab.active {
    border-bottom: 2px solid #ff0505;
}
.tab {
    float: left !important;
    margin: 0 auto;
    width: 90px;
    border-bottom: 2px solid gray;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-right: 30px;
}
.login-img:before {
    content: '';
    position: absolute;
    background: url(../images/login/element-1.png)no-repeat;
    width: 100%;
    height: auto;
    right: 0;
    opacity: 30%;
    top: 0;
}
ul.tab-group a:hover {
    text-decoration: none;
}
ul.tab-group a {
    color: #181818;
    font-weight: 300;
}
ul.tab-group .active a {
    color: #181818;
    font-weight: 600;
    opacity: 80%;
}
/*.white-bg{
  background-image:url('./images/login/white-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}*/
.card_login_btn {
    margin-top: 0;
}
.card_login_btn #next {
    float: none;
    width: 170px;
    margin:0 auto;
}
.form.card .login_form_top span a{
  border-bottom: none;
}
.login-copyright-text {
    width: 100%;
    display: block;
    /* justify-content: space-between; */
    position: absolute;
    bottom: 0;
    bottom: 5%;
    left: 15%;
}
.login-copyright-text .copyright-center p {
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}
.login-copyright-text .fa{
  color: #ff0505;
}
.login-copyright-text span{
  color: gray;
  margin-right: 20px;
}
.login_from_top .white-bg .login_social {
    width: 380px;
    margin-top: -25px;
}
#signup .login_social {
    width: 380px;
    margin-top: -20px !important;
}
.login_wrap {
    margin-top: 40px;
}
.login_wrap a{
    color:#ff0505;
}
#otp_popup_scrn .otp_popup_body h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: none;
    text-align: center;
    line-height: 40px;
}
#otp_popup_scrn .rounded {
    border-radius: 0.25rem!important;
    border-top: none;
    border-left: none;
    margin-top: -6px !important;
    border-right: none;
}
#otp_popup_scrn .otp_popup {
    width: 90%;
    height: auto;
    margin-top: 34%;
    margin-left: 67%;
    border-radius: 0px;
}
#otp_popup_scrn .otp_popup .resend{
  text-align: center;
  color: #ff0505;
  margin-top: 20px;
  opacity: 100%;
}
#otp_popup_scrn .otp_popup .resend a{
  color: #ff0505;
  opacity: 100%;
}
.modal-open .modal{
  background:#00000085;
}
.white-bgelement{
    position:relative;
}
.ele{
    position: absolute;
}
.ele1{
   left: -86px;
    top: 0;
    width: 40%;
}
.ele2{
    left: -82px;
    top: 255px;
    width: 63px;
}
.ele3{
    width: 34px;
    right: -116px;
    top: 0;
}

.ele4{
    right: 116px;
    top: 1px;
    width: 54px;
}
.desktop-logo, .white-bgelement, .login_social-desk, .desk-input{
    display: block;
}
.mob-logo, .white-bgelement2, .mob-ogin_social, .mob-input{
    display: none;
}
.row-ab{
    position: relative;
}
.sign_header {
    width: 444px;
    /* border: 1px solid; */
    margin-left: -40px;
    height: auto;
    background: #f8f9fa;
    padding: 20px 20px 0;
    margin-top: -40px;
    /* float: left; */
    /* position: relative; */
}



/*------------------------------------- new page ---------------------------*/


.login-left-image{
background: url(../images/login/login-image1.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 750px;
position: relative;
}

.login-logo-image{
display: inline-block;
margin: 50px 0px 0px 60px; 
}

.login-logo-image img{
width: 200px;
}

.login-left-image p{
position: absolute;
bottom: 10px;
left: 60px;
color: #fff;
}

.login-left-image p a{
color: #ff0505;
}

.login-left-crcle{
position: absolute;
right: 18px;
bottom: -32px;
width: 67px;
}

.signup-right-box{
margin: 22px auto 0;
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
background: #fff;
}

.right-login-elements .right-login-element1{
position: absolute;
left: -95px;
top: 0;
width: 55%;
z-index: -1;
}

.right-login-elements .right-login-element2{
left: -82px;
top: 360px;
width: 72px;
position: absolute;
z-index: -1;
}

.right-login-element3{
width: 44px;
right: 15px;
top: 0;
position: absolute;
z-index: -1;
}

.signup-tab-header{
background: #f8f9fa;
padding: 18px 0px 0px;
}

.signup-tab-header ul{
text-align: center;
margin: 0;
}

.signup-tab-header ul li a{
margin: 0 auto;
width: 90px;
border-bottom: 2px solid gray;
display: block;
padding: 9px 0px;
text-align: center;
text-decoration: none;
color: #181818;
font-weight: 300;
}

.signup-tab-header ul li{
display: inline-block;
margin: 0px 13px;
}

.signup-tab-header ul li .active {
border-bottom: 2px solid #ff0505;
}


.signup-right-box .tab-content {
margin-top: 0px;
padding: 20px 40px;
}

.signup-box-help p{
color: #808080;
text-align: center;
margin: 20px 0px 0px;  
}

.signup-box-help p i{
color: #ff0505;
}

.signup-box-login-btn a {
font-size: 16px;
color: #fff;
width: 170px;
margin: 30px auto 10px;
}

.signup-box-login-btn a span {
display: inline-block;
transition: 0.3s ease-in;
font-size: 15px;
padding-left: 5px;
font-weight: bold;
color: #fff;
}

.signup-box-login-btn a:hover{
color: #fff;
}

.signup-box-login-btn a:hover span {
transform: translateX(50%);
}

.signup-box-have span{
text-align: center;
font-size: 14px;
display: block;
letter-spacing: 1px;
color: #696969;
font-weight: 400;
font-family: 'Kanit', sans-serif;
}

.signup-box-have span a{
color: #ff0505;
text-decoration: none;
}

.signup-box-have span a:hover {
font-weight: 600;
}

.signup-box-social-login{
margin: 12px 0px 30px;  
text-align: center;
}

.signup-box-social-login p{
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 7px;
color: #696969;
text-align: center;
}

.login-right-top{
margin-top: 25%;
}






.signup-box-form label {
position:absolute;
transform:translateY(6px);
left:13px;
/*color:rgba($white,.5);*/
transition:all 0.25s ease;
-webkit-backface-visibility: hidden;
pointer-events: none;
font-size:22px;
.req {
margin:2px;
color:$main;
}
}

.signup-box-form label.active {
transform:translateY(50px);
left:2px;
font-size:14px;
.req {
opacity:0;
}
}

.signup-box-form label.highlight {
color: #fff;
}

.signup-box-form input, .signup-box-form textarea {
font-size:22px;
display:block;
width:100%;
height:100%;
padding:5px 10px;
background:none;
background-image:none;
border:1px solid $gray-light;
color:$white;
border-radius:0;
transition:border-color .25s ease, box-shadow .25s ease;
&amp;:focus {
outline:0;
border-color:$main;
}
}

.signup-box-form textarea {
border:2px solid $gray-light;
resize: vertical;
}

.signup-box-form .field-wrap {
position:relative;
margin-bottom:40px;
}


.signup-box-form .material-textfield {
position: relative;  
}

.signup-box-form label {
position: absolute;
font-size: 1rem;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: white;
color: gray;
padding: 0 0.3rem;
margin: 0 0.5rem;
transition: .1s ease-out;
transform-origin: left top;
pointer-events: none;
}

.signup-box-form input {
font-size: 1rem;
outline: none;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid gray;
padding: 1rem 0.7rem;
color: gray;
transition: 0.1s ease-out;
}

.signup-box-form input:focus {
border-color: gray;  
}

.signup-box-form input:focus + label {
color: gray;
top: 0;
transform: translateY(-50%) scale(.9);
}

.signup-box-form input:not(:placeholder-shown) + label {
top: 0;
transform: translateY(-50%) scale(.9);
}




@media (min-width: 769px) and (max-width: 1024px){
.login-left-image {background-position: right;}     
}


@media (min-width: 600px) and (max-width: 768px) {
.login-left-image { height: 748px; background-position: right;} 
.login-logo-image { margin: 20px 0px 0px 20px;}
.login-logo-image img { width: 170px;}
.login-left-image p { left: 23px; font-size: 14px;}
.signup-right-box .tab-content { padding: 20px 22px;}
.signup-box-have span { letter-spacing: 0px;}
}

@media(max-width:480px){
.login-left-image { height: 362px; background-size: contain;} 
.login-logo-image { margin: 20px 0px 0px 20px;}
.login-logo-image img { width: 140px;}
.login-left-image p { left: 12px; font-size: 13px;}  
.login-left-crcle { display: none;}
.login-right-top { margin-top: 0%;}
.signup-right-box { margin-top: 20px; margin-bottom: 30px;}
.signup-box-have span { letter-spacing: 0px;}
.abcRioButton.abcRioButtonBlue { width: 100% !important;}
.signup-right-box .tab-content { padding: 20px 25px;}
.new-login-page .col-md-7 { padding-left: 0;}
}

@media(max-width:320px){
.login-left-image { height: 294px;} 
.signup-tab-header ul li { margin: 0px 7px;}
.signup-right-box .tab-content { padding: 20px 14px;}
p.gfield_consent_label { font-size: 14px;}
.abcRioButton.abcRioButtonBlue { width: 100% !important;}

}


























@media only screen and (max-width: 768px){
    .row-ab{
    position: relative;
}
#login-bg {
    top: -26px;
    background: url(../images/login/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 493px;
    position: absolute;
    left: -112px;
}
.desktop-logo, .white-bgelement, .login_social-desk, .desk-input{
    display: none;
}
.mob-logo, .white-bgelement2, .mob-ogin_social, .mob-input{
    display: block;
}
.sign-header img {
    position: absolute;
    top: 19px;
    z-index: 1;
    left: -101px;
    width: 45%;
}
.form.card .tab-group {
    margin: 0 0px 26px 128px;
    }
.copyright-center {
    width: 100%;
    margin-left: -54px;
}
.copyright-center p {
    text-align: left;
}
.white-bg {
    width: 100%;
    margin-top: 519px;
    margin-bottom: 13rem;
}
.ele4 {
    display: none;
}
.ele11 {
    right: 88px;
    top: -7px;
}
.ele22 {
    right: 59px;
    top: 340px;
    width: 89px;
}

.form.card{
    max-width: 100%;
    height: 363px;
}
.sign_header {
    width: 508px;
    }
.card_login_btn #next {
    width: 370px;
    } 
 .ele33 {
    left: -105px;
    /* top: 344px; */
    bottom: 0px;
} 
.signup.form.card {
    padding: 40px;
    max-width:100%;
    height: 522px;
}  
#signup .login_social {
    width: 100%;
    margin-top: 30px !important;
}
.login-copyright-text span {
    display: none;
}
.mob-inputsignup{
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0rem;
    width: 100%;
    padding-left: 0px;
}
.mob-inputsignup li{
    display: inline-block;
    list-style: none;
   
}
#consent{
    top: 0;
}
p.gfield_consent_label {
    color: gray;
    margin-top: 0px;
    margin-bottom: 0rem;
}
}

@media only screen and (max-width: 420px){
 #login-bg {
    top: -25px;
    background: url(../images/login/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 81%;
    height: 304px;
    position: absolute;
    left: 2px;
}
.card_login_btn #next {
    width: 90%;
}  
.form.card .tab-group {
  margin: 0 0px 26px 76px;  
}
.sign_header {
    width: 381px;
    padding: 10px 0px 0;
    margin-left: -37px;
}
.sign-header img {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 5px;
    width: 36%;
}


.copyright-center {
    width: 100%;
    margin-left: -32px;
}
.login-copyright-text .copyright-center p {
    font-size: 14px;
}
.ele11 {
    right: 60px;
    top: -7px;
    width: 40px;
}
.ele22 {
    right: 40px;
    top: 204px;
    width: 55px;
}
.white-bg {
    width: 100%;
    margin-top: 316px;
    margin-bottom: 13rem;
}
.signup.form.card {
    padding: 40px;
    max-width: 100%;
    height: 546px;
}
#signup .login_social {
    width: 100%;
    margin-top: 30px !important;
    margin-left: -10px;
}
.ele33 {
    left: 12px;
    bottom: 11px;
}
.form.card label{
    margin: 0 0rem;
}
.white-bg .login_social {
    width: 100%;
    margin-top: 30px;
    margin-left: -11px;
}

.mob-inputsignup{
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0rem;
    width: 100%;
    padding-left: 0px;
}
.mob-inputsignup li{
    display: inline-block;
    list-style: none;
   
}
#consent{
    top: 1px;
    width: 9px;
    height: 9px;
}
p.gfield_consent_label {
    color: gray;
    margin-top: 0px;
    margin-bottom: 1rem;
}

}
@media only screen and (max-width: 414px){
   .sign_header {
    width: 375px;
    padding: 10px 0px 0;
    margin-left: -37px;
} 
#consent{
    top: 1px;
    width: 9px;
    height: 9px;
}
#signup .login_social {
    width: 100%;
    margin-top: 65px !important;
    margin-left: -13px;
}
.form.card {
    max-width: 100%;
    height: 342px;
}
.white-bg .login_social {
    width: 100%;
    margin-top: 30px;
    margin-left: -11px;
}
}



@media(max-width:420px) {
.mob-ogin_social{display: none;}
}



@media only screen and (max-width: 376px) and (max-height:820px){
  #login-bg {
    top: -26px;
    background: url(../images/login/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 78%;
    height: 256px;
    position: absolute;
    left: 2px;
} 
#consent{
    top: 0px;
    width: 9px;
    height: 9px;
    left: -3px;
}
.ele11 {
    right: 66px;
    top: -11px;
    width: 35px;
}
.ele22 {
    right: 48px;
    top: 164px;
    width: 50px;
}
.sign_header {
    width: 330px;
    padding: 10px 0px 0;
    margin-left: -41px;
    }
.white-bg {
    width: 100%;
    margin-top: 264px;
    margin-bottom: 13rem;
}
  .white-bg .login_social {
    width: 100%;
    margin-top: 38px;
    margin-left: -32px;
}  
.form.card .tab-group {
    margin: 0 0px 26px 60px;
}
.login-copyright-text .copyright-center p {
    font-size: 13px;
}
.ele33 {
    left: 10px;
    bottom: 11px;
     width: 35px;
}
#signup .login_social {
    width: 100%;
    margin-top: 30px !important;
    margin-left: -32px;
}
.form.card label{
    margin: 0 0rem;
}
.signup.form.card {
    padding: 40px;
    max-width: 100%;
    height: 514px;
}
}

@media only screen and (min-width: 375px) and (max-width:400px){
.sign_header{  width: 342px !important;  }
.card_login_btn #next { width: 263px !important;}
}

@media (min-width: 992px) and (max-width: 1024px){
.login-img img {
    width: 100%;
    height: auto;
}    
.white-bg .login_social {
    width: 304px;
    margin-top: 30px;
} 
.form.card .tab-group {
    margin: 0 0 40px 65px;
}
.ele1 {
    left: -75px;
    top: 0;
    width: 37%;
}
.ele2 {
    left: -82px;
    top: 236px;
    width: 63px;
}
.ele3 {
    width: 34px;
    right: -42px;
    top: 0;
}
.ele4 {
    right: 100px;
    top: 5px;
    width: 50px;
}
#login-bg{
    width: 100%;
    height: 640px;  
  }  
  .sign_header {
    width: 368px;
}
.white-bg .login_social_wrap {
    width: 310px;
    margin: 0 auto;
    margin-left: -17px;
}
.sign_header {
    width: 370px;
    }
}
  
@media (min-width: 1200px) and (max-width: 1280px){
 .form.card .tab-group {
    margin: 0 0 40px 95px;
 }
 .ele3 {
    width: 40px;
    right: -80px;
    top: 0;
}
.ele2 {
    left: -82px;
    top: 255px;
    width: 70px;
}
.login-img img {
    width: 100%;
    height: auto;
}
}

.signup .tab-content {
    margin-top: 0px;
}
.tab-content {
    margin-top: 50px;
}
.card_login_btn {
    margin-top: 30px;
}
.otp_popup_body p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    opacity: 60%;
    margin-top: 25px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}
/*#signup .login_social {
    padding-top: 70px;
}*/




@media (min-width: 1500px) and (max-width: 1680px){
.form.card {
    margin: 35% auto 0;
}
.white-bg .login_social {
    width: 100%;
    margin-top: 30px;
} 
.login_form_top a:hover{
  
  font-weight: 700;
}  
.sign_header {
    width: 484px;
    /* border: 1px solid; */
    margin-left: -40px;
    height: auto;
    background: #f8f9fa;
    padding: 20px 20px 0;
    margin-top: -40px;
    /* float: left; */
    /* position: relative; */
}
.form.card .tab-group {
    margin: 0 0 25px 110px;
}
#otp_popup_scrn .otp_popup {
    width: 100%;
    height: 310px;
    margin-top: 48%;
    margin-left: 67%;
    border-radius: 0px;
} 
.otp_popup_body {
    padding: 20px 40px 45px;
}
/* .form.card .tab-group {
    margin: 0 0 40px 120px; 
 }*/
 .login-img img {
    width: 100%;
    height: 800px;
    /*height: auto;*/
}
.login-copyright-text {
    width: 100%;
    display: block;
    /* justify-content: space-between; */
    position: absolute;
    bottom: 0;
    bottom: 3%;
    left: 15%;
}
.sign-header img {
    position: absolute;
    top: 69px;
    z-index: 1;
    left: 94px;
    width: 16%;
}
.ele1 {
    left: -89px;
    top: 0;
    width: 55%;
}
.ele3 {
    width: 44px;
    right: -190px;
    top: 0;
}
.ele2 {
    left: -82px;
    top: 359px;
    width: 72px;
}
.ele4 {
    right: 118px;
    top: 0px;
    width: 67px;
}
}


@media (min-width: 1535px) and (max-width: 1590px){
.sign_header {
    width: 444px;
}
}


@media screen and (min-width: 1920px) and (max-height: 1200px) and (orientation: landscape){
 .login-img img {
    width: 100%;
    height: auto;
}
.ele4 {
    right: 129px;
    top: 1px;
    width: 54px;
}
.form.card .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 120px;
}
.ele2 {
    left: -82px;
    top: 258px;
    width: 73px;
}
.ele3 {
    width: 59px;
    right: -347px;
    top: 0;
}
.sign_header {
    width: 484px;
    }

}

@media screen and (min-width: 1900px) and (max-height: 1080px) and (orientation: landscape){}
#otp_popup_scrn .otp_popup .resend a{
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
#otp_popup_scrn .otp_popup .resend a:hover{
  font-size: 16.7px;
  text-decoration: none;
}
.abcRioButton.abcRioButtonBlue {
    color: #181818;
    /*float: left;*/
    height: 40px !important;
    width: 230px !important;
    background-color: transparent;
    border-radius: 40px;
    border:2px solid gray;
    margin: 0 auto;
    margin-bottom: 20px;
}
.abcRioButtonContents {
    font-family: Roboto,arial,sans-serif;
    font-size: 18px !important;
    }
.abcRioButton.abcRioButtonBlue:hover {
  background-color: transparent;
  
  color: #181818;
}



@media (min-width: 600px) and (max-width: 768px) {
.abcRioButton.abcRioButtonBlue { width: 224px !important;}
}


@media(max-width:768px){
.login_social-desk { display: block !important;}  
.mob-ogin_social { display: none !important;}
}





/*iPhone 12 Pro*/

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.sign_header {width: 395px;}   
.form.card .tab-group {margin: 0 0px 26px 75px;} 
.card_login_btn #next { width: 90%;}
.mob-ogin_social{display: none;}
}













</pre></body></html>