body{
    background-color: #041e42;
}
.container{
    width: 600px;
    position: relative;
    z-index: 1;
    background: white;
    padding: 30px;
    border-radius: 25px 25px 25px 25px;
}

.container img{
    margin-bottom: 4rem;
    max-width: 320px;
    display:inline;
    margin:0px 20px;
}

.texto{
    font-size: 20px;
    color: #041e42;
}
.texto2{
    font-size: 14px;
    color: #041e42;
}

.boton{
    float: right;
    background-color: #041e42;
}

.inicio_google{
    margin-top: 2rem;
	max-width: 430px;
    position: relative;
    z-index: 1;
    background: #B8DCFF;
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
}
.inicio_google h1{
    font-size: 23px;
    color: #041e42;
    text-align: center;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.inicio_google button{
    background-color: #041e42;
    width: 100%;
}

.form input{
    background: #f1ececa6;
    opacity: 0.4;
}


.convenios h1{
    font-size: 16px;  
}

.convenios h5{
    font-size: 13px;
}

.flecha{
    margin-bottom: 1rem;
    position: relative;
}

#button{
    margin-top: 2rem;
    width: 100%;
}


.container input{
	background: ;
	border:3px solid #000;
}

#button_invitados{
    margin-top: 2rem;
    width: 100%;
}

#buton_sesion{
    width: 100%; 
}