.form
{
    max-width: 400px;
    margin: 0 auto;
}

.form.form_100
{
    max-width: 100%;
}

.form_login
{
    max-width: 300px;
}

.form input[type=text]:not([role=combobox]),
.form input[type=number],
.form input[type=password],
.form input[type=email],
.form select,
.form textarea
{
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #000;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    border-radius: 4px;
}

.form select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/svg/arrow-down-select-a65f8e72b9bf96d38186e5c5e8a14d8e.svg");
    background-position: right 15px center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.form-row
{
    padding: 10px 0px;
}

.form-row-center
{
    text-align: center;
}

.form-row-checkbox
{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 5px 0;
}

.form-row-checkbox input
{
    width: auto;
}

.form-row-checkbox label
{
    flex-grow: 1;
    width: calc(100% - 20px);
    line-height: 1.4;
    padding-left: 10px;
}

.form-row-checkbox a
{
    color: #f9f0c9;
}

.form-row a:not(.button)
{
    color: #3951c7;
    text-decoration: none;
}

.form-row-recaptcha
{
    text-align: center;
}

.form-row-recaptcha .g-recaptcha
{
    display: inline-block;
}

.form form > div > div ul
{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    background: #d8354d;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.form label
{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.form-row label.required::after
{
    content: " *";
}

.form-row-checkbox label.required::before
{
    content: "* ";
}

.form-row.form-row-new-email
{
    display: none;
    background-color: #cccccc;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.form-row.form-row-new-email.show
{
    display: block;
}

#show-new-email
{
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #888;
    padding: 3px 6px;
    border-radius: 6px;
    margin-left: 10px;
}


h3.profile
{
    padding: 10px 0;
    font-size: 16px;
    color: #363636;
    max-width: 400px;
    margin: 0 auto;
}

.button
{
    color: #fff;
    background-color: #3951c7;
    border: 0;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 20px;
    box-shadow: 0px 11px 37px rgba(43, 122, 83, 0.12);
    position: relative;
    border-radius: 4px;
    line-height: 40px;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

.button.fun
{
    background: #df902b;
}

.button.club
{
    background: #be070d;
}

.button.sponsor
{
    background: #0e803b;
}

.button.danger
{
    background-color: #7f080c;
}

.button.transparent
{
    background: transparent;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    line-height: 38px;
}

.button > span
{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button > span > span
{
    margin-right: 10px;
}

.button:after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000000;
    transition: all .35s;
    border-radius: 4px;
}

.button:hover
{
    text-decoration: none;
    color: #fff;
}

.button:hover:after
{
    width: 100%;
}

.button_mini
{
    padding: 0 10px;
    line-height: 30px;
}

#social_login_buttons
{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

#social_login_buttons .button_social
{
    margin: 5px;
    padding: 14px 18px 14px 45px;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    font-family: 'Caudex', sans-serif;
    border: 1px solid transparent;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px;
    color: #fff;
    text-align: center;
    }

#social_login_buttons .button_social.facebook
{
    background-color: #3b5998;
    background-image: url("../images/social/facebook-5a8e948d7a2bd3a5ac95c38382a8aa2c.svg");
}

#social_login_buttons .button_social.facebook:hover
{
    filter: brightness(0) saturate(100%) invert(32%) sepia(49%) saturate(677%) hue-rotate(181deg) brightness(92%) contrast(90%);
}

#social_login_buttons .button_social.google
{
    background-color: #000000;
    color: #ffffff;
    background-image: url("../images/social/google-338ac848960e1f394cb42a8c13de9a01.svg");
}

#social_login_buttons .button_social.apple
{
    background-color: #000;
    background-image: url("../images/social/apple-3b3d66ee8030b29f960292df74035d72.svg");
    color: #fff;
}

#social_login_buttons .button_social:hover
{   
    background-color: transparent;
    border-color: #1b2e6b;
    color: #1b2e6b;
}

@media (max-width: 640px) {
    #social_login_buttons {
        flex-wrap: wrap;
    }

    #social_login_buttons .button_social
    {
        min-width: 250px;
        box-sizing: border-box;
    }
}