@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@charset "utf-8";
.login {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	overflow-x: hidden;
	background-size: cover;
}
.logo {
	padding: 20px 20px 0px 22%;
}

.loginimg h2 small {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffcb01;
  margin-top: 10px;
  display: block;
}
.logo img {
	max-width: 100%;
}
.loginwrap {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .2); overflow: hidden;
   
}
.loginform {
	padding: 25px;
	background-color: #102077; background: linear-gradient(135deg, #6d7752 0%,#475521 100%);
 border-radius: 10px; min-height:450px; position: relative;
}
.loginform:after{ content: url("../images/loginshape.png"); position: absolute; right: 0px; top: -1px;}
.loginform h3{ text-transform: uppercase; color:#fff; margin-bottom: 3px;}
.loginimg {
	padding: 0px; position: relative; min-height: 530px;  background-image: url("../images/hero-two-bg.jpg"); background-repeat: no-repeat; background-size:100%; background-position: bottom center;
}
.image-1{ position: absolute; right: 0px; left: 0px; margin: 0px auto; bottom: 70px;}
.loginimg img {
	max-width: 100%;
	border-radius:10px 0px 0px 10px;
	position: relative;
	z-index: 0;
}
.loginimg .textwrap {
    position: absolute;
	padding: 30px 10px;
	color:#004485;
	display: block;
	margin-bottom: 25px;
	text-transform: none;
	font-size: 1.3rem;
	right: 0px;
	left: 0px;
	margin: 0px auto;
	top: 0px;
	z-index: 2;
	text-align: center;
	font-weight: 500;
}
.loginimg .textwrap img {
	max-height:100px;
}
.loginimg .textwrap h2 span {
    font-family: "Playfair Display", serif;
	color:#0641b3;
	font-weight: 700;
	font-size: 1.6rem;
	margin: 15px 0 -4px 0;
	display: block;
	 
}
.loginimg .textwrap p{ color:#ea4515; text-transform: uppercase;letter-spacing: 1px;font-weight: 400;}
.heading {
	text-align: center;
	font-weight: bold;
	color: #629ce6;
	font-family: 'Arya', sans-serif;
	font-size: 1.85rem;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.mt-100 {
	margin-top: 100px;
}
.mt-120 {
	margin-top: 120px;
}
.login-form .form-group{padding: 5px 0px 5px 0px;}
.logincontent{ margin-top:25px;}
.login-form label{color:#fff !important;}
/* .login-form .form-control{ border-color:#fff;} */
.login-account .msg{color:#fff;}
.login-account a.link{ color:#FFC43A;}
.loginform p{ color:#fff;}
.instructionbtn {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius:
50%;
  background-color: #fff;
  color: #f97500;
  position: absolute;
  right: 8px;
  top: -10px;
  z-index: 2;
  font-size: 40px; transition-duration: .3s;
}
.instructionbtn:hover{color:#08b079;}

ul.list{ list-style:none; margin:0px 0px 10px 0px; padding:0px;}
ul.list li{ padding:5px 0px; position:relative; padding-left:25px;}
ul.list li:before{ content:"\e614"; font-family: 'simple-line-icons'; color:#f74f78; position:absolute; left:0; top:6px;}
.otp-input{ display:flex;}
.otp-input input{ border:0px; margin: 0px 8px 0px 0px; padding: 0px; display: block; background-color: #fff; border-radius: 5px; padding: 10px; width:12%;}

.captcha{ font-size:21px; font-weight: bold; color: #000; padding: 5px 10px; text-align: center;}
.captcha img {
  max-width: 90%;
}
.refresh {
    padding:0px;
}
.cp_refresh a{display: block; margin: 33px auto 0px auto; border-radius: 50%; background-color:#fff; width: 30px; height: 30px; overflow: hidden; padding:6px;}
.cp_refresh img, .cp_refresh svg {
    max-width:100%;
}
.login-account{ text-align:center; margin-bottom:10px;}