#loginpage {
    background-color: #4484C9;
    color: white;

}

#logo {
    text-align: center;
}

img {
    max-width: 150px;
}

.btnsignin {
    border-color: white;
    font-weight: bold;
}

#back {
    color: blue;
    font-size: 60px;
    text-shadow: 2px 2px 5px blue;

}

table {
    font-size: 17px;
}

table i {
    font-size: 25px;
    padding: 5px;
}

.fa-trash {
    color: rgb(248, 45, 45) !important;
}

@media screen and (max-width:1250px) {

    table th {
        font-size: 12px !important;
    }

    table td {
        font-size: 15px !important;
    }

    table i {
        font-size: 15px;
    }
}

#acttable {
    font-size: 13px;
}

.btn-success,
.btn-success:hover {
    background-color: #008E8F !important;
}

#back {
    color: #FEA620 !important;
    font-size: 60 !important;
    text-shadow: 2px 2px 5px #FEA620 !important;

}

#exporter,
#mybtn {
    background-color: #FEA620 !important;
    border-color: #FEA620 !important;

}

#titleManagePage {
    text-decoration: underline;

}

.firstOption {
    color: red !important;
}

.submit {
    background-color: #008E8F !important;
}