/* PÁGINA REGISTRE-SE */

.register-box-support {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    user-select: none;
}
.register-box {
    width: 680px;
    margin: auto;
    padding: 20px 0 20px 0;
    z-index: 3;
}
.register-box-style {
    width: 100%;
    min-height: auto;
    margin: 30px 0;
    padding: 35px 50px;
    background-color: #1f1f1f;
    border: 2px solid #525252;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}
.register-box-title h3, .register-box-title p {
    text-align: center;
}
.register-box-style .warning {
    max-width: 90%;
}
.register-form .first-stage {
    width: 48%;
}
.register-form .second-stage {
    width: 48%;
}
.register-form [type='email'], .register-form [type='text'], .register-form [type='tel'], .register-form [type='number'] {
    margin-bottom: 20px;
}
.register-form [type='text']:last-of-type {
    margin-bottom: 0px;
}
.register-form .cpf_1 {
    width: 75%;
}
.register-form .cpf_2 {
    width: 23%;
}
.register-form .cpf_1, .register-form .cpf_2, .switch-services:last-of-type {
    margin-bottom: 0;
}
.service-focus {
    max-width: 100%;
    height: 113px;
}
.switch-services {
    margin-bottom: 10px;
}
.recover_password p {
    text-align: center;
    margin: 15px 0 0 0;
}
.recover_password button, .recover_password a {
    font-size: 14px;
    color: #27a1f3;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.recover_password button:hover, .recover_password button:focus, .recover_password a:hover, .recover_password a:focus {
    color: #2284c5;
}
.gray-text {
    color: #a3a5a9;
}
#warnings-box .warning {
    margin: 15px 0 15px 0;
}
.warning {
    max-width: 380px;
    margin: 0 auto 30px auto;
}
.warning h4 {
    font-size: 14px;
}
.warning .container {
    margin: auto !important;
}
.menu a {
    padding: 0;
}
.menu li {
    margin-right: 25px;
}
.menu li:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 1023px) {
    .dark-theme {
        background-color: #1f1f1f;
    }
    .register-box {
        width: 375px;
        padding: 0;
    }
    .register-box-style {
        border: none;
        box-shadow: none;
        padding: 15px 35px 35px 35px;
        margin: 0;
    }
    .goe-logo .goe-logo-container-1 img {
        width: 35px;
    }
    h2, .h2 {
        font-size: 21px;
    }
    h3, .h3 {
        font-size: 16px;
    }
    .register-box-style .warning {
        max-width: 100%;
    }
    .warning h4 {
        text-align: center;
        font-size: 13px !important;
    }
    p {
        font-size: 14px !important;
   }
   .menu a, .recover_password button, .recover_password a {
        font-size: 14px;
    }
}