/*---new login start here----*/
.iums.alumnilgn .form-section {
	background: #b7e3f1
}
.iums.alumnilgn .form-section .form-control {
	background: #ffffff4f
}
.iums .form-section {
	min-height: 95vh;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 20px 90px;
}
.iums a {
	text-decoration: none;
	color: #064a49
}
.iums .form-section p p {
	color: #535353
}
.iums .form-inner {
	max-width: 495px;
	width: 100%
}
.iums .form-section .extra-login, .iums .form-section .form-group {
	margin-bottom: 15px;
	position: relative
}
.iums .form-section .extra-login::before {
position: absolute;
left: 0;
top: 10px;
width: 100%;
height: 1px;
background: #d8dcdc;
content: ""
}
.iums .form-section .extra-login>span {
	padding: 1px 20px;
	position: relative;
	font-size: 15px;
	color: #fff;
	background: #151f28
}
.iums .form-section .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 0;
	position: absolute;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	margin-left: -22px;
    z-index: 9;
    cursor: pointer;
}
.iums .form-check-input:focus {
	border-color: snow;
	outline: 0;
	box-shadow: none
}
.iums .form-check-input:checked {
	background-color: #f5c025 !important;
	border: 1px solid #f5c025 !important
}
.iums .form-section p {
	margin-bottom: 0;
	font-size: 16px
}
.iums .form-section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px
}
.iums .form-section .social-list li {
	display: inline-block;
	margin-bottom: 5px
}
.iums .form-section .thembo {
	margin-left: 4px
}
.iums .form-section h3 {
	margin: 15px 0;
	font-size: 18px;
	color: #404040;
}
.iums .form-section .form-control {
	padding: 11px 28px 9px;
    font-size: 16px;
    outline: 0;
    height: 60px;
    color: #000000;
    /*border-radius: 8px;*/
    font-weight: 500;
    border-bottom: 1px solid #0000002b;
    background: #e2e0e1;
    width: 100%;
    border: none;
}
.iums .form-section .form-control.custom-controls {
	background: #ffffffc9;
	color: #000
}
#R_txtLogin::placeholder, #R_txtPass::placeholder, #cpatchaTextBox::placeholder {
color: #000
}
.iums .form-section .form-check {
	margin-bottom: 10px;
	float: left;
	padding: 0;
	margin-left: 24px;
}
.iums .form-section .form-check-label {
	padding-left: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 100;
}
.iums .form-section a.forgot-password {
	font-size: 16px;
	color: #fff !important
}
p.flexes {
	text-align: end
}
.iums .checkbox.form-group.clearfix {
	margin-bottom: 0
}
.iums .form-section a.forgot-password:hover {
	color: #ffb108
}
.iums .logo img {
	margin-bottom: 15px;
	height: 125px
}
.iums .btn-theme {
	position: relative;
	display: inline-block;
	border: none;
	color: #fff;
	z-index: 1;
	border-radius: 0;
	width: 100%
}

.iums .btn-theme:after {
	bottom: 0;
	content: "";
	border-radius: 3px;
	transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
	transform-origin: bottom center;
transition: transform .4s linear, transform .4s linear
}
.iums .btn-theme:hover:after {
	transform: perspective(200px) scaleX(1.05) rotateX(0) translateZ(0);
transition: transform .4s linear, transform .4s linear
}
.iums .btn-lg {
	padding: 0 50px;
	line-height: 60px
}
.iums .btn {
	box-shadow: none !important
}
.iums .btn-warning {
   background: #ff8f00;
}
.iums .btn-warning:hover {
   text-decoration:underline;
}
.iums .btn-primary {
	background: linear-gradient(113deg, #004764, #008bc6);
	margin-top: 25px;
	color: #fff;
}
.iums .btn-primary:hover {
	background: linear-gradient(113deg, #008bc6, #004764);
	color:#fff;
}
.iums .info {
	max-width: 650px
}
.iums .info p {
	color: #fff;
	opacity: .8;
	font-size: 15px;
	line-height: 25px
}
.iums .name_wrap h1 {
	position: relative;
	font-size: 55px;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
	display: inline-block;
	overflow: hidden
}
.iums h1 span {
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	padding-left: 2px
}
h2.headh2 {
	line-height: 30px;
	margin-top: -10px;
	text-align: center;
	font-weight: 300;
	font-size: 25px;
	color: #fff
}
p.headp {
	font-size: 12px !important;
	margin-bottom: 15px !important;
	margin-top: -5px !important;
	color: #fff
}
@media (max-width:1200px) {
.iums .name_wrap h1 {
font-size: 40px
}
}
@media (max-width:992px) {
.iums .social-list li a {
width: 120px
}
}
@media (max-width:852px) {
     .iums .form-section {
        background: #e1f2fc;
        min-height: 100vh;
        padding: 20px;
    }
}
.cust-group-form a, .iums .info ul {
	color: #fff
}
.iums .form-inner .form-box i {
	position: absolute;
	top: 19px;
	left: 20px;
	font-size: 16px;
	color: #c3c3c3
}
.home-btn {
	position: absolute;
	top: 15px;
	right: 15px
}
.calend-cust, .custom-home {
	position: absolute;
	right: 20px
}
.form-group .custom-button-theme {
	margin-top: 0
}
.iums .logo.cust-logo img {
	height: auto;
	margin: 0 auto;
    width: 100%;
}
.form-group .custom-button {
	position: relative;
	display: inline-block;
	border: 1px solid #ff9800;
	color: #ff9800;
	z-index: 1;
	border-radius: 50px;
	width: 100%;
	background: 0 0
}
.form-group .custom-button:hover {
	color: #fff;
	background: #ff9800
}
.iums .form-section .form-group.cust-group-form {
	margin-bottom: 5px
}
.plc-iums .input-label {
	width: 100%;
	text-align: left;
	color: #b5b5b5;
	padding-left: 25px;
	font-size: 13px;
}
.custom-home {
	top: 20px;
	z-index: 1;
	color: #fff !important
}
canvas#captcha {height:70px;}
.btn-warning {
    color: #fff;
    background-color: #ffaf04;
    /*border-color: #ffaf04;*/
}
.form-group .custom-button-theme.no-border {border:1px solid #3f3b3c;background:transparent;color:#000;}
.form-group .custom-button-theme.no-border:hover {border:1px solid #ffaf04;background: linear-gradient(113deg, #ffaf04, #0c253b);color:#fff;}
.download_phd span input:nth-child(odd), .download_phd span input:nth-child(even) {
    background: #ebf4ff;
    border: 0;
    /* border-bottom: 1px dotted #7fb6ff; */
    width: 95%;
    text-align: left;
    padding: 10px 8px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .14);
}
.iums.iums-right .form-section {
    padding: 20px 10px 20px 20px;
}
#imgCaptcha {cursor:pointer;}
h4.module-title {color: #000;}