/************ REGISTRO ***************/

/*.login-action-register #login {
	width: 500px!important;
}*/

.login-action-register #login select{
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 0px 0;
    min-height: 40px;
    max-height: none;
}

.login-action-register #login #registerform h2{
	display:none;
}

#registerform .acf-field{
    padding-right: 10px;
}

.login h1 a{
    background-image: url('../images/Projectum_logo.webp') !important;
    width: 100%;    
    background-size: auto;
}


.input-register-hidden{
	display:none;
}

@media only screen and (min-width : 992px) {
	.login-action-register #login {
		width: 30%!important;
	}
}

@media only screen and (max-width : 991px) {
	.login-action-register #login {
		width: 90%!important;
	}
}

/******* FIN REGISTRO **********/

