.login h1 {
	text-transform: capitalize;
	margin-right: 100px;
	font-size: 26px;
	font-weight: 700;
}

.login {
	display: flex;
	align-items: center;
}

body {
	font-family: "Lato", sans-serif;
	background: #f6fafd;
}

.Login_right {
  padding: 30px;
  margin: 30px 0 30px 50px;
  width: 380px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

h1 {
	font-size: 24px;
	font-weight: 700;
	color: #064e89;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	text-align: center
}

.logo {
	padding: 20px 0 20px 0;
}

.logo h2 {
	font-size: 34px;
	font-weight: 700;
	padding: 10px 0 0 0;
	color: #064e89
}

.logo h3 {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0 0 0;
	color: #757677
}

.tech_content h2 {
    font-size: 23px;
    font-weight: 700;
    color: #064e89;
    padding: 20px 0 0 0
}

.bi {
	color: #064e89;
	margin-right: 10px
}

.tech_content p {
	font-size: 18px;
	font-weight: 700;
	color: #868686;
	padding: 0;
	margin: 0
}

.school_code {
	color: #064e89;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}

.school_code h1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	padding: 10px 0 0 0
}

.school_code h2 {
	font-size: 24px;
	font-weight: 900;
	padding: 0 0 0 0;
	color: #064e89;
}

.powered_by p {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #868686;
	padding: 20px 0 30px 0;
	margin: 0
}

.tech_content {
	padding: 5px 0 20px 0
}

.input {
	width: 100%;
	height: 36px;
	border-radius: 6px;
	border: none;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 500;
	background: #edf5fa;
	border: 1px solid #064e89
}

.forget {
	color: #868686 !important;
	text-decoration: underline;
	font-size: 16px
}

.showPassword {
	padding-top: 10px;
	color: #868686 !important;
	font-size: 16px
}

form .btn {
	border-radius: 7px;
	border: 0;
	padding: 6px 28px;
	background-color: #064e89;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	outline: none;
	text-transform: uppercase
}

.fade:not(.show) {
	opacity: 1 !important;
}

.btn:hover {
	color: #edf5fa !important;
}

.user-box {
	position: relative;
}

.password-toggle-icon {
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: initial;
}

.img-fluid-logo {
	height: 100px !important;
}

@media only screen and (max-width: 600px) {
	body {
		overflow-y: auto;
	}
	.Login_right {
    width: 100%;
    margin: 0;
}

}

.rounded-input {
	border-radius: 40px;
	padding: 10px 0 10px 20px;
	border: 2px solid #ccc;
	width: 320px;
	font-size: 15px;
}

.inline-container {
	display: inline-block;
}

.inline-container input, .inline-container p {
	display: inline-block;
	vertical-align: middle;
}

.inline-container input {
	margin-right: 80px;
}

.Vcenter { 
	height:100vh !important
}