html{
	background-color: #0F1217;
}

body.login {
	background: url('/wp-content/uploads/2024/02/Background-Login3.jpg') no-repeat;
	background-size: cover;
	position: relative;
	/*background-position: center;*/
    background-position: 100% 55%;
    opacity: 0;
    /*animation: FadeIn 8s ease 2s 1 normal forwards;*/
	animation: reveal-from-sides 6s ease 2s 1 normal forwards;
    opacity: 0;
    overflow: hidden;
}
body.login div#login-message {display:none;}
body.login div#login {
	padding: 0;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 90px;
}
body.login div#login h1 {display: none;}
body.login div#login h1 a {display: none;}
body.login div#login form#loginform {
	background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    opacity:0;
    animation: FadeIn 3s ease 10s 1 normal forwards;
}
body.login div#login form#loginform p{
	margin-bottom: 17px;
}
body.login div#login form#loginform p, body.login div#login form#loginform .wp-pwd{
	padding: 1px;
    display: block;
    width: 85px;
    box-sizing: border-box;
    height: 19px;
    border-radius: 5px;
    background: transparent;
    transition: 1s;
    
}
body.login div#login form#loginform p.focused, body.login div#login form#loginform .wp-pwd.focused{
	transition: 1s;
	background: linear-gradient(-90deg, rgba(175,145,110,1) 0%, rgba(255,255,255,0.4) 20%, rgba(255,235,213,1) 40%, rgba(175,145,110,1) 80%, rgba(255,255,255,0.1) 100%);
}
body.login div#login form#loginform p:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0px;
    left: -42px;
    background: url(/wp-content/uploads/2024/02/Login-Symbol-User.png) no-repeat;
    background-size: 100%;
}
body.login div#login form#loginform .wp-pwd{
	position:absolute;
}
body.login div#login form#loginform .wp-pwd:before{
	content: "";
    position: absolute;
    width: 28px;
    height: 19px;
    top: -3px;
    left: -44px;
    background: url(/wp-content/uploads/2024/02/Login-Lock-Password.png) no-repeat;
    background-size: 100%;
}
body.login div#login form#loginform p label {display: none;}
body.login div#login form#loginform input {
	width: 100%;
    height: 100%;
    display: block;
    min-height: initial;
    background: #1D1B1E;
    border: 4px solid #1D1B1E;
    color: #8A7B6A!important;
    caret-color: #8A7B6A;
    font-weight: 600;
    font-size: 9px;
    padding-right: 0;
    padding-left: 0;
}
body.login div#login form#loginform input#user_login {padding-top: 4px;}
body.login div#login form#loginform input#user_pass {}
body.login div#login form#loginform div.user-pass-wrap label {display:none;}
body.login div#login form#loginform p.forgetmenot {display: none;}
body.login div#login form#loginform p.forgetmenot input#rememberme {display: none;}
body.login div#login form#loginform p.submit {display: none;}
body.login div#login form#loginform p.submit input#wp-submit {display: none;}
body.login div#login p#nav {display: none;}
body.login div#login p#nav a {display: none;}
body.login div#login p#backtoblog {display: none;}
body.login div#login p#backtoblog a {display: none;}

span.dashicons-visibility:before {
    content: "";
}

body.login .circle_container{
	background: url(/wp-content/uploads/2024/02/Login-Center-Background.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center bottom;
    height: 490px;
    width: 305px;
    animation: FadeInRightCont 3s ease 3s 1 normal forwards;
    opacity: 0;
} 

body.login .circle_container .circle{
	background: url('/wp-content/uploads/2024/02/circle_background-e1707334187298.png') no-repeat;
	height: 430px;
    width: 305px;
    background-size:100%;
    padding-top: 35px;
    animation: FadeIn 3s ease 3s 1 normal forwards;
    opacity: 0;
} 

body.login .circle_container .circle .login_logo{
	background: url('/wp-content/uploads/2024/02/login_logo-e1707334261215.png') no-repeat;
	width: 90px;
    height: 90px;
    margin: 0 auto 0 auto;
    background-size: 100%;
    opacity: 0;
    animation: FadeIn 4s ease 5s 1 normal forwards;
} 

body.login .circle_container .circle .login_title{
	background: url('/wp-content/uploads/2024/02/login_title-e1707334131501.png') no-repeat;
	width: 185px;
    height: 40px;
    margin: 10px auto 0 auto;
    background-size: 100%;
    opacity: 0;
    animation: FadeIn 5s ease 6s 1 normal forwards;
} 

body.login .circle_container .circle .login_subtitle{
	background: url('/wp-content/uploads/2024/02/login_subtitle-e1707334097768.png') no-repeat;
	width: 100px;
    height: 170px;
    margin: 20px auto 0 auto;
    background-size: 100%;
    opacity: 0;
    animation: FadeInTop 4s ease 7s 1 normal forwards;
} 

body.login .login_right_elem{
	background: url('/wp-content/uploads/2024/02/login_right_elem.png') no-repeat;
	position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 275px;
    background-size:100%;
    /*animation: FadeInRight 4s ease 2s 1 normal forwards;*/
    animation: reveal-from-right 7s ease 4s 1 normal forwards;
    opacity: 0;
} 

body.login input:-webkit-autofill,
body.login input:-webkit-autofill:hover, 
body.login input:-webkit-autofill:focus, 
body.login input:-webkit-autofill:active,
body.login input:-internal-autofill-selected,
body.login input:-internal-autofill-previewed {
	background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 50px #1D1B1E inset;
    -webkit-text-fill-color: #8A7B6A!important;
    font-weight: 600;
    font-size: 9px;
    padding: 4px;
}

body.login input[type=checkbox]:focus, 
body.login input[type=color]:focus, 
body.login input[type=date]:focus, 
body.login input[type=datetime-local]:focus, 
body.login input[type=datetime]:focus, 
body.login input[type=email]:focus, 
body.login input[type=month]:focus, 
body.login input[type=number]:focus, 
body.login input[type=password]:focus, 
body.login input[type=radio]:focus, 
body.login input[type=search]:focus, 
body.login input[type=tel]:focus, 
body.login input[type=text]:focus, 
body.login input[type=time]:focus, 
body.login input[type=url]:focus, 
body.login input[type=week]:focus, 
body.login select:focus, 
body.login textarea:focus{
	border-color: #1D1B1E;
    -webkit-box-shadow: 0 0 0 50px #1D1B1E inset;
    outline: none;
    -webkit-text-fill-color: #8A7B6A!important;
    font-weight: 600;
    font-size: 9px;
    padding: 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
  padding: 4px;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
    font-weight: 600;
    font-size: 9px;
    font-family: inherit;
    padding: 4px;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
    font-weight: 600;
    font-size: 9px;
    font-family: inherit;
    padding: 4px;
  }
}

.login .button.wp-hide-pw{
	pointer-events: none;
}

#login_error{
	position: absolute;
    bottom: 40px;
    left: -40px;
    width: 100px;
    padding: 5px 10px;
    background: #1D1B1E;
    color: #8A7B6A!important;
    font-size: 10px;
    animation: FadeIn 3s ease 12s 1 normal forwards;
    opacity:0;
}


/*ANIMATIONS*/

@keyframes FadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes FadeInTop {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes FadeInRightCont {
	0% {
		opacity: 0;
		transform: translate(-45%, -50%);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes reveal-from-right {
    from { clip-path: inset(0 0 0 100%); opacity: 0; }
    to { clip-path: inset(0 0 0 0); opacity: 1}
}
@keyframes reveal-from-left {
    from { clip-path: inset(0 100% 0 0); opacity: 0; }
    to { clip-path: inset(0 100% 0 100%); opacity: 1}
}
@keyframes reveal-from-bottom {
    from { clip-path: inset(100% 0 0 0); opacity: 0; }
    to { clip-path: inset(100% 0 100% 0); opacity: 1}
}
@keyframes reveal-from-top {
    from { clip-path: inset(0 0 100% 0); opacity: 0; }
    to { clip-path: inset(0 0 0 0); opacity: 1}
}
@keyframes reveal-from-sides {
    from { clip-path: inset(0 50% 0 50%); opacity: 0; }
    to { clip-path: inset(0 0 0 0); opacity: 1}
}

