/* local styles */
html,
body {
  height: 100%;
}

.form-control:disabled, .form-control[readonly] {
	color: #262626 !important;
	}

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

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

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

    .bg-login-img{
		max-width: 600px;
        height: 100%;
    }
    
    .login-main-img{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
    
    .form-login-header .mobile-logo {
		max-height: 100px;
	}
	
	.mobile-form-container .mobile-logo {
		max-height: 100px;
	}

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

    .form-login-container{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

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

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

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

    .form-login-section input{
        margin-bottom: 10px;
        color: white !important;
    }

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

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

    .form-login-section label,p{
        color: rgb(255, 255, 255);
    }

    .form-login-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: rgb(255, 255, 255);

    }
    
    .mobile-form-container .form-login-header {
		justify-content: center !important;
	}

    .form-login-header{
        margin-bottom: 50px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        max-height: 100px;
        display: flex;
        justify-content: start;
    }
    
     .form-login-header img{
        max-width: 100%;
        max-height: 100px;
        width: fit-content;
    }
    
    .form-login-footer img{
        height: 11px;
        margin-right: 10px;
    }

    .btn-acessar-login{
        width: 100%;
        background-color: #9448AE !important;
        border-color: #9448AE;
        margin-top: 15px;
        color: white !important;
    }

    .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-login{
            display: block;
        }

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

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

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

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

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

        .bg-phantom-delahe{
            position: absolute;
        }

        .bg-login-1{
            background-image: url(../../img/Teste_print.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 100%;
            width: 100%;
        }

        .mobile-login{
            background-color: rgba(65, 65, 65, 0.692);
            padding-left: 20px;
            padding-right: 20px;
            height: 100%;
        }



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

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

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

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

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

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


    div.multiplos-logins{
		color: #FFF;
		margin-bottom: 30px;
	}

	.ulSelecionarConta{
		list-style: none;
		padding-left: 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ulSelecionarConta li{
		padding: 30px;
		background-color: #9448AE;
		width: calc(50% - 20px);
		box-sizing: border-box;
		margin: 10px;
		color: #FFF;
		text-align: center;
		border-radius: 10px;
		cursor: pointer;
	}