﻿/*-- start user Registrartion Page design for Ipad --*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .member_search {
        margin-top: 8px;
    }
}
/*-- end user Registrartion Page design for Ipad --*/


/*--start regirstration css--*/
.adjustform {
    font-weight: 300;
    font-size: 14px;
}
/*--end regirstration css--*/
#Sign-up.Signup-main--container.sign-up {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 183px);
    align-items: center;
    height: auto;
    padding: 20px 0;
    /*margin-bottom: -8.2em;*/
    justify-content: center;
}
.Sign-upbox {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 15%);
    height: auto;
    width: 500px;
    box-sizing: border-box;
}
.selectbox {
    height: 38px;
    padding: 3px 6px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    min-height: 38px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 21px;
    width: 50px;
}
.slider.round {
    border-radius: 34px;
}
input:checked + .slider {
    background-color: #ec008c;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    top: 1px;
}
.slider.round:before {
    border-radius: 50%;
}
.detailtitle {
    display: flex;
    justify-content: center;
    width: 85%;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    margin-bottom: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
form input {
    height: unset;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}
.custom-select-reg {
    height: 40px;
}
.mod-birthday .mod-fusion-select {
    border: 1px solid #ddd;
    padding-right: 15px;
}
.next-select-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.next-select .next-select-arrow {
    color: #9e9e9e;
}
.next-select.large {
    height: 36px;
    line-height: 34px;
    padding-left: 8px;
    padding-right: 25px;
    font-size: 14px;
    border-width: 1px;
}
.mod-birthday-month {
    float: left;
    width: 120px;
    position: relative;
    border:1px solid #ddd;
}
.btn-register {
    background: #ec008c;
    color: #FFF;
}
.Sign-upbox--rightside {
    margin-top: 3em;
    padding: 2em;
}
.required {
    color: red;
}
.signup-title {
    text-align: center;
    background: #ec008c;
    color: #FFF;
    height: 65px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 30px;
}
.secondlayouttitle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-uplayout {
    display: flex;
    justify-content: center;
    width: 50%;
    margin-left: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px 2px #ccc;
}
.switch {
    width: 35px;
    position:absolute;
}
.label-txtsignup {
    margin-left: 60px;
}
.custom-textbox {
    margin-top: -6px;
    width: 117% !important;
}
.thankyou-main-container {
    display: flex;
    width: 100%;
    padding: 85px 0;
    margin-top: 140px;
    margin-bottom: 280px;
}
.memberbox {
    border-style: dashed double dashed double;
    border-color: red;
}
.textjustify{
    text-align:center;
    font-size:20px;
}
.forgetpassword-container {
    display: flex;
    width: 100%;
    padding: 6em;
    justify-content: center;
}
.forgetform {
    margin-top: 25px;
}
.btn-recoverybtn {
    background: #ec008c;
    color: #FFF;
}
.Sign-upbox--leftside{
    padding:1em;
}
.Sign-upbox--rightside{
    padding:1em;
}
.memberbtn {
    margin-left: -4px;
    height: 34px;
    margin-top: -6px;
    background-color: #ec008c;
    color: #FFF;
    border-radius: unset;
    border: unset;
}
.signupbox{
    background:#FFF;
}
.custom-textbox{
    border-radius:unset;
}
.bhgnotification-message-error {
    font-weight: bold;
    background-color: #feeed4;
    margin-bottom: 1.2em;
    padding: 1em;
    line-height: 1.2;
    border-radius: 6px;
    color: #d32f2f;
    font-size: 1.47rem;
    margin-top: 5px;
}
.notification-message-success {
    color: #222;
    background-color: #edf8ed;
    padding: 1em;
    line-height: 1.2;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    top: -.5em;
}
.againsigninbtn {
    border: unset;
    height: 27px;
    border-radius: 3px;
    background: #ec008c;
    color: #FFF;
}
.adjustment{
    margin-left:15px;
    margin-top:15px;
}
.memberrow {
    margin-bottom: 15px;
    position: relative;
    left: 13px;
    right: 0;
    margin: auto;
    top: 0;
}
.signuppage-row--twoColumn {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
}
.signuppage-rightcol--header{
    text-align:center;
}
.signuppage-acepttxt {
    margin-top: 30px;
}
/*---------------------------------- Media Query -------------------------------*/
@media only screen and (max-width: 600px) {
    .signuppage-row--twoColumn {
        grid-template-columns:1fr;
    }
    .mob-member--row {
        grid-template-columns: 1fr 1fr;
    }
    .mob-rightcol--label {
        margin-right: -15px;
        margin-left: -15px;
    }
    .signuppage-acepttxt {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .mobile-adjustment {
        display: flex;
    }
    .slider {
        height: 16px;
        width: 44px;
    }
    .slider:before {
       height: 15px;
       width: 15px;
    }
    .custom-textbox {
        width: 100% !important;
    }
    .forgetpassword-container{
        padding:0em;
    }

}
@media only screen and (max-width: 414px) {
    #Sign-up.Signup-main--container.sign-up {
        display: block;
        margin-top: 65px;
    }
    .mobile-adjustment{
        display:flex;
    }
    .slider {
        height: 16px;
        width: 44px;
    }
    .slider:before{
        height: 15px;
        width: 15px;
    }
    .custom-textbox {
        width: 100% !important;
    }
    .forgetpassword-container {
        padding: 0em;
    }
    .Sign-upbox {
        width: 360px;
    }
    .sign-uplayout {
        display: block;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {  
    .custom-textbox {
        margin-top: -6px;
        width: 100% !important;
    }
    .thankyou-main-container{
        display:block;
    }
    .sign-uplayout{
        display:block;
        width:100%;
    }
}
@media only screen and (min-width: 1024px){
    .custom-textbox {
        margin-top: -6px;
        width: 115% !important;
    }
    .thankyou-main-container {
        display: block;
    }
    .sign-uplayout {
        display: block;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .sign-uplayout {
        margin-top: 27px;
    }
}
.badge{
  padding:0 !important;
}