
div.newcust {
	margin-top:-2em;
	margin-bottom:2em;
	text-align:center;
}
/*GC-109 change start*/
div.newcust a, #registerhead a {
	cusror:pointer;
	color:#00BEA5;
	outline: 0;
}

.accountmenu div.retrievepsw {
	margin-top:-0.3em;
	margin-bottom:1.5em;
	/*text-align:center;*/
} 

.accountmenu div.retrievepsw a {
	color:#00BEA5!important;
	font-weight: 300;
}

.accountmenu .tabLoginReg li:not(.active) > a {
	color: #AFAFAF;!important;
}
/*GC-109 change end*/
.acc_panel :not(dn) select.selectpicker {
	display: block !important;
}

.acc_panel .fitwidth input {
	width:inherit;
}

#logininfo div, #registerinfo div {
    text-align: center;
}
 
  .signup {
	padding-top:15px;
	border: 1px solid #9B9B9B;
	/* font-size:16px; */
	font-weight:200; 
    margin-bottom: .85em;
	/*  Code Changed by Ajay Suneja for WST_036 - START*/
   padding-left: 10px;
   /*  Code Changed by Ajay Suenja for WST_036  - END*/
}  

/*GC-109 change start*/

        ul.tabLoginReg {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;

        }
        ul.tabLoginReg li {
            flex: 1;
            padding: 10px;
            cursor: pointer;
            text-align: center;
            font-weight: bold;
            position: relative;
            transition: color 0.3s;
            border-bottom: 2px solid #AFAFAF;
        }
        ul.tabLoginReg li.active {
            border-bottom-color: #00BEA5;
        }
        ul.tabLoginReg li.active>a {
            color: #00BEA5;
        }
        ul.tabLoginReg li.active::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
        }

        .form-card{
            width: 70%;
            margin-left:15%;
            margin-right:15%;
            margin-bottom:2%;
            background: white;
            padding: 20px;
            border-radius: 4px;
            box-shadow: 0px 4px 10px 0px #00000026;

        }
        
        .login-container{
        	padding-top: 25px;
        }

.input-wrapper{
  position: relative;
  margin-bottom: 2rem;
}

.fixed-label {
  position: absolute;
  top: 0.6rem;
  left: 1rem;
  font-size: 0.75rem;
  font-weight:400;
  color: #656565;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
  transition: color 0.3s ease;
  text-transform:none;
}

 .input-wrapper input.form-control , textarea.form-control{
  width: 100%;
  padding: 1.8rem 1rem 0.6rem;
  font-size: 1rem;
  border: 1px solid #d5d5d5 !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  box-shadow:none;
}

.combo-country {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #d5d5d5 !important;
  border-radius: 8px;
  padding: 1.1rem 1rem 0.7rem;
  height: 52px;
  box-sizing: border-box;
  width: 100%;
}


.input-wrapper .combo-country .inputL,
.input-wrapper .combo-country .inputR {
  border: none;
  outline: none;
  font-size: 1rem;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}

.input-wrapper .combo-country .inputL {
  width: 60px;
  text-transform: none;
}

.input-wrapper .combo-country .inputR {
  flex: 1;
}

.input-wrapper .bootstrap-select > .btn.dropdown-toggle {
  padding: 1.2rem 1rem 0.6rem;
  font-size: 1rem;
  border-radius: 8px !important;
  border: 1px solid #d5d5d5;
  width: 100%;
  background-color: #fff;
  color: #656565 !important;
  text-align: left;
  z-index: 1;
  position: relative;
  text-transform:none;
}


.input-wrapper input.form-control:focus,textarea.form-control:focus {
  border-color: #40c1ac !important;
  outline: none;
}
.input-wrapper .combo-country:focus-within {
  border-color: #40c1ac !important;
  outline: none;
}
.input-wrapper.has-error input.form-control ,#commentBox.error-border{
  border-color: #b71c1c !important;
}

.bootstrap-select.form-control {
    border: 0 !important;
    margin-bottom:0px;
    border-radius:8px !important;
}

.input-wrapper .bootstrap-select .btn:hover,
.input-wrapper .bootstrap-select .btn:focus,
.input-wrapper .bootstrap-select.open .btn {
  border-color: #40c1ac;
  box-shadow: none;
}

textarea{
max-width:100%;
padding: 1.5rem 1rem 0.6rem !important;
}


.input-wrapper.has-error  .fixed-label{
  color: #b71c1c;
}


.checkradios-checkbox{
    border: 1px solid #afafaf !important;
    border-radius: 4px !important;
}

.checkradios-checkbox.focus {
    border-color: #40c1ac !important;
    outline: 0;
}



.btn-primary-login{
    background-color: #40C1AC !important;
    border-radius: 8px !important;
    text-transform:none!important;
}
#rpswbutton{
    margin:0px;
    width:auto;
}
#sendLogin{
    margin:0px;
    width:110px;
}

#btoEnviarForm{
width:110px;
}



#loginpanel,#registrationpanel{
margin-left:auto;
margin-right:auto;
}

.mb-content{
margin-bottom:1.5em;
}

.asterisk,.note{
    color: #c14056;
    font-size:14px;
}


        @media (max-width: 600px) {

            .form-card{
            width:100%;
		    margin-left:0px;
		    margin-right:0px;
            padding:0px;
            }
	}

	@media screen and (min-width: 787px) {
      .width-auto {
        width: auto;
      }
      .pd-left-0{
      padding-left:0px;
      }
    }

/*GC-109 change end*/
@media (min-width: 48em) {

.agreelink{
cusror:pointer;
color:#00BEA5;
outline: 0;
}
/* SPOT PROJECT CHANGE 2391 start */
#prefAlert a{
	color:#664d03;
	text-decoration:underline !important;
}
/* SPOT PROJECT CHANGE 2391 end */
/* SPOT PROJECT CHANGE 1695 start */
.loader {
    display: none;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    border-top: 5px solid transparent;
    cursor: not-allowed;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 19%;
    left: 45%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before, .loader:after {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: white;
    position: absolute;
}
.loader:before {
	top: -0.06rem;
    right: -0.1rem;
}  
.loader:after {
	top: -0.06rem;
    left: -0.1rem;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* SPOT PROJECT CHANGE 1695 end */

/* .signup span, p {
	padding-left:15px;
	padding-right:10px;
	line-height:25px !important;
}
 */

}