/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

/* START OF CUSTOM LOGIN SCREEN */
body.login {
    background: linear-gradient(135deg, #000, #fc6500);
    background-attachment: fixed;
    background-size: cover;
    color: #e3097d;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}


/* LOGIN BOX GLASSMORPHISM & ROUNDED CORNERS */
body.login #login {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
	margin-top: 100px;
}

/* FORM BOX SPACING IMPROVEMENT */
body.login .login form {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ROUNDED INPUTS & BUTTON */
body.login input[type="text"],
body.login input[type="password"],
body.login input[type="submit"] {
    border-radius: 8px !important;
}

/* GRADIENT ANIMATED BACKGROUND */
body.login {
    background: linear-gradient(-45deg, #fc6500, #161616, #141414, #fc6500);
    background-size: 400% 400%;
    animation: animatedBackground 15s ease infinite;
    color: #ffffff;
}

@keyframes animatedBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.login form {
    margin: 24px 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff0; 
    border: 1px solid #fff;
	border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #fff;
}

.wp-core-ui .button-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: #e3097d !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #fc6500 !important;
    border-color: #fc6500 !important;
    color: #fff !important;
}


.wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
	color: #fc6500 !important;
}

.login h1 a {
	background-image: url(https://autoworxmotorsport.com/wp-content/uploads/2025/07/AWM-Short-Logo-Footer-01.webp);
	background-image: none,url(https://autoworxmotorsport.com/wp-content/uploads/2025/07/AWM-Short-Logo-Footer-01.webp);
	background-size: 243px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #3c434a;
	height: 65px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto 24px;
	padding: 0;
	text-decoration: none;
	width: 245px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}
/* END OF CUSTOM LOGIN SCREEN */