/* google registration css */

.google_button {
    position: relative;
    height: auto;
    width: 220px;
    margin: 1.5rem auto;
}

.googOverlay {

    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.abcRioButton {

    display: block;
    margin: 0 auto;
    width: 230px !important;
    height: auto;

}

.abcRioButtonContents {

    font-size: 15px !important; 
}

.none {
    display: none;
}

/* google registration css */

/* loader css */

.loader_container {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
}

.loader_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#msg_loader {
    color: #fff;
    text-align: center;
    max-width: 320px;
    min-width: 310px;
    width: 100%;
}

#msg_loader img {

    margin-bottom: 15px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 0px auto 20px;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader css */

/* main box */

.reg1Centered {
    width: calc(99% - 20px);
    min-width: 300px;
    max-width: 500px;
    display: block;
    margin: 10px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

}

.emailText {

    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    margin: 5px 0;
    text-align: center;
}

.emailText:nth-of-type(2) {

    margin-top: 15px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.list_box {
    text-align: left;
    max-width: 350px;
    display: table;
    margin: 10px auto 20px;
    font-size: 1rem;
    color: #fff;
    list-style: unset;
    padding-left: 40px;
}

.headline_top {

    line-height: 28px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

#reg_email {
    margin: 1.2rem auto;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 290px;
    font-size: 15px;
    display: block;
}

#reg_email:focus {

    outline: none;
}

#btn_submit {
    text-align: center;
    width: 100%;
    max-width: 250px;
    display: block;
    padding: .875rem 1.25rem;
    border-radius: 1.875rem;
    background-color: #00D984;
    font-weight: 400;
    color: #fff;
    border: 0;
    font-size: 1.4rem;
    line-height: 30px;
    margin: 1.8rem auto;
    cursor: pointer;
}

#termsPrivacy {

    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

#pleaseAcceptTerms {

    max-width: 360px;
    width: 100%;
    display: table;
    margin: 0 auto;
}

#pleaseAcceptTerms p {
    font-weight: normal;
    width: calc(100% - 25px);
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    padding: 0;

}

.orRegister {

    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#acceptPrivacyAndTerms {
    float: left;
    position: relative;
    left: 30px;
    cursor: pointer;

}

#pleaseAcceptTerms p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0;
    clear: both;
    display: block;
    float: none;
}

#acceptPrivacyAndTerms input {
    margin: 1px 3px 0 5px;
    cursor: pointer;

}

#termsLink,
#privacyLink {
    font-weight: 600;
}

#msg_register {
    text-align: center;
}

#privacy_container,
#terms_container {

    z-index: 20;
    color: #32445c;
}

/*Mobile css*/

@media screen and (max-height: 640px) {

    .reg1Centered {

        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

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

    .emailText {

        font-size: 20px;
        padding: 6px 0;
    }

    .headline_top {
        font-size: 18px;

    }

    .list_box {
        font-size: 16px;
        max-width: 300px;

    }

    #reg_email {
        padding: 6px 10px;
        width: 90%;
        font-size: 14px;
    }

    #pleaseAcceptTerms {

        width: 93%;
    }

}

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

    .reg1Centered {

        width: calc(99% - 5px);
    }

    .list_box {

        padding-left: 20px;
    }

    #btn_submit {

        font-size: 1.25rem;
    }
}

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

    #register-success h4 {

        font-size: 1.1rem !important;
        font-weight: bold;
    }

    body {

        margin-top: 0;
    }

}

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

    #acceptPrivacyAndTerms {
        left: 15px;
    }
}

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

    #acceptPrivacyAndTerms {

        left: 10px;
    }
}

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

    #register-success h4 {

        padding-bottom: 5px;
    }

    .bottom-footer-fixed-cen * {

        font-size: 12px;
    }

    .list_box {

        font-size: 15px;
        padding-right: 5px;
    }

    #pleaseAcceptTerms p,
    #pleaseAcceptTerms p:nth-child(2) {

        font-size: 12px;
    }

    #btn_submit {

        width: 90%;
    }


}