.kt-header {
    height:90px;
}

.boxes {
    width: 250px;height:100px;margin-right: 50px;padding:30px;text-align: center;float:left;
}

.boxes a {
    color:#fff;
}

.boxes a:hover {
   text-decoration: none;
}

.redbox {
    background-color: #D83F39;
}

.blackbox {
    background-color: #000;
}

html, body {
    font-family: 'Roboto', sans-serif;
}

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
    color:#fff;
}

.kt-form {
    padding: 15px;
}

.kt-portlet__body {
    padding: 15px!important;
}

.kt-invoice__title {
    margin-bottom: 30px;
}

.kt-invoice__item {
    margin-bottom:10px;
}

.kt-invoice__body table th {
    font-weight: 600;
}

.kt-header__brand-logo svg{
    width: 100px;
    height: 58px;
}