#form-login {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#form-login .form-control {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#form-login input {
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
    border-color: #65c7d0;
    border-radius: 15px;
}

#form-login button {
    border-radius: 15px;
    width: 50%;
    background-color: #65c7d0;
    border-color: #65c7d0;
}

#help {
    float: left;
    width: 35%;
    text-align: left;
}

#order {
    float: right;
    width: 50%;
    text-align: right;
}

.login-link {
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 17px;
    font-weight: bold;
}

.login-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

#text-help {
    display: inline;
    line-height: normal;
}

#text-myorder {
    display: inline;
    line-height: normal;
    white-space: nowrap;
}

#legal-links {
    clear: both;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #999999;
    font-size: 14px;
}

#legal-links .separator {
    margin: 0 10px;
    color: #999999;
}

a {
    color: black;
    text-decoration: none;
    margin-bottom: 15px;
}