.login-box, .register-box {
    width: 490px;
    margin: auto;
    margin-top: 20px;
}

.login-page {
    background-image: url(../images/login-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;
}

.login-logo, .register-logo {
    font-size: 24px;
}

span.faq-question {
    display: block;
    font-weight: bold;
}

span.faq-answer {
    display: block;

}

/**
* Boxed input
**********************************************************/
.boxed-input label {
    color: white;
    font-weight: bold;
    background-color: #fc466b;
    display: block;
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
}

.boxed-input {
    /*float: left;*/
}

.boxed-input .form-control {
    border: 2px #fc466b solid;
    border-radius: 0 0 5px 5px;
}

.blue-boxed label {
    color: white;
    font-weight: bold;
    background-color: #3f5efb;
    display: block;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.blue-boxed .selection-data {
    border: 2px #3f5efb solid;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

/*******************************************************
* Project css
********************************************************/

.info-box-content a.apply {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 40px 30px 0;
}

.application-status {
    border: 0;
    border-radius: 0;
    border-bottom: 2px lightgrey dashed;
}

.status-submitted {
    background-color: green;
}

/*
|--------------------------------------------------------------------------
| Input border style
|--------------------------------------------------------------------------
*/

/*label {*/
/*    margin-bottom: 0;*/
/*    text-transform: capitalize;*/
/*}*/

/*.form-control {*/
/*    padding: 0 12px;*/
/*    border-top: 0;*/
/*    border-right: 0;*/
/*}*/

/*div.form-group span.readonly {*/
/*    padding: 5px;*/
/*}*/

/*.select2-container .select2-choice {*/
/*    padding: 3px 0 5px 0;*/
/*}*/

/*.align-with-input {margin-top: 18.5px}*/

/*------------------------------------------------------------------------*/

.table.marks div {padding-right: 0; padding-left: 0}

.td-eligibility-pending {background-color: lightgrey}

.td-eligibility-no {background-color: lightpink}

.td-eligibility-yes {background-color: palegreen}

.table .table{
    background-color: inherit;
}
