body {
	background-image: url('../img/bg/bangaloreitbt-banner4.jpg') !important;
	background-size: auto 100%;
	/* background-repeat: no-repeat;*/
	/*   background: #b39bfd !important;*/
	/*  background: linear-gradient(80deg, #8d90fb 0, #a7cbe6 100%) !important;*/
}
.login-box-body, .register-box-body, .lockscreen-box-body {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 20px 10px;
    border-top: 0;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
}
.bg-1{
	/*  background-image: url(<?php echo $this->webroot?>img/login-bg.png) !important;*/
	background-size: auto 100% !important;
	background-color: rgba(2, 0, 10, 0.29);
	/*background-repeat: no-repeat !important;*/

}
.uk-flex{
	background: rgba(220, 212, 228, 0.37);
}
.uk-flex {
	background: rgba(220, 212, 228, 0.15);
}
.bg-gradient-grey {
	background: linear-gradient(30deg, #173067 0,#3f60a7 100%) !important;
	box-shadow: 0 20px 50px #929292cc;
	overflow: hidden;
	border-radius: 8px;
}
.uk-input{
	padding-left: 40px !important;
}
#login-div, #registration-div{
	min-height: 570px;
}
.ip-fields {
	background-color: #fff !important;

	margin-top: 30px;
	box-shadow: 0 0 10px #d9dbdf;
	border: none;
	border: 2px solid #e3e3e3;
}
.ip-fields-reg{
	background-color: #fff !important;

	margin-top: 10px;
	box-shadow: 0 0 10px #d9dbdf;
	border: none;
	border: 2px solid #e3e3e3;
}
.resend-otp{
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
}
span{
	font-size: 14px;
}
input:disabled{
	background-color: #e1e8f8 !important;
}
input[type="text"]:focus {
	box-shadow: 0 0.010416667in 8px 0in #8d9ec5;
}
input[type="email"]:focus {
	box-shadow:0 0.010416667in 8px 0in #8d9ec5;
}
.full_on_1100{
	height:100%;
	/*box-shadow: 0 20px 50px #929292cc;*/
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	.full_on_1100{
		width: 98% !important;
	}

}
.hide_on_959{
	height: 570px;
}
@media screen and (max-width: 959px) {
	.hide_on_959{
		display: none !important;
		height: 570px;
	}
	.full_on_1100{
		width: 80% !important;
		height:auto;
		box-shadow: none;
	}
	.mb-16_959{
		margin-bottom: 16px !important;
	}
}
.margin_reset{
	margin-top: -10px;
	margin-bottom: 10px;
}
.student_port{
	font-size: 20px;
	color: #1a528f;
	/*color: #b7323f;*/
	/* border: solid 2px #39ffe4; */
	padding: 5px;
	margin: auto;
	width: 70%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	font-weight: bold;
	/*background-color: #de6363;*/
	background-color: #dfeefe;
	/*background-color: #ffdfa5;*/
}
.login-registration{
	height: 100%; 
}
@media screen and (max-width: 767px){
	.login-registration {
		height: auto;
	}
	#login-div, #registration-div {
		min-height: auto;
	}
	.p-5 {
		padding: 2rem !important;
	}
	.mb-5, .my-5 {
		margin-bottom: 1rem !important;
	}
	.mt-5, .my-5 {
		margin-top: 1rem !important;
	}
}
.sweet-alert {
	width: 500px;
}
.sweet-alert h2 {
	margin-top: 20px;
	font-size: 20px;
}
.sweet-alert p {
	color: #5f5f5f;
	font-size: 16px;
	margin-bottom: 20px;
}
.font-12{
	font-size: 12px;
}
.college_name{
	font-size: 20px;
	font-weight: 700;
	color: white;
	font-family: 'gotham-rounded';
}
.college_info{
	color: white;
	font-size: 16px;
}

