.fundo-section{
    min-height: 100vh;
    background-image: url("../../imgs/background/background-planos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0%;
}

.efeito-frase-topo,
.efeito-container-minha-conta{
    visibility: hidden;
}

section.fundo-section .flex{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.fundo-section .flex .txt-topo-site{
    height: 14vh;
    width: 1280px;
    gap: 20px;
}

section.fundo-section .txt-topo-site{
    margin-top: 14%;
    margin-bottom: 2%;
    line-height: 5em;
    width: 100%;
    padding: 0px 2%;
    /*animation: opacidade-moviment 1s ease-out alternate;*/
}

.txt-topo-site h1{
    margin-left: 6%;
    font-weight: 500;
    color: #f7d2a9;
    font-size: 5em;
    font-family: Espiritu Cond;
}

.txt-topo-site h1 span{
    color: #fff;
    font-weight: bold;
}

.fundo-section .container{
    padding: 10px 5%;
    
    margin-bottom: 15%;

    height: 720px;
    width: auto;
    
    border-radius: 25px;
    background-color: rgba(9, 28, 29, 50%);
    backdrop-filter: blur(2px);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-img{
    background-color: #000000de;

    height: 400px;
    width: 400px;

    border: solid 5px #d0804e;
    border-radius: 100%;
}

.form-esquerda input[type="file"]{
    display: none;
}

.upload-label {
    display: flex;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;
    text-align: center;
    color: #33302e;
    font-family: Espiritu;
    font-weight: 100;
    font-size: 15px;

    background-color: #d0804e;
    padding: 14px 4%;
    width: 230px;
    border-radius: 15px;

    cursor: pointer;
    transition: .2s;
}

.form-esquerda label i{
    margin-right: 10px;
    font-size: 20px;
}

.form-esquerda label:hover{
    color: #1d1b1a;
    background-color: #f8975b;
    transform: scale(1.02);
}

.input-image:disabled + .upload-label {
    background: #5151515d;
    color: #adadad;
    border: solid 0.5px #505050;
    cursor: not-allowed;
}

.input-image:disabled + .upload-label:hover {
    backdrop-filter: blur(2px);
    border: solid 0.5px #d04e4e;
    color: #d04e4e;
}

.form-esquerda form{
    background-color: transparent;
    border-radius: 30px;
    height: 80%;
    width: 500px;
    
    padding: 40px 4%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
    /*animation: opacidade-moviment .5s ease-out alternate;*/
}

.form-direita{
    width: 100%;
    height: 90%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /*animation: aparecer-form .5s ease-out alternate;*/
}

.heading {
    margin-top: -5%;
    color: #b4936d;
    font-size: 35px;
    font-weight: bolder;
    font-family: Espiritu Cond;
    text-align: center;
    position: relative;

    /*animation: opacidade-moviment .5s ease-out alternate;*/
}

.form {
    background-color: #fff3e6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-container{
    display: flex;
    justify-content: center;
    
    width: 100%;
    gap: 20px;
    padding: 20px 0;
}

.input-field {
    z-index: 888;
    position: relative;
    padding: 10px 0;
    /*animation: aparecer-form .5s ease-out alternate;*/
}

.input-field label {
    font-family: Espiritu;

    position: absolute;
    color: #b4936d;
    pointer-events: none;
    background-color: transparent;
    left: 15px;
    transform: translateY(0.6rem);
    transition: all 0.3s ease;
}

.input-field .erro-msg{
    font-family: Poppins-Medium;
    color: #db3e3e;
    position: relative;
    left: 2%;
}

.input-field input {
    /*animation: aparecer-form 1s ease-out alternate;*/

    font-size: 14px;
    letter-spacing: 1px;
    font-family: Poppins-Regular;

    background-color: #f7d2a9;
    border: solid 3px #d4ad80;
    border-radius: 13px;

    padding: 10px 15px;
    width: 500px;
}

.input-field input::placeholder {
    color: #2b2b2b;
}

.input-field input:focus,
.input-field input:valid {
    outline: none;
    border: solid 3px #ffca8d;
}

.input-field input:focus~label,
.input-field input:valid~label {
    transform: translateY(-51%) translateX(-10px) scale(0.8);
    background-color: #ffca8d;
    padding: 0px 5px;
    color: #0d2829;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 100px;
}

.input-field input:disabled{
        /*animation: aparecer-form 1s ease-out alternate;*/
        color: #272727;

        background-color: #8a7660;
        border: solid 3px #a3835f;
}

.input-field input:disabled:hover{
    transition: .3s;
    cursor: not-allowed;

    border: solid 3px #d04e4e;
    color: #1b1b1b;
}

.input-field input:disabled~label{
    transform: translateY(-51%) translateX(-10px) scale(0.8);
    background-color: #a3835f;
    padding: 0px 5px;
    color: #0d2829;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 100px;
}

.input-field input:disabled:hover~label{
    background-color: #d04e4e;
    color: #1b1b1b;
}

.form .passicon {
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 6px;
    right: 8px;
}

.form .close {
    display: none;
}