.main {
	display: flex;
	width: 100%;
	height: 100%;
}

img[type="large"] {
	width: 100%;
	height: auto;
}

img[type="small"] {
	display: none;
}

.login-outer {
	display: flex;
	flex: 1;
}

.btl {
	padding-bottom: 10px;
}

.back-to-login {
	font-size: 18px;
}

.login-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 40px;
	width: 600px;
}

.login-title {
	font-weight: 700;
}

.heading {
	padding-bottom: 40px;
	color: #8492A6;
}

#reset-password-form {
	margin-right: 100px;
}

::-webkit-input-placeholder {
  font-weight: bold;
  font-size: 17px;
}

:-ms-input-placeholder {
  font-weight: bold;
  font-size: 17px; 
}

#input-email, #input-email {
  font-weight: 700;
  border-width: 2px;
  border-bottom-color: #284FDA;
  font-size: 20px;
}

.form-control {
	border-top-color: white;
  border-left-color: white;
  border-right-color: white;
}

.form-control:focus {
  border-left-color: white;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: black;
  box-shadow: none;
}

.cp-list-fn-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.has-search .form-control {
    padding-left: 55px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 999;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    width: 30px;
    margin-left: 15px;
    bottom: 5px;
}

.exclaimation {
	right: 15px;
	width: 25px !important;
	height: 40px !important;
	color: #FF5630 !important;
}

.error-txt {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.forget {
	text-align: end;
	margin-bottom: 20px;
}

.submit-container {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

#spinner {
	margin-right: 5px;
}

#submit-btn {
	color: white;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

#forgot-message-success {
	display: none;
	flex-direction: column;
}

#forgot-message-success-txt {
	font-weight: 700;
}

@media (max-width: 768px) {
	.main {
		flex-direction: column;
		background-image: url(/resources/images/login_cover_mobile.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		background-color: #284FDA; 
	}
	img[type="large"] {
		display: none;
	}
	.back-to-login, .heading h5 {
		font-size: 0.8rem !important;
	}
	.heading {
		padding-bottom: unset;
	}
	.login-outer {
		border: 1px solid white;
		position: relative;
		top: 270px;
		background: white;
		border-radius: 20px;
		justify-content: center;
		margin: 0 10px;
		flex: none !important;
	}
	.login-container {
		margin-left: 0;
		padding: 1rem 1rem 0 1rem;
	}
	#login-form {
		margin: 0 10px;
		font-size: 0.8rem;
	}
	.btl {
		padding-bottom: 5px !important;
	}
	.login-title {
		font-size: 1rem;
	}
	#input-email::-webkit-input-placeholder , #input-password::-webkit-input-placeholder {
		font-size: 0.8rem;
	}
	#input-email, #input-password {
		font-size: 0.8rem !important;
		padding-left: 40px !important;
		padding-right: 35px;
	}
	.input-group .fa-envelope, .input-group .fa-exclamation-triangle {
		width: 20px !important;
	}
	.input-group .fa-lock {
		width: 15px !important;
	}
	.input-group .fa-envelope, .input-group .fa-lock, .input-group .fa-exclamation-triangle, .input-group .fa-exclamation-triangle {
		bottom: 10px !important;
		height: auto !important;
		margin-left: 10px !important;
	}
	#reset-password-form {
		margin: 20px 0px 0px 0px;
	}
	#emailErrorTxt {
		margin-bottom: 0 !important;
	}
	.submit-container {
		padding-bottom: 1rem;
	}
	#submit-btn {
		padding-left: 23px;
		padding-right: 23px;
		font-size: 0.8rem;
	}
	#forgot-message-success h5 {
		font-size: 0.8rem;
	}
	#forgot-message-success h5.light-grey {
		margin-bottom: 1rem !important;
	}
	form {
		font-size: 0.8rem;
	}
	.exclaimation {
		right: 10px !important;
	}
}
