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

.student-login {
    padding-top: 50px;
}

.login-box {
    padding: 20px;
    border-radius: 20px;
    height: auto;
    background: #F17833;
    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;
}

.login-form {
    text-align: right;
}

.form-control,
option {
    border: 3px solid #dd9913 !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: #eee;
}

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

label {
    color: #fff;
}

.main-footer {
    width: 100%;
    background-color: rgb(33, 33, 33) !important;
    text-align: center;
    margin: 0 !important;
    padding: 10px 0px !important;
    margin-top: 40px !important;
}

.main-footer p {
    width: 96%;
    margin: 0 auto !important;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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