.LoginBack{
  display: block !important;
float:right;
width:100%;
}
.LoginBack h1{
    font-size: 22px !important;
    font-family: 'ISBold';
    margin-top: 14px;
    color: #d71d21;
}
.LoginBack p{
font-size: 16px !important;
    line-height: 1.7em;
    margin-top: 23px;
    margin-bottom: 10px;
    color: #3f3f3f;
}

.C-15 .pnl{
      display: block !important;
    width: 490px !important;
    margin-right: calc(50% - 245px) !important;
    margin-top: 40px !important;
    margin-bottom: 70px !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 32px 16px !important;
    padding-bottom: 30px !important;
    box-shadow: 0px 0px 7px 0px #ddd !important;
    border: 1px solid #e5e5e5;
    position: relative;
}
.LoginText{
display: block;
    float: right;
    width: 100%;
    padding: 5px;
    font-size: 12px !important;
    text-align: center !important;
    margin-top: 27px;
    margin-bottom: 0px;
}
.LoginText a,.LoginText a:hover, .LoginText a:active, .LoginText a:visited{
color:#1e90ff;
    font-size: 12px;
}

.MainWrapper {
    background-image: url(https://crm.sgp.family/Files/Club/4/login/login.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #fff;
    background-size: 500px;
    background-position-y: 191px;
}


@media all and (min-width: 1024px)  and (max-width: 1149px)  {
  .C-15 .pnl{  
    margin-right:5% !important;
}
}
@media all and (min-width: 1150px)  and (max-width: 1400px)  {
  .C-15 .pnl{  
    margin-right:10% !important;
}
}

.btnLoginRegister , .btnCheckActivationCode , .btnFinalRegister, .btnLogin{
    background-image: linear-gradient(to left, #ed4c67, #d71d21, #6f1e51);
    transition: 0.3s;
outline:none;
color:#fff;
}

.btnLoginRegister:hover ,.btnLoginRegister:active ,.btnLoginRegister:focus,
.btnCheckActivationCode:hover ,.btnCheckActivationCode:active ,.btnCheckActivationCode:focus,
.btnFinalRegister:hover ,.btnFinalRegister:active ,.btnFinalRegister:focus
.btnLogin:hover ,.btnLogin:active ,.btnLogin:focus
{
    background-image: linear-gradient(to left, #e57588, #e74044, #d30b89);
outline:none;
color:#fff;
}

#RegisterStep-Header{
    position: absolute;
    top: 43px;
    width: 50px;
}

#RegisterStep-Header img ,#RegisterFinalStep-Header img{
    display: block;
    float: right;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(42%) sepia(31%) saturate(3806%) hue-rotate(195deg) brightness(105%) contrast(101%);
}

.btnResendActivationCode,
.btnResendActivationCode:hover ,.btnResendActivationCode:active ,.btnResendActivationCode:focus
{
outline:none;
}

.RegisterHolder {
    background: #fff;
    display: block;
    float: right;
    width: 1000px;
    margin-right: calc(50% - 500px);
    border-radius: 15px;
    padding: 30px 20px; 
   position: relative;
    margin-top: 24px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    overflow-x: hidden;
}


input[type=checkbox], input[type=radio] {
  width: 18px;
    height: 18px;
    float: right;
    margin-top: 10px;
}

#RegisterFormModal span {
float: right;
    margin-top: 8px;
    font-size: 16px;
}
.FormItem .control-validation {  
    font-size: 13px !important;
}

#RegisterFormModal p {
    float: right;
    margin-top: 8px;
    font-size: 14px !important;
    text-align: center !important;
    width: 100%;
}

#FinalBtnRegisterBack{
margin-right: calc(50% - 160px);
    width: 320px;
}
#AgreementCheckBox{
margin-top: 50px;
}

#AgreementCheckBox span{
    margin-top: 48px;
}

.RegisterHolder .row-b:nth-child(1){
position: absolute;
}

.AgreementBack .CheckBoxLabel{
margin-top: 38px !important;
}

.SMSPopup{
    border: none;
    font-size: 13px;
    width: 280px;
    text-align: center;
    height: 30px;
    margin-right: calc(50% - 140px);
    margin-top: 15px;
    color: #1e90ff;
    background: no-repeat;
outline:none !important;
}
.BlockInfo{
display: block;
    float: right;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    text-align: justify;
}
.BlockInfoGuide{
    display: block;
    float: right;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    list-style-type: none;
    line-height: 1.7em;
    text-align: justify;
}

