.container {
    max-width: 300px;
    background: #212121;
    padding: 12px;
}

.legals {
    max-width: 300px;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}

.legals a {
    color: white;
    text-decoration: none;
}

.legals a:hover {
    color: white;
    text-decoration: none;
}

.legals a:visited {
    color: white;
    text-decoration: none;
}

.legals a:active {
    color: white;
    text-decoration: none;
}

#code-label {
    text-align: center;
}

#submit-element {
    text-align: center;
}

.lang-flag:not(:first-of-type) {
    margin-left: 10%;
}

.lang-flag img {
    width: 16%;
}

.icon-list {
    margin-top: 34px;
    margin-bottom: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

input {
    height: 40px;
}

label[for=code] {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}
