.ModalLogin {
    height: 360px;
    background-color: white;
    width: 860px;
    margin: 0 auto;
    margin-top: calc(50vh - 260px);
    text-align: left;
    position: relative;
}

.ModalLogin .CloseModal {
    top: 7px;
    z-index: 1;
}

.box_login {
    position: relative;
}

.box_login>div {
    display: flex;
}

.box_1{
    background-color: white;
}

.box_1>div {
    padding: 32px;
    width: 50%;
}

.box_1>div:first-child {
    border-right: 1px solid #efefef;
}

#box_2>div {
    width: 92%;
    padding: 25px 29px 11px 29px;
}

#box_2 {
    background-color: white;
    z-index: 999999;
    position: relative;
    top: calc(50vh - 276px);
}

.titulo_modal {
    color: #0f469d;
    font-family: arial;
    font-size: 30px;
    font-weight: normal;

}

.txt_modal {
    text-align: justify;
    margin: 16px 0px;
    font-family: arial;
    font-size: 15px;
    color: #777777;
    font-weight: normal;

}

.input_modalLogin {

    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;

}


.link_modalLogin {
    color: #A6CE39;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    padding-right: 17px;
    line-height: 40px;
}

.link_modalLogin>a:hover {
    color: #13469f;
    text-decoration: none;


}

.link_modalLogin>a {
    cursor: pointer;
}

#box_2 {
    display: none;
}

.box_inputs_flex {
    display: flex;
}


.box_inputs_flex>div {
    width: 50%;
}

.box_inputs_flex>input {
    margin-right: 8px;

}

.Login {
    background-color: white;
}

.subtitulo_modal {
    font-weight: 700;
    color: #0f469d;
    border-left: 5px solid #a6ce39;
    font-family: arial;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 3px 0px 18px 0px;
    padding-left: 11px;
}


.txt_sucess {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #14499f;
    font-family: arial;
}


#box_error {
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
    height: 360px;
}

#box_sucess {
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
    height: 360px;
}

.txt_obs {
    font-family: arial;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 14px;
    color: #0f469d;
    font-weight: normal;
}

.link_bold {
    text-decoration: none;
    font-weight: bold;
    color: #0f469d;
}

.BackgroundBlock {
    overflow: auto;
}

.titulo_modal.top {
    margin-top: 83px;
}

#divNovoConsumidor .titulo_modal.top {
    margin-top: 0;
}

.btn_box {
    display: flex;
}

.btn_box>div {
    width: 48.9%;
}

#box_esqSenha {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
    background-color: white;
    z-index: 999999;
    position: absolute;
    padding-bottom: 35px;
    width: 100%;
}

#box_esqSenha>div {
    padding: 30px
}

#btnContinuarLogado {
    display: none;
}

#btnVoltarCadastroVendedor, #lnkLoginVoltar {
    background-color: #dddfe2;
    border-radius: 3px;
    color: #0f469d;
    cursor: pointer;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    width: 100%;
}

/* RESPONSIVO */


@media screen and (max-width: 900px) {

    #box_2>div {
        width: 100%;
        padding: 25px 15px 1px 15px;
        box-sizing: border-box;
    }

    #box_2 {
        position: absolute;
        margin-top: 0px;
        width: 100%;
        top: 0;
        padding-bottom: 30px;
    }

    a#btnVoltarCadastroVendedor {
        margin-bottom: 10px;
        background-color: #777;
        color: #FFF;
    }

    .box_login>div {
        display: block;
    }

    .ModalLogin {
        width: 100%;
		margin-top: 0px;
		height: auto;
    }
	
	.Ul_Idiomas {
		z-index: auto;
	}

    a#lnkLoginVoltar {
        margin-top: 10px;
        background-color: #777;
        color: #FFF;
    }

    .box_1>div {
        width: auto !important;
    }

    .titulo_modal.top {
        margin-top: 0px;
    }

    .Login {
        background-color: white;
        padding-bottom: 51px;
        margin-bottom: 0px;
    }

    .box_inputs_flex {
        display: block;
    }


    .btn_box {
        display: block;
    }

    #box_sucess {
        display: flex;
        margin: 0px 16px;
    }

    #box_error {
        display: flex;
        margin: 0px 16px;
    }

    .btn_box>div {
        width: 100%;
    }

}

.ui-id-6{
    z-index: 999999;
}