@font-face {
    font-family: DeliveryArabic;
    src: url(../fonts/DeliveryArabic_W_Lt.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: DeliveryArabic;
    src: url(../fonts/DeliveryArabic_W_Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DeliveryArabic;
    src: url(../fonts/DeliveryArabic_W_Bd.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: DeliveryArabic;
    src: url(../fonts/DeliveryArabic_W_Bd.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: dhlicons;
    src: url(../fonts/dhlicons-85f8f85f44ef829f7a73e030ee844474.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/* STYLES */

html {
    box-sizing: border-box;
    font-size: 10px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "DeliveryArabic", Verdana, sans-serif;
    font-weight: 400;
    color: #323232;
    text-rendering: optimizelegibility;
    font-size: 1.6em;
    line-height: 2.8rem;
    text-align: center;
}

.container {
    max-width: 560px;
    margin: 0 auto;
}

h1 {
    color: #d40511;
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 2.8rem;
}

p.error {
    color: #d40511;
    /*font-weight: 700;*/
    display: block;
    text-align: left !important;
    padding: .7rem 1.4rem;
    line-height: 1.4rem;
    font-size: 1.3rem;
    margin: 0;
}

a,
a:visited {
    color: #d40511;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: inherit;
}

.input-group {
    border: 1px solid #b5b5b5;
}

label {
    display: block;
    padding: 1.4rem 1.4rem 2px 1.4rem;
    color: #666666;
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-align: left;
}

input,
button {
    display: block;
    width: 100%;
    margin: 0 auto;
}

input[type=text] {
    padding: 0.7rem 1.4rem;
    height: auto;
    min-height: 33px;
    font-size: 1.6rem;
    color: #666666;
    border: none;
}

button {
    color: white;

    position: relative;
    border: 1px solid #d40511;
    background-color: #d40511;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 2.8rem 0 1.4rem;
    padding: 0 1.54rem;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    letter-spacing: normal;
    min-height: 4.2rem;
    overflow: hidden;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

button:hover {
    background-color: #ffffff;
}

button:active, button:hover {
    border-color: #f91320;
    background-color: #f91320;
}

button:not(.is-disabled):focus {
    box-shadow: 0 0 0 2px hsla(0,0%,100%,.94), 0 0 0 4px #d40511;
}

*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: 0;
}

.input-group.error label {
    color: #d40511;
}

.input-group.error input[type=text] {
    background-color: #FFEAEA;
}


/* Adjust headline font size for various screen sizes */
@media (min-width: 480px) {
    h1 {
        font-size: 3.9rem;
        line-height: 4.2rem;
    }
}

@media (min-width: 666px) {
    h1 {
        font-size: 4.9rem;
        line-height: 5.6rem;
    }
}