@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

html, body {
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width :100%;
    height: auto;
}

.back-image {
    position: fixed;
    bottom: 0;
    left: 100px;
    max-width: 20%;
}

.back-image img{
    max-width: 100%;
    height: auto;
}

.h-100 {
    height: 100%;
}

.confirmation-wrapper {
    margin-top: 20px;
}

.card-body i {
    font-size: 30px;
    color: #4b4b4b;
}

.logo-wrapper {
    margin-top: 50px;
}

.logo-wrapper img {
    width: 300px;
}

.language {
    text-transform: uppercase;
}

.language::after {
    content:' / ';
}

.language:last-child::after {
    content: '';
}

.term-accept-label {
    font-size: 12px;
}