a {
	color: #161616
}
.login h1 {
	background: url(https://www.ubikosports.com/academy/wp-content/uploads/2025/11/identidad-ubiko-07.1-scaled.png) no-repeat center;
    background-size: 260px;
	margin-bottom: 1rem;
	margin-top: 0;
}
form#loginform:before {
    content: "UBIKO Academy";
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
	color: #fff;
}
.login h1 a {
	visibility: hidden;
}
body.login {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	background: url(https://www.ubikosports.com/academy/wp-content/uploads/2023/01/estadio-futbol-scaled.jpg);
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.login:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000b8;
}
#loginform #wp-submit {
	width: 100%;
	margin-top: 15px;
	min-height: 40px;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #98FF65;
}
#login {
	background: #000;
    width: 20vw;
    padding: 0;
    height: 100%;
    padding: 0 5vw;
    margin: 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
    z-index: 9;
}
.login form {
	border: none;
	box-shadow: none;
	background: transparent;
	margin-top: 0;
	padding: 0;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
}
.login input[type=password], .login input[type=text] {
	background: #fff;
	color: #161616;
	font-size: 14px;
}
#loginform #wp-submit {
	background: #98FF65;
	width: 100%;
	margin-top: 15px;
	min-height: 40px;
	border-color: #98FF65;
    box-shadow: none;
	text-shadow: none;
	color: #000;
}
.language-switcher {
	display: none;
}
.dashicons-visibility:before {
    color: #98FF65;
}
.login label, .login a, .login span, .login .message {
	color: #fff !important;
}
#login:after {
    content: "";
    width: 10vw;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: -10vw;
}

@media only screen and (max-width: 1200px) {
	#login {
		width: 50vw;		
	}
}

@media only screen and (max-width: 900px) {
	#login {
		width: 100vw;
		background-color: #00000070;
	}
	
}
