a {
    cursor: pointer;
}

.input-field input:focus+label {
    color: rgb(183, 227, 77) !important;
}

th {
    border-radius: 0 !important;
}

.green {
    background: rgb(183, 227, 77) !important;
}

.green-text {
    color: rgb(183, 227, 77) !important;
}

.input-field input:focus {
    border-bottom: 1px solid rgb(183, 227, 77) !important;
    box-shadow: 0 1px 0 0 rgb(183, 227, 77) !important;
}

.input-field .prefix {
    color: rgb(183, 227, 77) !important;
}

.margin-centered {
    height: 20vh;
    position: relative;
}

.img-logo {
    width: 130px;
    margin-top: 5px
}

.card,
.card-panel {
    border-radius: 15px;
}

@media only screen and (max-width: 600px) {
    .margin-centered {
        height: 0;
        position: relative;
    }
}

header,
main,
footer {
    padding-left: 250px;
}

.sidenav {
    width: 250px
}

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

    header,
    main,
    footer {
        padding-left: 0;
    }
}