body {
	background-color: #e9e9e9;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 1px;
}

* {
	box-sizing: border-box;
	transition: .25s all ease;
}

.login-container {
	display: block;
	position: relative;
	z-index: 0;
	margin: 5rem auto 0;
  padding: 3.5rem 4rem 0 4rem;
	width: 100%;
	max-width: 400px;
	min-height: 400px;
	background-image: url();
	box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);
    border-radius: 5px;
}

.login-container:after {
	content: '';
	display: inline-block;
	position: absolute;
    border-radius: 5px;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
background-image: radial-gradient(
    ellipse at left bottom,
    #a60212 0%,
    #a60212c8 59%,
    rgb(166, 2, 18) 100%
);
box-shadow: 0 -20px 150px -20px rgba(0, 0, 0, 0.5);

}

.form-login {
	position: relative;
	z-index: 1;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.login__label {
	display: block;
	padding-left: 1rem;
}

.login__label{
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: .5rem;
	margin-bottom: .5rem;
}
.forgot__title{
    margin-top: 2rem;
	margin-bottom: .75rem;
    display: block;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	position: relative;
	z-index: 1;
}
.login__title{
	margin-bottom: .75rem;
    display: block;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	position: relative;
	z-index: 1;
}



.login__input {
	color: white;
	font-size: .75rem;
	width: 100%;
	padding: .5rem 1rem;
	border: 1px solid transparent;
	outline: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.25);
	letter-spacing: 1px;
}

.login__input:hover,
.login__input:focus{
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
}

.login__input + .login__label {
	margin-top: .75rem;
}

.login__loading {
	color: #ffffff;
	font-size: .5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1rem;
	padding: .75rem;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: #092a2f36;
	border: none;
	cursor: pointer;
}

.login__success {
	color: #ffffff;
	font-size: .5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1rem;
	padding: .75rem;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: rgba(12, 158, 97, 0.2);
	border: none;
	cursor: pointer;
}

.forgot__cancel {
	color: #ffffff;
	font-size: .5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: .5rem;
	padding: .5rem;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: rgba(112, 28, 71, 0.75);
	border: none;
	cursor: pointer;
}

.forgot__cancel:hover {
	color: #ffffff;
	font-size: .5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: .5rem;
	padding: .5rem;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: rgba(173, 3, 85, 0.415);
	border: none;
	cursor: pointer;
}

.login__submit {
	color: #a60212;
	font-weight: 600;
	font-size: .8rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1rem;
	padding: .75rem;
	border-radius: 0;
	display: block;
	width: 100%;
	background-color: #f5ab2c;
	border: none;
	cursor: pointer;
}

.input-group-text{
	border:0;
	outline: 0;
	border-radius: 0;
	background-color: #f5ab2c;
	color:#fff;
}


.login__submit:hover {
	background-color:#092a2f93;
}

.login__forgot {
	display: block;
	margin-top: 2rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
	font-size: .65rem;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.login__forgot:hover {
	color: #b6d1d5;
}
