/*
 * This file is part of the g7system.local project.
 *
 * @copyright Copyright (c) 2023 GROUP7 AG
 * @authors GROUP7 Software/Web Developer Team
 *
 * GUI_Gate.css created on 18.04.23, 15:22.
 */

form {
    max-width: 1050px;
    margin: auto;
    padding: 0;
}

form .card {
    padding-right: 20px;
    margin: 1.75rem auto;
}

.postcodeLabel  {
    font-style: normal !important;
    font-size: 1.875rem;
    font-weight: 100 !important;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}
.rout-login {
    height:0px;
    margin-left: 25px;
}
input.postcode, input.trackingNumber {
    text-align:right;
    border-color: #000;
    float: right;
}
button.submit {
    min-width:128px;
    font-weight: 100;
    letter-spacing: 0.08em;
}

@media only screen and (max-width: 480px) {
    .rout-login {
        display: none;
    }

    input.postcode {
        width: 80%;
    }
    .postcodeLabel  {
        font-size: 1.4rem;
    }
}
