﻿.logo-header {
    height: 120px;
}

.logo-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.title {
    margin-bottom: 30px;
    color: white;
}

.title-inner {
    background: #4c2d5e;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title h1 {
    color: white;
}

.logout-button {
    margin-top: 9px;
    display: inline-block;
}

.header-phone-number {
    font-size: 30px;
    margin-top: 15px;
}

@media(max-width:767px) {
    .logo-header {
        height: 160px;
    }

    .logout-button {
        margin-top: 15px;
    }

    .logo-header .row > div:first-child {
        text-align: center
    }

    .logo-header .row > div:last-child {
        text-align: center
    }
}

h1 {
    color: white;
}

.bg-primary {
    color: #4c2d5e;
    background-color: white;
}
