﻿﻿.join {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff;
    margin-top: 20px;
}

#main {
    padding-bottom: 0px;
}

.label--filmmaker {
    font-size: 1.1em;
    padding: 8px 5px;
    background-color: (233, 126, 26);
    background-color: rgba(233, 126, 26, .1);
    border: 1px solid rgb(233, 126, 26);
    border: 1px solid rgba(233, 126, 26, .5);
    border-radius: 3px;
    width: 100%;
}

.antispam {
    display: none;
}

.indicator-fancy {
    top: -3px !important;
    height: 30px !important;
    width: 30px !important;
    left: -3px !important;
    border-radius: 6px;
    border: 2px solid #FF00B9;
}

    .indicator-fancy:after {
        left: 10px !important;
        top: 5px !important;
        width: 5px !important;
        height: 13px !important;
    }

.dropdown-size {
    width: -webkit-fill-available;
    width: -moz-available;
}

.button-row.button-row--block a.button {
    text-align: left !important;
}

.margin-social-icon {
    margin-right: 30%;
}



.container, .container-visitor {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) .col-md-offset-3 {
    margin-left: 25%;
}

@media (min-width: 480px) .col-sm-offset-1 {
    margin-left: 8.33333%;
}

@media (min-width: 768px) .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 480px) .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

@media (min-width: 768px) .form-data {
    margin: 30px -30px;
    padding: 30px;
}

.form-data {
    position: relative;
    background-color: var(--bg-inverse);
    padding: 15px;
    box-shadow: var(--drop-shadow);
    border-radius: var(--card-radius);
    border-radius: var(--card-radius-custom,var(--card-radius));
    border: var(--card-border);
}

.google-sso-container {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%) !important;
    box-sizing: border-box;
    transition: background-color .218s,border-color .218s,box-shadow .218s !important;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #4285f4 !important;
    border: 1px solid #4285f4 !important;
    background-image: none;
    color: #fff !important;
    border: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.google-sso-container:hover {
    border: 1px solid #FF00B9 !important;
}

.button--facebook {
    color: #000 !important;
}

    .share-on-facebook.button, .button--facebook.button {
        color: #fff !important;
        background-color: #415DAE !important;
        border-color: #3b5998 !important;
    }

        .button--facebook.button:active,
        .button--facebook.button:hover,
        .button--facebook.button.active {
            color: #fff !important;
            background-color: #415DAE !important;
            border: 1px solid #FF00B9 !important;
        }


.share-on-twitter.button, .button--twitter.button {
    color: #fff !important;
    background-color: #00aced !important;
    border-color: #3b5998 !important;
}

    .button--twitter.button:active,
    .button--twitter.button:hover,
    .button--twitter.button.active {
        color: #fff !important;
        background-color: #00aced !important;
        border: 1px solid #FF00B9 !important;
    }

.button--linkedin {
    color: #000 !important;
}

    .button--linkedin.button:active,
    .button--linkedin.button:hover,
    .button--linkedin.button.active {
        color: #000 !important;
        background-color: #fff !important;
        border: 1px solid #FF00B9 !important;
    }

.text-size {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .22px;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: top;
}

.social-hide {
    display: none !important;
}

.text-or {
    text-align: center;
    padding-top: 10px;
}

form .input_box {
    height: 50px;
    /* width: 100%; */
    position: relative;
    margin-top: 15px;
}

.input_box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 45px;
    font-size: 17px;
    transition: all 0.3s ease;
}

    .input_box input:focus {
        border-color: #FF00B9;
    }

.input_box .icon {
    position: absolute;
    top: 56%;
    left: 20px;
    transform: translateY(-50%);
    color: grey;
}

.form-group {
    margin-bottom: 25px !important;
}

form.aud-form .form-group .input-valid {
    top: 0px !important;
}

.has-error .reg-control {
    border-color: #FF00B9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .reg-control:focus {
        border-color: #a12306;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-success .reg-control {
    border-color: #07bb7d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .reg-control:focus {
        border-color: #03593b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

input[type="submit"].button--block, .button.button--block, a.button.button--block {
    display: initial !important;
}

form.aud-form .form-group .danger.js-passwordValidation ul li,
form.aud-form .form-group .success.js-passwordValidation ul li,
form.aud-form .form-group .info.js-passwordValidation ul li {
    width: 50%;
    font-size: 10px;
    font-weight: bold;
}

.creative-margin {
    margin-bottom: 0px !important;
    margin-top: 35% !important;
}

form.aud-form .form-group .input-valid {
    text-align: left !important;
}

.button--signup {
    width: 20% !important;
}

.padding-button {
    padding-top: 5%;
}

.padding-reg-button {
    padding-top: 0px;
}

.rc-anchor-center-container {
    width: 100px !important;
}

@media screen and (max-width: 768px) {
    input [type="submit"].button--block, .button.button--block, a.button.button--block {
        width: 100%;
        display: block;
        text-align: center;
    }

    .button--signup {
        width: 60% !important;
        display: block;
        text-align: center;
    }

    .text-size {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .22px;
        margin-left: 0;
        margin-right: 10px;
        vertical-align: baseline;
    }

    .margin-social-icon {
        margin-right: 10%;
    }

    .input_box input {
        font-size: 12px;
    }

    form.aud-form .form-group .input-valid {
        right: -16% !important;
    }

    .padding-reg-button {
        padding-top: 20px;
    }

    #footer-wrapper {
        margin-top: 20px;
    }


    .g-recaptcha {
        position: relative;
        width: 112%;
        background: #f9f9f9;
    }
}


@media only screen and (min-device-width: 768px) {

    input[type="submit"].button--block,
    .button.button--block,
    a.button.button--block {
        width: 100%;
        display: block;
        text-align: center;
    }

    .button--signup {
        width: 40% !important;
        display: block;
        text-align: center;
    }

    .g-recaptcha {
        position: relative;
        width: 108%;
        background: #f9f9f9;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    .join {
        margin-top: 70px;
    }

    .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 100px !important;
    }

    .g-recaptcha {
        position: relative;
        width: 108%;
        background: #f9f9f9;
    }
}

@media screen and (orientation: landscape) {

    .button--signup {
        width: 25% !important;
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 800px) {
    .g-recaptcha {
        position: relative;
        width: 44%;
        background: #f9f9f9;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .g-recaptcha {
        position: relative;
        width: 93% !important;
        background: #f9f9f9;
    }
}

.g-recaptcha > * {
    float: right;
    right: 0;
    margin: -2px -2px -10px;
}

.g-recaptcha::after {
    display: block;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    clear: both;
}

.radio-fancy .indicator-fancy-redio {
    border-radius: 50%;
}

.radio-fancy .indicator-fancy-redio:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
    content: '';
    position: absolute;
}

.indicator-fancy-redio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.label-fancy input:checked ~ .indicator-fancy-redio {
    background: #444444;
}
