div.form {
    background-color: #e9e9e9;
    padding: 30px 40px;
    border-radius: 4px;
    max-width: 900px;
    margin: 20px auto;
}
h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25pt;
    text-align: center;
}

.hide {
    display: none;
}

.wrapper-img * {
    box-sizing: border-box;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #c00;
    margin: 0 0 20px 0;
    text-align: left;
}

.form .field {
    margin-bottom: 20px;
    position: relative;
}

.form .field label {
    font-family: Arial, sans-serif;
    color: #666;
    font-size: 13pt;
    display: inline-block;
    width: 110px;
}

.form .field input {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13pt;
    outline: none;
    border: 1px solid #b3b3b3;
    padding: 10px 7px;
    width: calc(100% - 110px);
    border-radius: 3px;
}

.form .submit:hover {
    background-color: #8a0000;
}

.form .submit {
    color: white;
    border-radius: 5px;
    background-color: #c00;
    font-size: 17pt;
    padding: 15px 0;
    display: block;
    border: 0;
    cursor: pointer;
    transition: 0.2s;
    width: 65%;
    margin: 30px auto 0 auto;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}

.form .field.error label {
    color: red;
}

.form .field.error input {
    border: 1px solid red;
}

.form .col-6.login_col {
    margin-right: 30px;
    position: relative;
}

.proceed_hover img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proceed_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 4px;
}

.form .col-6.add_col {
    width: calc(50% - 30px);
}

.form .col-6 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

ul.list {
    font-family: GothamBookRegular, Arial, sans-serif;
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
}

ul.list li {
    font-size: 12pt;
    color: black;
    margin-top: 15px;
}

ul.list li span {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-color: #c00;
    border-radius: 6px;
    text-align: center;
    width: 25px;
    padding: 2px 0;
}

.form p {
    color: black;
}

.info_error {
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    font-style: italic;
    font-family: Arial, sans-serif;
    max-width: 375px;
}

.error, .errorMSG {
    color: red;
    font-size: 17px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px auto;
    font-family: Arial, sans-serif;
}

.old_login:hover, .recover:hover {
    text-decoration: underline;
}

.recover {
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    color: blue;
    margin-top: -10px;
    font-family: Arial, sans-serif;
}

.recover-layer-hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999998;
    font-size: 0;
    font-family: Arial, sans-serif;
}

.recover-layer {
    z-index: 99999999;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0);
    background-color: white;
    padding: 20px 30px;
    box-shadow: 10px 10px 10px black;
    max-width: 400px;
    width: 100%;
}

.recover-layer .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    cursor: pointer;
    height: 25px;
}

.recover-layer .close:after {
    content: "\00a0";
    position: absolute;
    border-bottom: 2px solid #c00;
    width: 16px;
    transform: rotate(45deg);
    top: 11px;
    left: 5px;
}

.recover-layer .close:before {
    content: "\00a0";
    position: absolute;
    border-bottom: 2px solid #c00;
    width: 16px;
    transform: rotate(-45deg);
    top: 11px;
    left: 5px;
}

.recover-layer label {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #c00;
    display: block;
}

.recover-layer #recover_email {
    display: block;
    width: 100%;
    font-size: 12pt;
    border: 1px solid #909090;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    outline: none !important;
}

.recover-layer .submit_recover {
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    background-color: #c00;
    font-size: 15px;
    padding: 12px 0;
    cursor: pointer;
    transition: 0.2s;
    width: 150px;
    margin: 15px auto 0 auto;
    text-align: center;
}

.recover-layer .submit_recover:hover {
    background-color: #c00;
}

.errorMSG {
    margin: 10px 0;
}

.old_login {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.form .col-6.login_col.login_form {
    width: calc(50% - 30px);
}

#form_body_email, #form_body_fields {
    overflow: hidden;
}
.form-body-container {
    max-width: 370px;
}
@media (max-width: 768px) {
    div.form {
        padding: 15px 20px;
        margin: auto;
        max-width: 600px;
    }

    .form .col-6, .form .col-6.add_col {
        display: block;
        width: 100%;
    }

    h1 {
        font-size: 18pt;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 16pt;
        margin-bottom: 20px;
    }

    .form .field label {
        font-size: 11pt;
        width: 95px;
    }

    .form .field input {
        padding: 10px;
        width: calc(100% - 95px);
    }

    .form .submit {
        margin-top: 20px;
        font-size: 14pt;
        padding: 10px 0;
        max-width: 180px;
        margin-bottom: 20px;
    }

    ul.list li {
        font-size: 11pt;
    }

    ul.list li span {
        width: 22px;
    }

    .form-body-container {
        margin: auto;
    }
}
@media (max-width: 450px) {
    .form-body-container {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .form .field label {
        width: 80px;
    }
    .form .field input {
        width: calc(100% - 80px);
    }
}