body.login {
    padding: 0;
    background: url('/wp-content/uploads/2023/12/home-testimonials-bg-2.webp');
    background-size:  cover;
}
body #login {
	width: 100%;
    min-width: 320px;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 0;
    height: 100%;
    color: #495056;
    box-sizing: border-box;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#login .inner {
    margin-left: auto;
	width: 688px;
	max-width: 100%;
	margin-right: auto;
	background: #FFF;
	padding: 10px 10px 50px 10px;
	box-shadow: 0px 0px 17px 0px rgba(2, 6, 19, 0.12);
}
.login label {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
	display: none;
}
body.login h1 {
    display: none!important;
}
body.login form {
	padding-left: 120px;
	padding-right: 120px;
	max-width: 449px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}
body.login #backtoblog a,
body.login #nav a {
    color: #495056;
	font-family: 'roboto';
}
body.login #backtoblog a:hover,
body.login #nav a:hover {
    color: #495056;
    text-decoration:underline;
}
body.login form .input,
body.login input[type=text] {
    background: #fff;
	border: 2px solid #000;
    padding: 5px 15px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1rem;
	letter-spacing: 1px;
	color: #000;
	font-family: 'roboto';
}
body.login .button-primary {
    float: right;
    background: #F32924;
    border-color: #F32924;
    color: #fff!important;
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 35px!important;
    border-radius: 0;
    transition: all .3s ease;
	text-transform: uppercase;
	line-height: 1rem;
	height: 50px!important;
	font-family: 'roboto'
}
body.login .button-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
}
#loginform div.g-recaptcha {
    margin-left: 0!important;
}
body.login form .forgetmenot {
	margin-top: 20px;
	display: inline-flex;
}
body.login form .forgetmenot label {
	display: inline-block;
	color: #000;
}
.forgetmenot input[type=checkbox] {
	margin: 3px 10px 0 0;
}

.login #login_error,
.login .message, 
.login .success {
    /* border-left: 4px solid #00a0d2; */
    margin-bottom: 0px!important;
    margin-top: 23px;
    margin-left: 25px;
}

.custom-login-message {
    line-height: 1;
    background: #FFFFFF;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.custom-login-message .img-con {
    display: flex;
    justify-content: center;
    margin-top: 41px;
}
.custom-login-message .img-con img {
    max-height: 80px;
    /* margin: 0 auto; */
    display: block;
}

.custom-login-message .t1 {
    font-size: 12px;
}
.custom-login-message .t2 {
    font-size: 39px;
    font-weight: bold;
}

.login-bg {
    position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	background-position: center;
    background-color: #1f89e9;
    background: linear-gradient(224.76deg, #1F89E9 0%, #2CC6FA 100%);
	display: none;
}

#login ::-webkit-input-placeholder { opacity: 1; color: #000; text-transform: uppercase; font-size: 15px; font-weight: 700; letter-spacing: 1px; }
#login :-moz-placeholder { opacity: 1; color: #000; }
#login ::-moz-placeholder { opacity: 1; color: #000; }
#login :-ms-input-placeholder { opacity: 1; color:  #000; }

.login #nav,
.login #backtoblog{
	padding: 0px;
	width: 100%;
	margin: auto;
	text-decoration: underline;
	width: 100%;
	text-align: center;
}

.login #backtoblog{
	margin-top: 15px;
}


.login #nav a,
.login #backtoblog a{
	color: #000!important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75rem;
	
}

#itsec-2fa-on-board{
	margin: auto !important;
}


@media(max-width: 640px){
	#login .inner{
		max-width: calc(100% - 20px)
	}

	body.login form{
		padding: 20px;
		margin: 0 auto;
	}

	.login #nav{
		padding-left: 20px;
	}
	
	.login #backtoblog{
		padding-right: 20px;
		text-align: right;
	}

	.login #nav,
	.login #backtoblog{
		width: calc(50% - 20px);
	}
}