html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.background-color-wu {
    background-color: #212a33;
    border-color: #000;
}

.background-color-wu.form-control{
    background-color: #212a33;
    color: #fff;
    border: hidden;
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: #000;    
}

    .background-color-wu.form-control.input-validation-error {
        border-bottom-color: #ff0000;
    }

.background-color-wu.form-control:focus {
    outline: none;
    box-shadow: none;
}


    .background-color-wu.form-control.valid:focus {
        border-bottom-color: #4cff00;
    }

.background-color-nav {
    background-color: #212a33;
}


.action-button-color {
    color: #212a33;
}

.input-color-wu {
    color: #ffd806;
}

.btn-login-wu {
    color: #000;
    background-color: #ffd806;
    border-color: #ffd806;
    border-radius: 16px;
}

    .btn-login-wu:hover {
        color: #000;
        background-color: #e0ac08;
        border-color: #e0ac08;
        border-radius: 20px;
    }

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}