body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.footer a[href^="http://"]:not([href*="console.online.net"]):after,
.footer a[href^="https://"]:not([href*="console.online.net"]):after {
    content: "\e164";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 50%;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    opacity: 0.8;
    padding-left: 2px;
    padding-top: 0;
    position: relative;
    vertical-align: top;
}

.main {
    padding-right: 0;
    padding-left: 0;
}

.header {
    padding: 25px 25px 15px;
}

.login {
    margin-left: 0;
    margin-right: 0;
}

.login h1 {
    color: #4A4F62;
    font-size: 2.2rem;
    font-weight: 100;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.sign_in-form {
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #DCE1EB;
    border-radius: 16px;
    background-color: #FAFAFB;
}

.sign_in-form h3 {
    color: #4A4F62;
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
}

.sign_up {
    padding: 25px;
    border-radius: 16px;
    background-color: #30015A;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.footer {
    color: #4A4F62;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer a {
    color: #4A4F62;
}

.footer-cgv {
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

.cross-sell {
    background: radial-gradient(circle, #4F0599 0%, #30015A 100%);
}

.banner-image {
    width: 100%;
}

.product {
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    padding: 30px !important;
    color: #FFFFFF;
    font-size: 14px;
}

.product h3 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 100;
}

.product h4 {
    color: #18A5FE;
    font-size: 16px;
    font-weight: 500;
}

.banner-text {
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: 1vw;
    background-color: #4F0599;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: calc(100% - 30px);
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.banner-text h3 {
    font-size: 1.5vw;
    font-weight: 600;
}

.banner-text p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .banner-text {
        margin-top: 30px;
        margin-left: 30px;
        margin-bottom: 30px;
        height: calc(100% - 60px);
    }
}
