@charset "utf-8";
/* CSS Document */
	body.disable-scroll {
    overflow: hidden;
    margin-left: 17px;
}
#login-popup.active {
    opacity: 1;
    z-index: 100000003;
}
#login-popup {
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: default;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}	
	#login-popup.active #user-sign-in {
    left: 0;
    right: initial;
}
	#user-sign-in {
    background: #f7f7f7;
    width: 408px;
    height: 100%;
    min-height: 100%;
    padding: 46px 30px;
    overflow-y: auto;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.3);
    position: absolute;
    left: -408px;
    top: 0;
    transition: all .5s;
}
	#login-popup .close-btn.primeclose-btn {
    left: 20px;
    transform: none;
    font-size: 24px;
    top: 20px;
}
#login-popup.active .close-btn {
    left: 15px;
}
#login-popup .close-btn {
    font-family: 'proxima-regular1',sans serif;
    background: 0;
    border: 0;
    font-size: 34px;
    line-height: 1;
    color: #7b7b7b;
    transform: rotate(-45deg);
    position: absolute;
    left: -400px;
    top: 5px;
    z-index: 1;
    transition: all .5s;
}
#login-popup, #login-popup * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
button {
    width: auto;
    overflow: visible;
}
	#user-sign-in .user-icon {
    margin: -45px auto 25px;
    width: 45px;
    background: #f7f7f7;
    text-align: center;
}
	#user-sign-in>div {
    border: 1px solid #d9d9d9;
    padding: 20px;
    height: auto;
    min-height: 100%;
}
	#user-sign-in .user-icon img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #ddd;
    vertical-align: middle;
}
	#user-sign-in .heading.small {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: normal;
}

#user-sign-in .heading {
    font-size: 16px;
    line-height: 1;
    color: #000;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
	#user-sign-in .heading:after {
    position: absolute;
    content: '';
    background: #d6d6d6;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}
	#socialConnectImgDiv {
    margin-bottom: 24px;
}
	#user-sign-in .heading span {
    display: inline-block;
    background: #f7f7f7;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #868686;
}
	#user-sign-in .form {
    margin-bottom: 20px;
}
	#user-sign-in .form ul li {
    list-style: none;
    margin-bottom: 22px;
}

#user-sign-in .input-field {
    padding: 0px 15px 0 15px;
    position: relative;
}
	#user-sign-in .input-field.email::before {
    background-position: -40px 0;
    width: 15px;
    height: 11px;
    top: 10px;
}


	#user-sign-in p {
    font-size: 14px;
    line-height: 18px;
    color: #222;
}
	#user-sign-in input[type=text], #user-sign-in input[type=password], #user-sign-in input[type=number] {
    height: 28px;
    border-bottom: 1px solid #888;
    background: 0;
    color: #222;
    border-radius: 0;
}

#user-sign-in input {
    display: block;
    width: 100%;
    line-height: normal;
    border: 0;
    font-size: 14px;
}
#user-sign-in textarea:focus, input:focus{
    outline: none;
}
	#user-sign-in .errorMsg {
    font-size: 12px;
    line-height: 1;
    color: #be281a;
    display: none;
    margin-top: 5px;
    font-family: roboto,sans-serif;
}
	#user-sign-in .secondary-link {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #5b9ae4;
    text-transform: uppercase;
    margin-top: 5px;
}

#user-sign-in a {
    text-decoration: none;
}
	#user-sign-in .form ul li {
    list-style: none;
    margin-bottom: 22px;
}

#sso-pwdDiv, #sso-otpLoginDiv, #changeEmailIdDiv {
    display: none;
}
	#user-sign-in .form .submit {
    margin-bottom: 0;
}
	#user-sign-in .form #sso-signInButtonDiv input, #user-sign-in input[type=submit]#sso-verify-btn {
    color: #fff;
}

#user-sign-in input:disabled {
    opacity: .4;
}
#user-sign-in input[type=button], #user-sign-in input[type=submit], #consentAcceptButton {
    #background: #be281a;
	background: #E99200;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24), 0 0 2px 0 rgba(0,0,0,0.12);
    border: 0;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
#user-sign-in input {
    display: block;
    width: 100%;
    line-height: normal;
    border: 0;
    font-size: 14px;
}
	.forget-password {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: underline !important;
}
	.powered-by {
    width: 90%;
    text-align: center;
    margin: 50px auto 0;
}
	#user-sign-in .form .error input {
    border-color: #be281a;
    color: #be281a;
}
	#user-sign-in ul, ol {
    list-style: none;
	margin: 0;
	padding: 0;
}
	#user-sign-in .heading span {
    display: inline-block;
    background: #f7f7f7;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #868686;
}
	#user-sign-in .signup-section, #user-sign-in .signin-section {
    margin-top: -39px;
}
#user-sign-in .password-conditions {
    padding: 10px 0 0;
    display: none;
	margin-top:-20px;
}
	#user-sign-in .password-conditions ul li {
    font-size: 14px;
    line-height: 1;
    color: #666;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
	#user-sign-in .password-conditions ul li.error {
    color: #b12e2a;
}
	#user-sign-in .password-conditions ul li.success {
    color: #43b23f;
}
	#user-sign-in .regenerate-otp, #user-sign-in .subtext {
    display: inline-block;
    color: #b0b0b0;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12px;
}
#user-sign-in .input-field.mobile-no p .country-code {
    color: #b0b0b0;
    padding: 0 5px;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
}
#user-sign-in .checkbox, .consentItemsList .checkbox {
    display: block;
    margin: 0 0 12px;
        margin-bottom: 12px;
}
#user-sign-in .checkbox label, .consentItemsList .checkbox label {
    display: inline-block;
    font-size: 14px;
    padding-left: 23px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    position: relative;
}
#user-sign-in .checkbox input[type="checkbox"]:checked + label::before, .consentItemsList .checkbox input[type="checkbox"]:checked + label::before {
    background: #3696de;
    border-color: #3696de;
}
#user-sign-in .checkbox label::before, .consentItemsList .checkbox label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    height: 14px;
    width: 14px;
    line-height: 15px;
    background: #fff no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
}
#user-sign-in .checkbox input[type="checkbox"]:checked + label::after, .consentItemsList .checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    width: 5px;
    height: 10px;
    right: 5px;
    top: 2px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#user-sign-in .checkbox label, .consentItemsList .checkbox label {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    color: #333;
	padding-right: 20px;
	text-align: right;
}
#user-sign-in .mandatory-box {
    background: #fff;
    padding: 20px;
    margin: 0 -20px -20px;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
}
.rc-anchor-content {
    display: inline-block;
}
.rc-inline-block {
    display: inline-block;
    height: 100%;
}
.rc-anchor-center-container {
    display: table;
    height: 100%;
}
.rc-anchor-light {
    color: #000;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px;
}
.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle;
}
#user-sign-in .successMsg {
    font-size: 12px;
    line-height: 1;
    color: #43b23f;
    display: none;
    margin-top: 5px;
}
#user-sign-in .checkbox input[type="checkbox"], .consentItemsList .checkbox input[type="checkbox"] {
	display: none;
}
#loadercontainer {
	content: '';
	display: none; 
    position: absolute;
    z-index: 100000004;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.6);
    right: 0;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #E99200 ; /* Yellow */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
	z-index: 100000005;
	left: 150px;
    top: 300px;
	position: fixed;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

