body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
.errors-message.text-center {
    text-align: center;
}
.error{
    color: red;
    font-size: 12px;
}
.border-red {
    border: 1px solid rgb(255, 0, 0) !important;
 }
.custom-login {
    max-width: 100%;
}
.custom-login .row {
    padding: 0;
}
.logi-register .row {
    display: flex;
}
.right-login .card-body {
    padding-top: 100px;
}
.logi-register .col-md-6.col-sm-12 {
    flex: 0 0 50%;
    /*padding: 0 15px;*/
}
.thank-you-inner {
    text-align: center;
    margin: 100px;
}
.tooltip-title {
    margin-left: 20px;
}
.password-section, .password-section input {
    position: relative;
}
.tooltip {
    position: absolute;
    width: auto;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translate(0px, -50%);
}
.right-login {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.right-login .card-bglight {
    padding-top: 100px;
}
a#HideRecoverPasswordLink {
    float: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #65666b;
    color: #ffffff;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
	text-decoration:none;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    text-align: left;
    padding-right: 10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.left-login {
    background: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.backtohome a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
	text-decoration: none;
}
.left-login .backtohome {
    padding-top: 15%;
    padding-left: 100px;
}
.backtohome a i {
    margin-right: 15px;
    transition: .5s ease;
    font-size: 30px;
}
.Formcontent {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0px, -50%);
}
.Formcontent h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
}
.Formcontent h2 {
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-align: left;
    color: #ea3f3f;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.Formcontent p {
    margin: 0;
    font-family: Poppins;
    font-size: 15px;
    line-height: 1.87;
    text-align: left;
    color: #ffffff;
}
.Formcontent span {
    color: #FFF;
}
span.reg-btns a, span.forget-btns a {
    color: #ea3f3f;
}
span.forget-btns {
    margin-top: 10px;
    display: inline-block;
}
.Formcontent span {
    color: #FFF;
}
span.forget-btns a {
    margin-left: 10px;
}
.Formcontent {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0px, -50%);
}
.right-login {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.right-login .card.bg-light {
    padding-top: 100px;
}
.bg-light {
    background-color: transparent !important;
}
.alert-warning {
    color: red;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
form#customer_login{
    padding: 0 40px;
    margin-top: 40px;
}
h3.vc_custom_heading.login-title {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: normal;
        font-size: 30px;
    text-align: left;
}
h4.card-title.mt-3.text-center {
    display: none;
}
form#customer_login .form-group.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
span.star {
    color: red;
    font-size: 18px;
}
form#customer_login .form-group.input-group input.form-control {
    height: 50px;
    box-sizing: border-box;
}
.form-group.input-group input.form-control {
    width: 100%;
    margin-bottom: 0;
    height: 44px;
    border: 1px solid #dee0e9;
    color: #083168;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: normal;
    outline: none;
}
form#customer_login .form-group.input-group {
    display: block;
    align-items: center;
    margin-bottom: 15px;
}
.form-group button#CustomerLogin {
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #f94e4f;
    color: #ffffff;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    top: 0;
        transition: all .2s ease-in-out;
    line-height: normal;
}
.backtohome a:hover i {
    transform: translate(-8px, 0px);
}
.backtohome a:hover {
    color: #ea3f3f;
}
    a{text-decoration: unset;}

/*Register*/    
.custom-register {
    max-width: 100%;
}
.col-md-6.col-sm-12.left-col {
    position: static;
    top: 10px;
}
.left-col {
    background: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.left-col .card.bg-light {
    padding-left: 10%;
    padding-top: 50px;
}
.formright-title {
    padding: 30px 40px 0 40px;
}
.formright-title h5 {
    font-size: 35px;
    margin-bottom: 0;
}
.formright-title p {
    margin-bottom: 0;
}
.register-form-new {
    padding: 30px;
}
.register-inner {
    padding-top: 20px;
}
.label-text {
    background: #FFFFFF;
}
h1.text-center{
    text-align: center;
}
.label-text {
    margin-bottom: 20px;
    padding: 10px !important;
    background: rgb(222 224 233 / 50%);
    color: #636363;
    font-family: 'Poppins' !important;
}
.label-text label {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.register-form-new input, .register-form-new textarea {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-weight: normal;
    min-height: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.billing-fild {
    display: flex;
    align-items: baseline;
    vertical-align: middle;
    justify-content: space-between;
    height: auto;
}
.billing-fild label {
    background: #CCC;
    height: 100%;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    font-family: 'Poppins';
    min-height: 100%;
}
.billing-fild input {
    border-radius: 0;
    box-sizing: border-box;
}
.check-fild {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    column-gap: 10px;
    margin-bottom: 20px;
}
.check-fild input {
    max-width: 15px;
    flex: 0 0 15px;
    margin: 0;
}
.check-fild label {
    flex: 0 0 96%;
    max-width: 96%;
}
select.is-empty {
    color: #727272 !important;
}
select.choose-bottles {
    display: block;
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
   /* font-family: 'PT Sans' !important;*/
    font-weight: normal;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    min-height: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.hide-check label {
    margin-bottom: 20px;
    display: block;
}
.two-col-fild-del {
    display: flex;
    justify-content: space-between;
    /*column-gap: 20px;*/
}
.two-col-iiner {
    flex: 0 0 48%;
    max-width: 48%;
}
.two-col-fild-del label, .two-col-fild-pas .two-col-iiner label {
    font-size: 15px;
    /*font-weight: bold;
    margin-bottom: 20px;
    display: block;*/
}
.two-col-fild-pas {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.two-col-iiner {
    flex: 0 0 48%;
    max-width: 48%;
}
.terms-cond {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.terms-cond input[type="checkbox"] {
    width: 15px;
    margin: 0;
}
.terms-cond span a {
    color: #ea3f3f;
    font-weight: 600;
}
.register-form-new .sub-btn {
    text-align: right;
    margin-top: 20px;
}
#RegisterAccount {
    width: auto;
    background: #ea3f3f;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins' !important;
    padding: 15px 41px !important;
    margin-right: 0;
    border: 1px solid #ff3526;
    transition: .5s ease;
    font-weight: bold;
    border-radius: 26.9px;
    line-height: normal;
    box-shadow: 0 1px 3px rgb(182 187 207 / 15%);
    text-transform: capitalize;
}
span.loader {
    justify-content: center;
    display: flex;
}
.Formcontent span a.login-page {
    color: #ea2d30;
}   
right-col {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
    .form-rightbar{height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;}
/*End Register*/
div.radio-div{    
    display: flex;
    justify-content: flex-start;
    padding: 6px 0px;
    align-items: center;
}

div.radio-div .custom-control.custom-radio {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    flex: 0 0 50%;
    width: 50%
}
div.radio-div .custom-control.custom-radio label {
    width: 80%;
    flex: 0 0 80%;
    margin: 0;
    display: BLOCK;
    font-weight: 400;
}
div.radio-div .custom-control.custom-radio input {
    height: 20px;
    width: 20px;
    margin: 0;
    flex: 0 0 20px;
}

.logi-register .col-md-6.col-sm-12 {
    flex: 0 0 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.form-group.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.logi-register .form-group.input-group .input-group-prepend {
    flex: 0 0 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee0e9;
    border-right: 0;
    transition: .5s ease;
    box-sizing: border-box;
}
.input-group-text {
	background-color:transparent !important;
	border:none !important;
}
#reset_password_form  input.form-control {
	width: 90%;
}
.form-group.input-group input.form-control {
    width: 100%;
    margin-bottom: 0;
    height: 44px;
    border: 1px solid #dee0e9;
    color: #083168;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: normal;
    outline: none;
    box-sizing: border-box;
}

form#reset_password_form button#RecoverPasswordLink {
    float: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #f94e4f;
    color: #ffffff;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
}
form#reset-pass .form-group.input-group {
    display: block;
    align-items: center;
    margin-bottom: 15px;
}
form#reset-pass button#reset {
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #f94e4f;
    color: #ffffff;
    border: 1px solid transparent;
}
form#reset-pass .tooltip {
    position: relative;
    width: 100%;
    top: 29px;
    right: 14px;
    text-align: right;
    transform: translate(0px, 0%);
    z-index: 1;
    margin-left: auto;
    display: inline-block;
    text-align: right;
    float: right;
    max-width: 225px;
}
form#reset-pass .tooltip .tooltiptext {
    left: 0;
}
#toast-container {
    background-color: #2d7909;
}