body {
    color: #3f3f3f;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.content {
    padding: 7rem 0;
}

a {
    color: #80BD07;
    font-weight: 600;
}
a:hover {
    color: #30b685;
    text-decoration: inherit;
}
.card .card-header h3 {
    line-height: 25px;
    margin-bottom: 0;
    font-weight: bold;
    color: #4490AE;
}
.text-small {
    font-size: 12px;
    line-height: 20px;
}
.form-group .control-label, .form-group > label {
    font-weight: 600;
    color: #34395e;
    font-size: 12px;
    letter-spacing: 0.5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.btn-primary{
   background-color: #1382ae;
   border-color: #1382ae;
}
.btn-primary:hover {
    background-color: #55b8e6;
    border-color: #55b8e6;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #7ab9d7;
    border-color: #7ab9d7;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(11, 133, 189, 0.4);
}
.card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.085);
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1),0 0.9375rem 1.40625rem rgba(90,97,105,0.1),0 0.25rem 0.53125rem rgba(90,97,105,0.12),0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.alert {
    border: 1px dashed #eca3a3;
}
/*
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;

.login,
.image {
  min-height: 100vh;

}

.bg-image {
  background: url('../img/waytv-login.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

form{
    text-align:center;
    }
#wellcome_back{
    text-align:center;
    }
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.alert {
  padding: 3px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
*/
/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}