.sign-page {
    background-image: linear-gradient(rgba(70, 70, 70, 0.9), rgba(70, 70, 70, 0.9)), url('../images/loginUm.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page-box {
    margin: 5% 10%;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    height: 100%;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}

.signup-form-img {
    width: 500px;
    height: 750px;
    object-fit: cover;
    transition: 0.5s;
}

.login-form-img {
    width: 500px;
    height: 450px;
    object-fit: cover;
    transition: 0.5s;
}

.formbold-mb-3 {
    margin-bottom: 15px;
}

.formbold-relative {
    position: relative;
}

.formbold-opacity-0 {
    opacity: 0;
}

.formbold-stroke-current {
    stroke: #ffffff;
    z-index: 999;
}

#supportCheckbox:checked~div span {
    opacity: 1;
}

#supportCheckbox:checked~div {
    background: #4ad35c;
    border-color: #4ad35c;
}

.formbold-main-wrapper {
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 48px; */
}

.main-wrapper-login {
    height: 450px;
}

.main-wrapper-editar-perfil {
    height: auto;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    height: 100%;
    background: white;
    padding: 40px;
}

.formbold-form-wrapper h1 {
    color: #14191f;
    text-align: center;
    margin-bottom: 20px;
}

a.criar-possui-conta {
    text-decoration: underline;
    display: block;
    color: #14191f;
    /* text-align: center; */
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
}

a.criar-possui-conta:hover {
    color: #4ad35c;
}

.formbold-img {
    display: block;
    margin: 0 auto 45px;
}

.formbold-input-wrapp>div {
    display: flex;
    gap: 20px;
}

.formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.formbold-input-flex>div {
    width: 50%;
}

.formbold-form-input {
    width: 100%;
    padding: 19px 22px;
    /* border-radius: 5px; */
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
}

select.form-input-gender {
    padding: 8.5px;
}

.formbold-form-input::placeholder,
select.formbold-form-input,
.formbold-form-input[type='date']::-webkit-datetime-edit-text,
.formbold-form-input[type='date']::-webkit-datetime-edit-month-field,
.formbold-form-input[type='date']::-webkit-datetime-edit-day-field,
.formbold-form-input[type='date']::-webkit-datetime-edit-year-field {
    color: rgba(83, 99, 135, 0.5);
}

.formbold-form-input:focus {
    border-color: #4ad35c;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-form-label {
    color: #14191f;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #4ad35c;
}

.formbold-checkbox-label a {
    margin-left: 5px;
    color: #4ad35c;
}

.formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    /* border: 0.7px solid #dde3ec; */
    border-radius: 3px;
}

.formbold-form-file {
    padding: 6px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(83, 99, 135, 0.5);
}

.formbold-form-file::-webkit-file-upload-button {
    display: none;
}

.formbold-form-file:before {
    content: 'CARREGAR';
    display: inline-block;
    background: #EEEEEE;
    border: 0.5px solid #E7E7E7;
    padding: 3px 12px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #637381;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
}

.formbold-btn {
    font-size: 16px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #4ad35c;
    color: white;
    cursor: pointer;
    margin-top: 25px;
}

.save-draft {
    background-color: #14191f;
}

.formbold-w-45 {
    width: 45%;
}

@media (max-width: 1130px) {
    .signup-form-img,
    .login-form-img {
        width: 45%;
    }
}

@media (max-width: 980px) {
    .signup-form-img,
    .login-form-img {
        display: none;
    }

    .login-page-box {
        margin: 10% 10%;
    }
}
