.copyright {
    position: absolute;
    bottom: 10px;
    font-size: smaller;
    width: 100%;
    text-align: center;
    letter-spacing: 0.03em;
}

.top {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 1px 2px 5px 0 rgb(0 0 0 / 14%), 0 1px 4px 0 rgb(0 0 0 / 12%);
    width: 100%;
    background-color: #3C4252;
    text-align: left;
}

h1{
    font-size: 1.5em;
    display: inline-block;
    text-shadow: 1px 1px 2px #3b3b3b;
    color: white;
    position: relative;
    top: -17px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 2em;
}

.index-mess{
    margin-top: 40px;
    color: red;
}

.img-logo{
    margin: 5px 0 0 16px;
    width: 50px;
    vertical-align: baseline;
}

.service-div{
    float: right;
    margin: 22px 0 0 0;
}

.service-link {
    color: white;
    margin: 24px 24px 0 0;
    padding-right: 8px;
    font-size: 0.9em;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
    color: white;
}

.login-link{
    color: #0056b3;
    text-decoration: underline;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.links {
    text-align: end;
    padding: 10px 20px;
}

.form-signin {
    padding: 60px 15px 15px 15px;
}

.root {
    text-align: center;
}

.sign-up {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
}

.signUp-dialog {
    width: 370px;
    height: 270px;
    background-color: white;
    padding: 16px;
}

.signUp-dialog label {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.button-switcher {
    background-color: #32537f;
    width: 300px;
    height: 48px;
    color: white;
    border: none;
    margin: 16px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.switcher-icon{
    height: 50px;
    /* width: 50px; */
    background-color: #32537f;
    color: white;
    padding-left: 54px;
    line-height: 50px;
    margin-bottom: 20px;
/*    min-width: 300px;*/
    text-align: left;
}

.switcher-icon-entity {
    background-image: url(../images/company.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 28px 28px;
    background-position-x: 10px;
}

.switcher-icon-person {
    background-image: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 28px 28px;
    background-position-x: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.switcher-icon-entity:hover,
.switcher-icon-person:hover {
    background-color: #3f6597;
    cursor: pointer;
}

.switcher-icon-entity:active,
.switcher-icon-person:active {
    box-shadow: inset 0 2px 6px rgb(0 0 0 / 28%);
    background-color: #25436a;
}