body {
    background-image: url('../images/photos/login_bg.png');
    background-position: center;
}

/* .btn-primary {
    background: linear-gradient(2deg, rgb(146, 98, 41) 0%, rgb(146, 98, 41) 51%, rgb(239, 227, 147) 99%, rgb(238, 130, 238) 100%) !important;
} */



.btn-primary {
    background-color: #242E5B !important;
}
.text-primary {
    color: #FFFFFF!important;
}

.forgot-btn .text-primary a:hover {
    color: #8a5f29!important;
}

.login100-form-title {
    color: #dde5ed;
}

.form-label {
    color: rgba(255, 255, 255, .6);
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;
}

.subject-info-box-1 select,
.subject-info-box-2 select {
    height: 200px;
    padding: 0;
}

.subject-info-box-1 select option,
.subject-info-box-2 select option {
    padding: 4px 10px 4px 10px;
}

.subject-info-box-1 select option:hover,
.subject-info-box-2 select option:hover {
    background: #EEEEEE;
}

.subject-info-arrows {
    float: left;
    width: 10%;
}

.subject-info-arrows input {
    width: 70%;
    margin-bottom: 5px;
    margin-top: 2px;
}