* {
    padding: 0;
    margin: 0;
}

body {
    background: url(../imagenes/fondo_pagina.png);
}


.container-login {
    width: 100%;
    /*min-height: 100vh;*/
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}


.bg-1 {
    background: url(../imagenes/fondo_login.png);
    background-repeat: no-repeat;
    height: 400px;
    width: 500px;
    margin: 0 auto;
    margin-top: 70px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #000;
    border-radius: 5px;
    border: 9px solid #71ceea;
}


.logo-siscod {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.contentForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opcioncontra {
    text-align: center;
}

.logo_EO {
    margin: 0 auto;
    text-align: center;
    font-family: "Titillium Web";
}

.imagen_logo {
    padding-bottom: 50px;
}

.text-2{
    width:100%;

}