@media (max-width: 1200px){
    .hidden-sm{
        display: none;
    }
}
@media (min-width: 1200px){
    .hidden-sm{
        display: block;
    }
}


.gplogin{
    width: 100%;
    /*height: 100vh;*/
    text-align: center;
    align-items: center;
    vertical-align: middle;
    padding-top: calc(50vh - 385px);
    max-width: 100vh;
}

.gplogin .gploginlogo{
    margin-bottom:98px;
}

.gploginform{
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#login_form{
    display: grid;
}

.gploginform h2{
    font-weight: 1;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bolder;
    margin-bottom: 35px;
    font-size: 44px;
    text-transform: uppercase;
    color:#001489;
}

.form-group{
    display: inline-grid!important;
    margin-bottom: 10px;
}

.form-group input{
    border-radius: 10px;
    border: 1px solid;
    padding: 5px 10px;
}

.g-recaptcha{
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;

}

.boton_envio{
    min-width: 100px;
    border-radius: 5px!important;
    padding: 7px 39px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    background-color: #001489!important;
    color: white!important;
    margin: 10px auto 0px auto;
}

.gpportada{
    width: 100%;
    height: 100vh;
    background: url('../../img/hallportada.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.error{
    margin-bottom: 20px;
}

label{
    text-align: center;
    margin: 32px 0 16px 0;
    line-height: 20px;
    font-family: "Montserrat";
    font-weight: 400;
    /*font-size: 22px;*/
}

label svg{
    margin-top: -6px;
}

input{
    font-family: "Montserrat"!important;
    font-weight: 400!important;
    font-size: 16px!important;
}
