
/* social link seccion */

.password-container {
    position: relative;
  }
  
  .toggle-password {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    max-width: 31px;
    width: 31px;
    padding-right: 10px;
  }

  .toggle-password2 {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    max-width: 31px;
    width: 31px;
    padding-right: 10px;
  }
  .toggle-passwordLogin{
    position: absolute;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    max-width: 31px;
    width: 31px;
    padding-right: 10px;
  }
.link-social-account .social-option-container {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.148em;
    line-height: 1.44;
}

.link-social-account #socialLinkedTo {
    width: 394px;
    margin: 0 12px;
}

.link-social-account .or-option {
    margin: 8px 0;
}

.link-social-account .registernow,  #confirmModal .modal-content .registernow {
    text-align: right;
    float: right;
    margin: 8px 0;
}

.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#confirmModal .modal-content {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fefefe;
    margin: 12% auto 0; /* 15% from the top and centered */
    border: 1px solid #888;
    max-width: 570px;
    min-width: 320px; /* Could be more or less, depending on screen size */
}

#confirmModal .modal-header {
    color: #517082;
    font-size: 22px;
    font-weight: bold;
    border: none;
    background-color: #eaf7ff;
}

#confirmModal .modal-header h2 {
    margin: 10px;
    font-weight: bold;
}

#confirmModal .close {
    color: #517082;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.5;
}

#confirmModal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#confirmModal .modal-body {
    padding: 0;
    min-height: 215px;
}

#confirmModal .modal-body .tab {
    background-color: #eaf7ff;
    padding-left: 15px;
}

#confirmModal form { margin-top: 20px; }

#reActivateAccountModal .modal-content {
  top: 32%;
  left: 33.33%;
  width: 380px;
}

#reActivateAccountModal .modal-body{
  padding: 0 15px 35px 15px;
}
#reActivateAccountModal .img-responsive{
  margin:auto;
}
#reActivateAccountModal h2{
    font-family: "HKGroteskBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #458281;
}
#reActivateAccountModal .edit-discussion-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#reActivateAccountModal #sUserName_emailAddress {
  resize: none;
  border-radius: 4px;
  border: solid 1px #ced4da;
  width: 100%;
  outline: none;
  padding: 5px;
}
#reActivateAccountModal #submitActiveModal {
  border-radius: 6px;
  border: solid 1px #458281;
  background-color: #458281;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: right;
  color: #ffffff;
  padding: 8px 22px;
  margin: 0 10px 20px 20px;
}
#reActivateAccountModal .closeModal {
  border-radius: 6px;
  border: solid 1px #9b9b9b;
  background-color: #9b9b9b;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  padding: 8px 22px;
  margin: 0 10px 20px 10px;
}
#reActivateAccountModal .modal-header
{
    border: none;
    background-color: #eaf7ff;
    font-size: 20px !important;
    padding: 1px 0px;
}
    


#reActivateAccountModal .modal-content .modal-body .active-content {
    margin-bottom: 8px;
}

/* register form */

.bnt-login {
    width: 202px;
    height: 45px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
    background-color: #229b9e;
    font-size: 18px;
}

.validateForm-message {
    display: none;
}

.bnt-login:hover {
    background-color:  #51b9bb;
}

.bold-email-text {
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

#joinpagehead {
    background-image: url('../../img/1stImage.jpg');
    background-position: 50% -150px;
    background-repeat: no-repeat;
    background-color: rgba(173, 222, 244, 0.8);
}
#joinpagehead .tittle {
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    line-height: 1.13;
    color: #4a4a4a;
    padding-top: 70px;
    font-weight: bold;
}

#joinpagehead .subtittle {
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.88;
    color: #74568c;
    padding-top:20px;
    padding-bottom: 60px;
}

#joinpagecontent {
    margin-top: 30px;
}

#joinpagecontent .jointext {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #4a4a4a;
    margin-bottom:20px;
}

#joinpagecontent .h4-form-text {
    width:100%;
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    margin-top: 17px;
    margin-bottom:27px;
}

#joinpagecontent .facebook-login {
    margin-top: 20px;
    display: block;
}

#joinpagecontent .registration {
    background-color: #f4f4f4;
    padding-left:15px;
    margin-bottom:120px;
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#joinpagecontent .are-required-fields {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #229b9e;
    margin-top: 23px;
    margin-bottom:20px;
}

#UserRegisterForm {
    margin-bottom: 0;
}
#UserRegisterForm .row > div, .password {
    margin-bottom: 20px;
}


#CostumerInvitationRegisterForm {
    margin-bottom: 0;
}
#CostumerInvitationRegisterForm .row > div, .password {
    margin-bottom: 20px;
}


#joinpagecontent .registration label {
    height: 17px;
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}

#joinpagecontent .registration .error-message {
    position: absolute;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 11px;
    color: #229b9e;
    font-weight: bold;
}

#joinpagecontent .registration input[type=text],
#joinpagecontent .registration input[type=zip],
#joinpagecontent .registration input[type=email],
#joinpagecontent .registration input[type=password] {
    padding: 0 10px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: #ffffff;
    width: 100%;
}

#joinpagecontent .registration select {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.1), inset -4px 0 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ced4da;
    background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
    padding: 0 10px;
}

#joinpagecontent .terms-use-register {
    margin-top: 25px;
    padding-left: 0;
    position: absolute;
    top: 55%;
}

#joinpagecontent .terms-use-invitation {
    margin-top: 85px;
    padding-left: 0;
    position: absolute;
    top: 55%;
}

#joinpagecontent .terms-use-register .error-message {
    padding-left: 20px;
}

#bTermsOfUse {
    margin-right: 10px;
}

#joinpagecontent .terms-use-register label > span {
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #458281;
}

#joinpagecontent .captcha-register{
    margin-bottom:30px;
}
.captcha-register{
    margin-top: 35px;
}
#joinpagecontent .registernow {
    margin-top: 25px;
    text-align:right;
    vertical-align: bottom;
}

#joinpagecontent .bg-important-notification {
    height: 60px;
    background-color: #e2eeee;
}

#joinpagecontent .important-text {
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-align: center;
    color: #517082;
    padding-top:17px;
}

#joinpagecontent .To-receive-email-not {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #517082;
    padding-top:12px;
}

#joinpagecontent .To-receive-email-not .text-style-1 {
    font-weight: bold;
}
#joinpagecontent .reactive-acc {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top:20px;
    padding-bottom:22px;
}

#joinpagecontent .reactive-acc a {
    color: #229b9e;
}

#joinpagecontent .create-edit {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top:20px;
    padding-bottom:22px;
}

#joinpagecontent .create-edit a {
    color: #74568c;
}

#joinpagecontent .h4-title-circles {
    width: 190px;
    height: 66px;
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #458281;
    margin-bottom:37px;
}

#joinpagecontent .icon-big {
    background-color:  #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    color: #458281;
    position: relative;
}

#joinpagecontent .share {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #458281;
    padding-top: 74px;
    border: 4px solid #458281;
    z-index: 4;
}

#joinpagecontent .support {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #517082;
    padding-top: 78px;
    border: 4px solid #517082;
    z-index: 3;
}

#joinpagecontent .understand {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #74568c;
    padding-top: 81px;
    border: 4px solid #74568c;
    z-index: 1;
}

.understand-hover, .share-hover, .support-hover {
    display: none;
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.33);
    border: solid 1px #74568c;
    background-color: #ffffff;
    position: absolute;
    font-family: 'HKGroteskBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    color: #654f4f;
    padding: 20px;
    text-align: justify;
    width: 300px;
    left: -30%;
    top: 70%;
    z-index: 1;
}

.share-hover {
    border: solid 1px #458281;
}

.support-hover {
    border: solid 1px #517082;
}

.understand-hover:before, .share-hover:before, .support-hover:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 9px solid;
    border-right: 10px solid transparent;
    top: -9px;
    left: 139px;
    color: #74568c;
}

.share-hover:before {
    color: #458281;
}

.support-hover:before {
    color: #517082;
}

.understand-hover:after, .share-hover:after, .support-hover:after {
    position: absolute;
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-bottom: 8px solid;
    border-right: 8px solid transparent;
    top: -8px;
    left: 141px;
    color: #fff;
}

.share-hover > div:first-child, .support-hover > div:first-child {
    padding-bottom: 5px;
}

.share:hover .share-hover, .support:hover .support-hover, .understand:hover .understand-hover {
    display: block;
}

.circle-hover-li {
    font-family: 'HKGrotesk', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 20px;
    text-align: left;
}

.circle-hover-li::before {
    position: absolute;
    content: "\2022";
    left: 20px;
}

.container-login{
    background-color: #517082;
    border-radius: 10px;
    color: #fff;
    width: 285px;
    height: auto;
    font-size: 14px;
    margin-top: 40px;
    position: absolute;
    left: 0;
    top: 30px;
    box-shadow: 5px 4px 4px rgb(0,0,0,0.2);
    padding-bottom: 50px;
}

.link_log{
    right: 135px !important;
  }
  
  .items_log{
    right: 70px !important;
    top:280px;
  }
  
  .banner_link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-align: right;
    color: #ffff;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index:22;
  }
  
  .banner_link:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 3px solid transparent;
    border-top: 3px solid;
    border-right: 3px solid transparent;
    top: 10px;
    left: 44px;
    color: #ffff;
  }
  
  .banner_link:after {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: 42px;
    border: 1px solid #ffff;
    border-radius: 2px;
    height: 10px;
    width: 10px;
  }

  .arrow::before {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid;
    border-right: 10px solid transparent;
    bottom: 10px;
    left: 48%;
    color: #9a9a9a;
    width: 0px;
    z-index: 10;
  }
  .arrow::after {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid;
    border-right: 10px solid transparent;
    bottom: 10px;
    left: 48%;
    color: #fff;
    width: 0px;
    z-index: 10;
  }

  .container-affiliate{
    background-color: #517082;
    border-radius: 10px;
    color: #fff;
    width: 285px;
    height: auto;
    font-size: 14px;
    margin-top: 40px;
    position: absolute;
    left: 175px;
    top: 140px;
    box-shadow: 5px 4px 4px rgb(0,0,0,0.2);
    padding-bottom: 50px;
  }
#joinpagehead .container-login .btn-login,
#joinpagehead .container-login .btn-login:not(:disabled):not(.disabled).active,
#joinpagehead .container-login .btn-login:not(:disabled):not(.disabled):focus,
#joinpagehead .container-login .btn-login:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #229b9e;
  border-color: #229b9e;
  height: 35px;
  width: 250px;
  font-family: "HKGroteskSemiBold", Arial, Helvetica, sans-serif;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
}

#joinpagehead .container-login .btn-login:focus {
  margin-right: 0 !important;
}

#joinpagehead .container-login .btn-login:hover {
  background-color: #458281;
  border-color: #458281;
}
#joinpagehead .container-login input {
    margin-bottom: 12px;
    color: #000000;
  }
  
  #joinpagehead .container-login input[type="text"],
  #joinpagehead .container-login input[type="password"] {
    width: 250px;
    height: 32px;
    border-radius: 4px;
    padding: 0 8px;
  }
  #joinpagehead .container-login h3 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  #joinpagehead .container-login .forgot-password {
    font-size: 12px;
    float: center;
    margin-top: 3%;
    cursor: pointer;
    color: white;
    padding-right: 13px;
    padding-left: 4px;
    border: none;
    background-color: transparent;
  }
  
@media only screen and ( max-width: 1023px ) {

    .contain-Help{
        display: none;
    }

}

@media only screen and ( max-width: 800px ) {

    #joinpagecontent .h4-form-text {
        font-size: 17px;
    }

}

@media only screen and ( max-width: 450px ) {

    .bnt-login{
        margin: auto;
        display: block;
    }

    #joinpagehead .tittle {
        font-size: 30px;
        padding-top: 30px;
    }

    #joinpagehead .subtittle {
        font-size: 30px;
        padding-bottom: 30px;
    }

    #joinpagecontent .jointext,#joinpagecontent .h4-form-text, #joinpagehead .subtittle, #joinpagehead .tittle, .facebook-login{
        text-align: center;
    }

    #joinpagecontent .are-required-fields {
        padding-top: 23px;
    }

    .captcha-register img {
        width: 95%;
    }

    #sUser_namePrefix, #sUser_nameSuffix {
        width: 35% !important;
    }

    label[for=sUser_namePrefix], label[for=sUser_nameSuffix] {
        display: block;
    }

    #joinpagecontent .terms-use-register {
        margin: 0px auto 15px;
        position: relative;
    }

    .terms-use-register label {
        font-size: 13px !important;
    }

    #joinpagecontent .registernow {
        margin: 15px auto;
    }

    #joinpagecontent .bg-important-notification {
        height: 150px;
    }

    #joinpagecontent .To-receive-email-not {
        padding-top: 8px;
        font-size: 14px;
    }

}