/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Site title
# Grid Login
# tab menu
# Login Form
# Watermark
# Alert Text message

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root{
	--text_boton: 1px;
	--border-radius: 5px;
	--font-size-button : 1rem;
	--font-weight-button : 500;
	--border-width-input : 1px;
	--border-width-button : 1px;
	--border-width-button-hover : 1px;
}

/*--------------------------------------------------------------
# Grid Login
--------------------------------------------------------------*/

.login-title {
	margin-bottom: 3rem;
}

.login-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.login-footer {
	justify-self: flex-end;
}

/*--------------------------------------------------------------
# Site title
--------------------------------------------------------------*/

#site-title svg {
	position: absolute;
	top: -3rem;
	right: -12px;
	max-width: 18px;
}

.site-text {
	color: var(--e-global-color-text)!important;
	font-size: 1rem;
	text-align: center;
}

/*--------------------------------------------------------------
# tab menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Login Form
--------------------------------------------------------------*/
.login-form {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
}

.field {
	display: flex;
	width: 100%;
	margin-bottom: 1.34em;
}

.control {
	width: 100%;
}

.control label{
	padding-bottom: 0.7em;
    display: inline-flex;
}

.control .input {
	font-family: "Inter", sans-serif;
	color: var(--e-global-color-0525b38)!important;
	width: 100%;
}

.input-group {
    position: relative; 
}

.input-group i {
    position: absolute; 
    right: 1em;
    top: 50%; 
    color: #A8C2EA;
    transform: translateY(-50%);
    cursor: pointer; 
}

.control .button {
	cursor: pointer;
}

.button.max-width {
	max-width: 210px; 
	width: 100%;
}

.forgot-button{
	display: block;
	width: 100%;
	text-align: center;
}


/*--------------------------------------------------------------
# Alert Text message
--------------------------------------------------------------*/
.alert_message {
	padding: 1rem 3rem;
	margin-bottom: 3rem;
	border-radius: 0.6rem;
}

.success {
	border: 1px solid #4CAF50;
	background-color: #ddffdd;
}

.error {
	border: 1px solid #BB2500;
	background-color: rgba(187, 37, 0, 0.2);
}

.error a {
	display: block; 
	width: 100%;
	color: #fff!important; 
	text-align: center;
	font-size: 0.8rem!important;
}

.error a:hover {
	display: block; 
	width: 100%;
	color: #fff!important; 
	text-align: center;
	font-size: 0.8rem!important;
}


.alert_message span {
	display: block;
	font-size: 0.8rem!important;
	font-weight: 500;
	text-align: center;
}

/*--------------------------------------------------------------
# WP check
--------------------------------------------------------------*/


div#wp-auth-check{
    margin: 0!important;
    width: 650px!important;
    transform: translateX(-50%);
    background-color: #fff!important;
    border-radius: 10px;
}

div#wp-auth-check div#primary.login {
    background-color: #fff!important;
}
