body,html {
    font-family: 'OpenSans';
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'OpenSans';
    src:url('../Fonts/Cooperativas.otf'),
        url('../Fonts/Cooperativas.woff') format('woff'),
        url('../Fonts/Cooperativas.ttf') format('truetype'),
        url('../Fonts/Cooperativas.svg') format('svg');
}

.imagenes {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    /* background-image: url('../Imagenes/Alianza-1.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}
    

.fila_principal {
    height: 100vh;
    width: 101%;
    padding: 0px;
    margin: 0px;
}

.fila-imagenes
{
    height: 12vh;
    width: 80%;
    position: relative;
    left: 5vw;
}

.contenedor-imagen
{
    height: 12vh;
    width: 80%;
}

.contenedor-imagen img
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.cuadro_form
{
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
}

#form1 {
    color: white;
    padding: 30px;
    border-radius: 5px;
    height: 102%;
    width: 100%;
}

.formulario
{
    width: 100%;
    margin-top: 20vh
}

.logo_concept {
    position: fixed;
    right: 10vw;
    bottom: 5vh;
    width: calc(15vw);
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 5px;
}

#Pass {
    height: 46px;
}


.form-signin {
    margin: 0px auto;
    padding: 15px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    padding: 10px;
    height: auto;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type='email'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-signin input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.text-center {
    font-family: 'OpenSans';
    color: black;
    font-weight: 900;
    font-size: calc(4% + 10px);
    margin-bottom: 2vh;
}

.Image_LogoProsalco {
    float: left;
    width: 5vw;
    height: auto;
    position: relative;
    top: 3px;
    left: 25px;
}

#Image2 {
    height: 80%;
}


.boxTwo {
    position: relative;
    top: -1vh;
    left: -1vw;
}

.boxOne {
    position: relative;
    right: -1vw;
}

#txtUser,
#txtPass {
    font-family: 'OpenSans';
}

#BtnIngresar {
    font-family: 'OpenSans';
    font-weight: 700;
}

#TxtUsuario,
#TxtPassword {
    font-family: 'OpenSans';
    font-weight: 500;
}

.imagen_fondo
{
    height: 100vh;
    width: 100%;
}