body {
    background-color: #05233D !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: #9effe8;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

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

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

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

.form-control:focus,
option:focus {
    border-color: #05233D !important;
}

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

small {
    font-size: 9px;
    color: green;
}

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

.footer-copyright {
    margin-top: 40px;
    background: #1f4566;
    padding: 20px 0px;
    position: relative;
}

.footer-copyright p {
    text-align: center;
    font-size: 16px;
    color: #05233D !important;
}

.footer-copyright p a {
    color: #ffffff;
    text-decoration: underline !important;
}
