/* Global font family - Raleway (tall, thin, pretty) */
* {
    font-family: "Raleway", sans-serif !important;
    font-weight: 300;
}

body {
    font-family: "Raleway", sans-serif !important;
    font-weight: 300;
}

.show-password {
    height: 14px;
    margin: 0 6px;
}

.running-agent {
    display: flex;
    align-items: center;
}

.running-agent div {
    text-align: right !important;
    padding: 0 5px;
}

.running-agent img.running {
    width: 35px;
}

.right {
    text-align: right !important;
}
