.login-main {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.login-alignment {
  padding-top: 10%;
  padding-bottom: 10%;
  overflow-x: hidden;
}

.login-box {
  /* margin-top: 75px; */
  height: auto;
  opacity: 0.8;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
}
/* 
.login-key {
  height: 100px;
  font-size: 80px;
  line-height: 100px;
  background: -webkit-linear-gradient(#27ef9f, #c7cbd3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: #000000;
}

.login-form {
  margin-top: 25px;
  text-align: left;
}
/* 
input[type="text"] {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #c7cbd3;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #c7cbd3;
  font-weight: 400;
} */
/* 
input[type="password"] {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #c7cbd3;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  padding-left: 0px;
  margin-bottom: 20px;
  color: #c7cbd3;
} */

.form-group {
  margin-bottom: 40px;
  outline: 0px;
}
/* 
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #c7cbd3;
  outline: 0;
  background-color: #ffffff;
  color: #c7cbd3;
} */

/* input:focus {
  outline: none;
  box-shadow: 0 0 0;
} */

label {
  margin-bottom: 0px;
}

.form-control-label {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: bold;
  letter-spacing: 1px;
}

/* .btn-outline-primary {
  border-color: #C7CBD3;
  color: #C7CBD3;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
} */

.btn-outline-primary:hover {
  background-color: #c7cbd3;
  right: 0px;
}

.login-btm {
  float: left;
}

.login-button {
  padding-right: 0px;
  text-align: right;
  margin-bottom: 25px;
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #a2a4a4;
}

.loginbttm {
  padding: 0px;
}

/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  padding-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgb(255, 255, 255);
  border: solid 1px;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgb(255, 255, 255);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ffffff00;
  color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fgt-pw {
  font-size: 12px;
}
