
#wrapper {
    margin-top: 15vh;
}

.container-fluid {
    max-width:  60rem;
}

.login-logo {
    max-width: 10rem;
    position: fixed;
    top: 1rem;
    left: 2rem;
    z-index: 9999;
}

.form-signin {
  width: 100%;
  padding: 15px;
  margin: auto;
}

.login-footer {
    background: black;
    position: absolute;
    bottom: 0;
}

.text-underline {
    text-decoration: underline;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.alert-resetpass {
    background-color: #F9CFBC;
    border-color: #F9CFBC;
}

.show-hide-pass {
    border: 1px solid #ced4da;
}

#pass_err {
    font-size: 0.8em;
}

.progress {
    height: 0.5rem !important;
}

.btn-fe {
    color: white;
    background-color: #EC6527;
    border-color: #EC6527;
}

#loader
{
	height: 100%;
	width: 100%;
    cursor: wait;
	top: 0;
	left: 0;
	text-align: center;
	position: fixed;
	background-color: black;
	opacity: 0.5;
	z-index: 99999;
}

.va
{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}