body {
    background-color: #f7941d !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.login-box {
    padding: 20px;
    border-radius: 20px;
    height: auto;
    background: #00361e;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
    height: 200px;
}

.login-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ECF0F5;
}

.form-control,
option {
    border: 3px solid #f7941d !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    outline: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* color: #ECF0F5 !important; */
    border-radius: 20px !important;
}

.btn {
    border-radius: 20px !important;
}

small {
    font-size: 9px;
    color: #f7941d;
}

.form-control-label {
    font-size: 15px;
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
}

.main-footer {
    width: 100%;
    background-color: #00361e !important;
    text-align: center;
    padding: 10px 0px !important;
}

.main-footer a {
    color: #f7941d;
    text-decoration: underline;
}

.main-footer a:hover {
    color: #f7941d;
    text-decoration: underline;
}