    .container-geral-cadastro{
        width: 100vw;
        height: 100vh;
        background-color: #fffcfc;
    }

    .holder-cadastro{
        width: 100%;
        height: 100%;
    }

    .trasparent-input{
        background-color: transparent !important;
    }

    .bg-cadastro img{
        height: 100%;
        max-height: 100%;
    }

    .bg-cadastro-2{
        background-image: url(${sessao.urlPadrao}/img/pexels-pixabay-267569\ 2.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        mix-blend-mode: soft-light;
        z-index:1;
        
    }

    .form-cadastro-section label{
        width: 100%;
        text-align: left;
    }

    .form-cadastro-container{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: -webkit-right;
    }

    .form-cadastro{
        margin-left: 30px;
        margin-right: 30px;
        max-width: 605px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 999;
    }

    .bg-cadastro-1{
        height: 100%;
    }

    .form-cadastro-section{
        display: flex;
        flex-direction: column;
    }

    .form-cadastro-section input{
        margin-bottom: 10px;
        border-color: rgba(51, 51, 51, 0.63);
    }

    .form-cadastro-section input::placeholder{
        color: rgba(51, 51, 51, 0.603);
    }

    .form-cadastro-footer{
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: flex;
        margin-left: 30px;
        margin-right: 30px;
    }

    .form-cadastro-section label,p{
        color: rgb(0, 0, 0);
    }

    .form-cadastro-section a{
        font-family: "Bebas Neue", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 22.33px;
        letter-spacing: 0.08em;
        text-align: left;
        color: rgba(51, 51, 51, 0.603);

    }

    .form-cadastro-header{
        margin-bottom: 50px;
    }

    .form-cadastro-footer img{
        height: 11px;
        margin-right: 10px;
    }

    .btn-acessar-cadastro{
        width: 100%;
        background-color: #9448AE !important;
        border-color: #9448AE;
        margin-top: 15px;
    }
    
    .cadastro-termos-de-uso{
        text-align: left;
    }

    .cadastro-termos-de-uso{
        color: #707070b7;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .cadastro-termos-de-uso a{
       color: #9448AE;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
    }

    .cadastro-termos-de-uso input{
        transform: scale(1.2);
        margin-right: 5px;
    }

    .form-cadastro-footer-links{
       color: #707070b7;
       margin-top: 6px;
       font-size: 14px;
    }

    .form-cadastro-footer-links a{
       color: #9448AE;
       font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
       margin-left: 5px;
       text-decoration: none;
    }
    
    .btn-erro-login{
        width: 100%;
        background-color: #c82333;
        border-radius: 0.25rem;
        padding: .375rem .75rem;
        margin-bottom: 15px;
        text-align: center;
        color: white;
    }
    
    .btn-alert-login{
		width: 100%;
        background-color: rgb(176, 144, 5);
        border-radius: 0.25rem;
        padding: .375rem .75rem;
        margin-bottom: 15px;
        text-align: center;
        color: white;
	}
	
	.btn-msg-login{
		width: 100%;
        background-color: rgb(26, 95, 180);
        border-radius: 0.25rem;
        padding: .375rem .75rem;
        margin-bottom: 15px;
        text-align: center;
        color: white;
	}

    @media (min-width: 931px) {
        .desktop-cadastro{
            display: block;
        }

        .mobile-cadastro{
            display: none;
            position: absolute;
            max-width: 0px;
            max-height: 0px;
        }

        .hide-momile-footer-cadastro{
            display: none;
            position: absolute;
            max-width: 0px;
            max-height: 0px;
        }
    }

    @media (max-width: 931px) {
       .desktop-cadastro{
            display: none;
            position: absolute;
            max-width: 0px;
        }

        .form-cadastro-footer-mobile .logo{
            height: 11px;
            margin-right: 10px;
        }

        .form-cadastro-footer-mobile{
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100vw;
            background-image: url(${sessao.urlPadrao}/img/pexels-pixabay-267569\ 2.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .bg-cadastro-1{
            background-color: rgb(255, 255, 255);
            height: 100%;
            width: 100%;
        }

        .mobile-cadastro{
            padding-left: 20px;
            padding-right: 20px;
            height: 100%;
        }

        .mobile-form-container-cadastro{
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .form-cadastro-header{
            margin-bottom: 40px;
            text-align: center;
        }

        .bg-phantom-detalahe-cadastro {
            padding: 10px;
            height: 100%;
            background-color: #673279ad;
        }

        .bg-phantom-detalahe-cadastro img{
           height: 15px !important;
        }

        .bg-phantom-detalahe-cadastro p{
            margin: 0px;
            font-size: 10px;;
            color: white;
        }

        .logo-footer-container-cadastro{
            width: 100%;
            text-align: center;
        }
    }