body{
    height: 100%;
}
#formulario{  margin-top: 35%; }
.btn-block{
    width: 430px;
    height: 65px;
    background: #36394A 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color:#fff;
}
.btn-block:hover {
    color: var(--bs-btn-hover-color);
    background-color: #36394A;
    border-color: #36394A;
    color: #fff;
  }
.bloq {
    background: #fff;
    width: 1410px;
    height: 162px;
    border-top-right-radius: 86px 88px;
}
.bloq1 {
    background: #36394A;
    width: 1184px;
    height: 162px;
    border-top-right-radius: 86px 88px;
    color: #fff;
    padding: 75px 45px;
}
.loggin{
    width: 550px;
    height: 100%;
    padding: 60px 60px;
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 0%;
} 
.form-label{
    color: #000000;
    opacity: 0.5;
    font-size: 13px;
}
.form-control{
    background: transparent;
    border: 1px solid #000000;
    opacity: 1px;
    color: #0A043C;
}
.form-control:focus{
    box-shadow: none;
}
.bloq{
    background:#F0F0F0;
    width: 1410px;
    height: 162px;
}
.log{
    width: calc(100% - 550px);
    background-image: url(../img/sistemaAyudacopia.png);
    background-size:cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    min-height: 768px;
}

#name{
   margin-top: 25%;
   margin-bottom:34.2%;
   padding-left: 20%;
   color: #F0F0F0;
}
#name h3{
    top: 332px;
    font-size: 40px;
    color:#fff;
    height: 100%;
}
#name h1{
    top: 392px;
    font-size: 84px;
    color:#fff;
}

@media (max-width:1400px) {
    .name{
        margin-top: 25%;
        margin-bottom:47.5%;
        padding-left: 20%;
        color: #F0F0F0;
     }
     
    .loggin {
        width: 450px;
        height: 100%;
        padding: 60px 60px;
        display: inline-block;
        position: absolute;
        left: 0%;
        top: 0%;
    }
    .log {
        width: calc(100% - 450px);
        background-image: url(../img/sistemaAyudacopia.png);
        background-size: cover;
        background-repeat: no-repeat;
        float: right;
    }
    .btn-block {
        width: 329px;
        height: 54px;
        background: #36394A 0% 0% no-repeat padding-box;
        border-radius: 10px;
        opacity: 1;
        color: #fff;
    }
    #formulario{
        margin-top: 0%;
    }
    .logo{
        width: 40%;
    }
    .bloq {
        background: #F0F0F0;
        width: 957px;
        height: 110px;
        border-top-right-radius: 86px 88px;
    }
    .bloq1 {
        background: #36394A;
        width: 828px;
        height: 110px;
        border-top-right-radius: 86px 88px;
        color: #fff;
        font-size: 10px;
        padding: 33px;
    }
}

