@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body
{
	
	font-family: 'Montserrat', sans-serif;
	background-image: url(../img/bg.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	

}

.header 
{
/*    margin-top: 10px;*/
    background-color: #fff;
    padding: 7px 12px;
}
.header .logo 
{
	width: 300px;
}
main .right-img
{
	margin-top:30px;
}

main .right-img .right-text
{
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
}
main .right-img .right-text h3
{
	font-weight: 700;
	line-height: 10px;
}
main .right-img .right-text p
{
	font-weight: 600;
	font-size: 17px;
}
main .right-img img 
{
	width: 500px;
}
.usrlogin
{
    /*position: absolute;*/
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    width: 446px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.usrlogin .login-title
{
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	margin-bottom: 25px;
}
.usrlogin .login-title span
{
	font-size: 24px;
	font-weight: 700;

}
.usrlogin input
{
	border-radius: 0.5rem;
	border: 1px solid #d2d2d2;
	background-color: #d8d8d8!important;
	padding: 0.89rem 0.9rem;
	margin: 2px;
}
.usrlogin input::placeholder
{
	font-size: 11px;
	font-style: italic;
	font-weight: 500;
	color: #000;
}
.usrlogin .btn-login
{
	color: #fff;
	margin-top: 25px;
	border-radius: 9px;
	border: none;
	padding: 10px 50px;
/*	background-color: #2a6f87;*/
	font-size: 20px;
	width: 360px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transition: all .4s ease-out;
	display: block;
	background: linear-gradient(to right,#fff 50%,  #2a6f87 50%);
	background-size: 200% 100%;
	background-position: right center;
	transition: all .4s ease-out;
}
.usrlogin .btn-login:hover
{
	background: linear-gradient(to right,#fff 50%,  #2a6f87 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: all .4s ease-out;
}
.usrlogin .portal
{
	text-decoration: none;
}
.usrlogin .portal:hover
{
	text-decoration: underline;
	color: #4091ad;
}
.usrlogin .portal h3
{
	font-size: 18px;
	font-weight: 500;
	color: #2a6f87;
}
.usrlogin .portal:hover h3
{
	font-weight: 700;
	font-size: 19px;
	
}
.usrlogin .portal .fa-arrow-up-right-from-square
{
	margin-left: 5px;
}
.usrlogin .portal:hover .fa-arrow-up-right-from-square
{
	margin-left: 12px;
	font-size: 18px;
}
.usrlogin .registered 
{
	position: absolute;
	bottom: -26%;
	left: -2%;
}
.usrlogin .registered p 
{
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
}
.usrlogin .captcha
{
	border-radius: 0.5rem 0 0 0.5rem;
	border: 1px solid #d2d2d2;
	background-color: #e3e3e3!important;
	margin: 3px;
}
.split1 {
  
  position: relative;  
  padding-top: 10px;
}
.err-msg
{
	color: #d70505;
	margin-top: 2px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	display: none;
}

.footer
{
	position: fixed;
	bottom: 0;
	margin-left: 25px;
}
.footer p 
{
	line-height: 2px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;

}

.btn-login:hover 
{
	background-color: #fff;
    color: #2a6f87;
    border: 1px solid #2a6f87;
}

@media (min-width:1366px) and (max-width:1539px)
{

}

@media (min-width:1540px) and (max-width:1899px)
{
	.split1 
	{
	    position: relative;
	    padding-top: 90px;
	}
	.usrlogin 
	{
	    top: 45%;
	}
	main .right-img 
	{
	    margin-top: 100px;
	}
}
@media (min-width:1900px)
{
	.split1 
	{
	    position: relative;
	    padding-top: 100px;
	}
	.usrlogin 
	{
	    top: 59%;
	    left: 61%;
	    transform: translate(-50%, -50%);
	    padding: 44px 39px;
	    width: 587px;
	    border-radius: 15px;
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.usrlogin input 
	{
	    border-radius: 0.5rem;
	    border: 1px solid #d2d2d2;
	    background-color: #d8d8d8!important;
	    padding: 1.489rem 1rem;
	    margin: 3px;
	}
	.usrlogin input::placeholder
	{
		font-size: 15px;
		font-style: italic;
		font-weight: 500;
		color: #000;
	}
	.err-msg
	{
		font-size: 18px;
	}
	main .right-img 
	{
	    margin-top: 190px;
	}
	main .right-text h3
	{
		font-size: calc(1.3rem + .6vw);
	}
	main .right-img .right-text 
	{
    	margin-top: 50px;
    }
}