.logo{
    position: absolute;
    z-index: 1;
}

.formulario{
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.70)/*rgba(84,157,215,0.788)*/;
    z-index: 1000;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius:3%;
}

body{
    background-color: rgba(84,157,215,0.788);
}

#patrocinio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-right: 1em;
}

#patrocinio > a:nth-child(2){
    clip-path: circle(50% at 50% 50%);
}

h1{
    font-size: 2em;
}

.logos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.logo-wrapper{
    width: 10%;
}

.logo-wrapper>img{
    width: 100%;
    height: auto;
}

.alert-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}