#subEtchrockModal {
    z-index: 1100000000 !important;
    font-family: 'Open Sans', sans-serif;
    padding-right: 0px!important;
}

#subEtchrockModal input {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.join-modal-body {
    padding: 0px;
}

.join-modal-content {
    border-radius: 0px;
    float: left;
    box-shadow: 0px 0px 41px #4e4e4e;
    border-radius: 20px;
    border: none;
}

.join-modal-row {
    width: 100%;
}

.join-modal-logo {
     width: 85px;
    height: 85px;
    background-image: url(../img/etchlogo-small.png);
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}


.join-modal-left {
    width: 50%;
    float: left;
    background-image: url(../img/join.jpg);
    background-size: cover;
    vertical-align: middle;
    padding-top: 20%;
    padding-bottom: 18%;
    padding-left: 50px;
    padding-right: 50px;
}

.sub-modal-left {
    width: 50%;
    float: left;
    background-image: url(../img/sub.jpg);
    background-size: cover;
    vertical-align: middle;
    padding-top: 20%;
    padding-bottom: 18%;
    padding-left: 50px;
    padding-right: 50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.join-modal-right {
    width: 50%;
    float: left;
    padding: 50px 50px 50px 50px;
}

.join-modal-title {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.join-modal-p {
   color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
}

.join-modal-p-right {
    text-align: center;
    margin-top: -8px;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 30px;
}

.joinEtchrock {
    font-size: 22px;
    margin-bottom: 21px;
    text-align: center;
    font-weight: 600;
    color: #363636;
    letter-spacing: -1px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;

}

.join-modal-dialog {
    max-width: 775px;
    width: 100%;
}

.sso-buttons {
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff !important;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

.sso-fb {
    background-color: #4267b2;
}

.sso-google {
    background-color: #dd4b39;
}

.sso-apple {
    background-color: #000000;
}

.sso-submit {
    background-color: #ff5b35;
}

.signup-email-link {
    text-align: center;
    margin-top: 25px;
}

.signup-email-link a {
    color: #363636;
}

.signup-email-link-orange {
    font-weight: 600;
    color: #ff5b35;
}

.new-close-btn {
    background-image: url(../img/new-close.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-top: 20px;
    float: none;
    display: block;
    margin-right: 20px;
}

.new-close-btn-parent {
    opacity: 1!important;
}

.sub-popup-form {
    height: 46px !important;
}

.coloured-profile-initial {
    border: 2px solid #ccc !important;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 9px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #ddd;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 46px;
}


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

    .settings-radio-left {
        width: 14%;
        float: left;
        padding-left: 10px;
    }
    .settings-radio-right {
        width: 86%;
        float: left;
    }

    #privacy-radios label {
        width: 25px;
        height: 25px;
        margin-bottom: 79px;
    }
    
    .sub-modal-left {
        display: none;
    }
    .join-modal-right {
        width: 100%;
        float: none;
    }
    .join-modal-content {
        float: none;
    }
    
    .join-modal-dialog {
        max-width: 775px;
        width: auto;
    }


}
