/* Login Page */
#body-login{
    height: 100vh;
    background-color: #F7FAFB;
    font-family: 'Poppins';
}

@media only screen and (max-width: 480px) {
    .content-img-login {
        display: none;
    }
    #image-footer-login{
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .content-img-login {
        display: block;
        border-radius:15px;
        background-color: #D4EAF9;
    }
}

.form-input-login{
    border-top: none;
    border-left: none;
    border-right: none;
}

.text-header-img-login{
    color: #4B7FC1;
}

.mt-min-10{
    margin-top: -10px;
}

/* End Login Page */

/* Dashboard Page */
.card-small-one{
    border-bottom: 2px solid #EE5B5E;
}
/* End Dashboard Page */
#boxImage{
    border: none;
    padding: 5px;
    height: 400px;
    overflow: scroll;
}

.profile-picture {
    display: block;
    border-radius: 100px;
}

.candidate-size-50{
    width:50px;
    height:50px;
}

#candidate-size-200{
    width:200px;
    height:200px;
}
