/* template 3 style Start */
/*-- slide --*/
@import url('https://fonts.googleapis.com/css2?family=Bokor&family=Ga+Maamli&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&family=Merriweather:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@keyframes slideleft {
    from {
        background-position: 0%;
    }
    to {
        background-position: 90000%;
    }
}

@-webkit-keyframes slideleft {
    from {
        background-position: 0%;
    }
    to {
        background-position: 90000%;
    }
}

.login_template3 .login_container{
    background-image: url('../images/custom_admin_login/template3.jpeg');
    background-repeat: repeat-x;
    animation: slideleft 20000s infinite linear;
    -webkit-animation: slideleft 20000s infinite linear;
    background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover; 
    background-attachment: fixed;
    position: relative;
	min-height: 100vh;
}

.login_template3 .login_body {
    background: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login_template3 h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    padding: 1em 0 0.4em 0;
    font-family: "Ga Maamli", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.login_template3 .wp-login-logo{display: none;}

.login_template3 #login{
	max-width: 310px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	padding: 2em 1.5em;
	background: rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}
.login_template3 #login form{
    background: transparent;
    border: 0px;
    color: #fff;
}
.login_template3 #loginform .forgetmenot, .login_template3 #loginform .submit, .login_template3 #login #nav, #login #backtoblog{display:none}
.login_template3 .submit_login .button-large{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
}
.login_template3 .submit_login{margin-top: 15px;}
.login_template3 .remember_lostPass{ 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.login_template3 .remember_lostPass a{ color: #fff; font-weight: bold; }
/* template 3 style End */