body {
  background-color: #CCCCCC;
}

.vertical-offset {
  margin-top: 15%;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #a9d1e0 !important;
}

.user_card {
  height: auto;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: hsla(189, 96%, 42%, 0.978);
  /* background: rgb(255, 255, 255); */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding: 10px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.card-body {
  /* background: #07AFDE; */
  margin: 0;
  padding: 0;
}

.brand_logo_container {
  /* position: absolute;
    height: 170px;
    width: 170px;
    top: -60px;
    border-radius: 50%;
    background: #e4eaec; */
  padding: 10px 10px 10px 10px;
  text-align: center;
  justify-content: center;
  font-size: 35px;
  background-color: #FFFCFC;
}

.brand_logo {
  height: 150px;
  width: 150px;
  /* border-radius: 50%; */
  border: 2px solid white;
}

.login-title {
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  /* font-family:'Work Sans', sans-serif !important; */
  /* font-style: italic; */
}

.form_container {
  margin-top: 50px;
}

.login_btn {
  width: 87%;
  border: 1px solid white;
  /* background: #c0392b !important; */
  color: white !important;
}

.login_btn:hover {
  width: 87%;
  border: 1px solid white;
  background: white !important;
  color: #495057 !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  /* background: #c0392b !important; */
  /* color: white !important; */
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  padding: 0.5rem 0.75rem;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: hsla(189, 96%, 42%, 0.978) !important;
}

.has-error .mb-3,
.has-error label {
  margin-bottom: 0px !important;
}

.has-error p {
  color: red;
}

.links a {
  color: white;
  text-decoration: none;
}

.links a:hover {
  color: white;
  text-decoration: none;
}

.wave-container {
  height: 40px;
  background-color: #fffcfc;
  position: relative;
}

.card-body .icon{
  color: #495057;
}
.card-body 
.field_icon {
  color: #07AFDE;
}

.errormsg {
  color: red;
}

.error {
  border: 1px solid red;
}
.toggle-password {
  float: right;
  top: -32px;
  right: 10px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}