body {
    background-color: #F5F4F4;
}

.defautl-color {
    color: rgba(5, 26, 124, 0.90);
}

.nav-list {
    flex: none;
}

.cadastro {
    height: 100vh;
    display: flex;
    align-items: center;
}

.cadastro .container-content {
    position: relative;
    padding: 0 80px 0;
}

.cadastro-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 580px;
}

.step1 {
    display: block;
}

.step2,
.step3,
.step4 {
    display: none;
}


.cadastro-caption {
    flex: 1;
    margin-right: 126px;
}

.cadastro-form {
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
}

.verification-code,
.checkPassword,
.cadastro-content {
    width: 520px;
}

.text-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 12px 0;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #8992BE;
}

.text {
    margin: 0 20px;
    font-size: 16px;
    color: rgba(0, 9, 51, 0.65);
    line-height: 120%;
}

.cadastro-form .btn {
    background-color: #fff;
    width: 100%;
    color: rgba(0, 6, 38, 0.90);
    border-color: #8992BE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cadastro-form .btn:hover {
    color: #fff;
}

.cadastro-form .input {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #8992BE;
    margin-bottom: 24px;
}

.cadastro-form input:focus {
    outline: none;
    /* border: 2px solid rgba(5, 26, 124, 0.90) !important; */

}

.danger-input {
    border: 2px solid #FF3106ed !important;
}

.checkPassword .password-from .continuar-submit,
.cadastro-page .cadastro-content .continuar-submit {
    width: 100%;
    color: #fff !important;
    border: 0;
    background-color: #E6E9F2;
}

.createBtn {
    cursor: pointer;
    background-color: #E6E9F2;
    color: #fff;
    height: 72px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 24px 0;
}

.text-center {
    text-align: center;
}

.password-head>a,
.text-left>a,
.text-center>a {
    text-decoration: underline;
}

.cadastro-form .select-input {
    padding: 0;
    height: 40px;
    display: flex;
    /* overflow: hidden; */
}

.cadastro-form .select-input>select {
    padding: 0 10px;
    width: 100px;
    border: 0;
    outline: none;
    border-right: 1px solid #8992BE;
}

.cadastro-form .select-input>input {
    border-radius: 8px;
    flex: 1;
    border: 0;
    outline: none;
    outline: none;
}

/* .cadastro-form input:focus */
.cadastro-form .select-input>input:focus {
    border: unset !important;
}

.password-head {
    padding: 24px;
    height: 72px;
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.password-from {
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 16px;
    background-color: #fff;
}

.password-again {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.password-input {
    /* width: 100%; */
    height: 40px;
    /* padding: 0 16px; */
    /* border-radius: 8px; */
    /* border: 1px solid #8992BE; */
    margin-bottom: 16px;
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.toggle-button {
    position: absolute;
    right: 14px;
    top: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #666;
}

.verification-code {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

.verification-form {
    margin: 24px 0;
    display: flex;
    align-items: center;
}

.verify-table {
    flex: 1;
    border-collapse: separate;
    border-spacing: 8px;
}

.verify-cell {
    padding: 0;
}

.verify-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    outline: none;
}

.verify-input:focus {
    border-color: #4a90e2;
}

.verify-button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.verify-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.footerText {
    position: fixed;
    left: 50px;
    bottom: 24px;
    font-size: 10px;
    color: rgba(0, 9, 51, 0.65);
    line-height: 120%;
}
.error-info {
    position: absolute;
    font-size: 16px;
    color: #FF3106;
    top: 40px;
    left: 0;
    /* display: flex; */
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }

    .container-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-top: 112px;
    }

    .cadastro {
        align-items: unset;
        justify-content: center;
    }

    .cadastro-caption {
        margin-bottom: 24px;
    }

    .cadastro-page {
        /* display: block; */
        flex-direction: column;
    }

    .verification-code,
    .checkPassword,
    .cadastro-content {
        width: 100%;
    }

    .footerText {
        margin-top: 24px;
        position: relative;
    }
}