﻿.div-appname {
    margin-bottom: 30px;
}

    .div-appname h1 {
        text-align: center;
        color: #091E42;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
    }

.btn-role-select {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

    .btn-role-select:hover {
        background: rgba(255, 197, 104, 0.1);
    }

    .btn-role-select span {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 125%;
        color: #091E42;
    }

@media screen and (max-width: 500px) {
    body {
        background-image: none;
    }
}
