@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

body,
html {
    background: #ff6600;
    background: linear-gradient(to bottom, #f07e24 0, #f1612b 100%);
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100vh;
}

#paginemediche-logo {
    width: auto;
    height: 50px;
    padding-bottom: 8px;
    margin-right: 10px;
}

#visitami-logo {
    width: auto;
    height: 50px;
    padding-bottom: 8px;
    margin-left: 10px;
}

.vertical-separator {
    height: 60px;
    width: 1px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    clear: none;
}

.title {
    font-size: 76px;
    font-weight: 300;
    padding-top: 8px;
}

.title-forbidden {
    font-size: 40px;
    font-weight: 300;
    padding-top: 8px;
}

.title-forbidden a {
    color:#fff;
    text-decoration: none;
}

.title-forbidden > div {
    width: 350px;
    margin:0 auto;
}

@media (max-width: 380px) {
    .title-forbidden > div {
        width: 280px;
    }
}

.separator {
    margin: 10px auto;
    background-color: #fff;
    height: 1px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-center a {
    display: inline-block;
}

#call-back {
    display: block;
    background-color: #00ab84;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 8px;
    margin-top: 32px;
    line-height: 22px;
    cursor: pointer;
    height: 40px;
}
