body * {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 30px;
    color: #A6A6A6;
}
h1 sup {
    top: -10;
    font-size: 18px;
}
h2 {
    font-size: 22px;
    color: #A6A6A6;
    margin-bottom: 40px;
    line-height: 1;
}
h3 {
    font-size: 20px;
    color: #A6A6A6;
}
h4 {
    font-size: 20px;
    color: #3E3D4D;
}
h5 {
    color: #3E3D4D;
}
p, input, input::placeholder, label, a:hover {
    color: #3E3D4D;
}
p, td {
    font-size: 14px;
}
p strong{
    font-weight: 600;
}
.small, label, .label{
    font-size: 12px;
    color: #A6A6A6;
    margin-bottom: 0;
}
a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.login-bottom a {
    font-size: 12px;
    color: #A6A6A6;
    text-decoration: underline;
}
.bold {
    font-weight: bold !important;
}




@media screen and (max-width: 768px) {
    h5 {
        overflow-wrap: break-word;
    }
}