﻿*, *::before, *::after {
    box-sizing: border-box;
}

.formTopBannerFlexGrid {
    display: flex;
    background: #462170;
    font-weight: 500;
    font-size: 14px;
    color: white;
    padding-top: 11px;
    padding-bottom: 12px;
}

.goBack {
    margin-right:12px;
}

a.goBack, 
a.goBack:visited {
    color: white;
}
    a.goBack:active {
        color: #7E5DA4;
    }

.formTopBannerColumn {
    flex: 1;
    text-align: center;
}

.heathrowLogo {
    margin-left:12px;
    margin-bottom:-2px;
    height:16px;
}

.formTopBannerColumnLeft {
    flex: 1;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.formTopBannerColumnRight {
    flex: 1;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}

body {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
    background-color: #F6F6F6;
}

input {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
}

select::-ms-expand {
    display: none;
}

.formContainer {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}

.formHeader {
    opacity: 0.9;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
    padding-top: 20px;
    padding-bottom: 30px;
}

.formBody {
    font-size: 16px;
    line-height: 20px;
    color: #535353;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.textBody {
    text-align: left;
    color: #535353;
    margin-top: 30px;
    margin-bottom: 30px;
}

.textBodyCenter {
    text-align: center;
    color: #535353;
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    color: #982686;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
}

h2 {
    color: #535353;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

label {
    font-weight: bold;
    color: #7E5DA4;
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 0px 0px 6px 14px;
}

@media screen and (min-width: 600px) {
    /* style when width is above 600px */
    .formContainer {
        margin-top: 30px;
        margin-bottom: 30px;
        width:600px;
    }

    .inputContainer {
        width:400px;
    }

    .formHeader {
        padding-left: 31px;
        padding-right: 31px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 16px;
    }

    .textBody {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* style when width is below 600px */
    body {
        margin:0;
    }

    .formContainer {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 600px;
    }

    .inputContainer {
        min-width: 300px;
    }

    .formHeader {
        padding-left: 10px;
        padding-right: 10px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 12px;
    }

    .textBody {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}

.formButton {
    width: 200px;
    height: 50px;
    background-image: url(../images/button.png);
    background-size: 200px 50px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    border: none;
    border-radius: 12px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
}

    .formButton:hover {
        background-image: url(../images/button_hover.png);
        padding: 0;
    }

    .formButton:active {
        transform: translateY(1px) translateX(1px);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    }

.formFooterText {
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.formFooter {
    background: #f6f6f6;
    height: 44px;
    padding-top: 16px;
}

.inputContainer {
    text-align: left;
    display:inline-block;
}

.hintText {
    font-weight: normal;
    color: #535353;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 14px 14px;
}

.errorMessage {
    padding-top: 8px;
    color: #D30000;
    padding-left: 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding-bottom: 12px;
}

.textInput {
    height: 44px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
    border: 2px solid #888888;
    border-radius: 5px;
    width: 100%;
    padding-left: 14px;
    color: #000000;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
}

    .textInput:focus {
        border: 2px solid #462170;
    }

.textInputValid {
    background: url(../images/valid.png) no-repeat;
    background-position: 96% 50%;
}

.textInputInvalid {
    background: url(../images/invalid.png) no-repeat;
    background-position: 96% 50%;
}

.smallTextInput {
    height: 44px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
    border: 2px solid #888888;
    border-radius: 5px;
    width: 50%;
    padding-left: 14px;
    color: #000000;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

    .smallTextInput:focus {
        border: 2px solid #462170;
    }

.smallTextInputValid {
    background: url(../images/valid.png) no-repeat;
    background-position: 94% 50%;
}

.smallTextInputInvalid {
    background: url(../images/invalid.png) no-repeat;
    background-position: 94% 50%;
}

.dropDown {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #888888;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 0 #FFFFFF, 0 1px 2px 0 rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: 300;
    height: 44px;
    padding-left: 14px;
    background-image: url(../images/down_arrow.png);
    background-position: 95% 55%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
}

    .dropDown:focus {
        border: 2px solid #462170;
    }

.dropDownSmall {
    width: 43.75%;
    background: #FFFFFF;
    border: 2px solid #888888;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 0 #FFFFFF, 0 1px 2px 0 rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: 300;
    height: 44px;
    padding-left: 5px;
    background-image: url(../images/down_arrow.png);
    background-position: 90% 55%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    font-family: inherit;
}

    .dropDownSmall:focus {
        border: 2px solid #462170;
    }

.atDivider {
    width: 6.25%;
    text-align: center;
    display: inline-block;
}

.formDivider {
    width: 100%;
    height: 2px;
    border: 1px solid #D7D7D7;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.successImage {
    background: url(../images/success.png) no-repeat;
    height: 122px;
    background-position: 50% 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.successText {
    max-width: 300px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #535353;
}

b {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
}

ul {
    padding-left: 25px;
    margin-bottom: 0;
}

li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.hide {
    display: none;
}

.agreementContainer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-right: 15px;
    margin-left: 15px;
}
span {
    color: #535353;
    text-align: center;
    font-weight: 300;
    font-size: 10.5px;
    font-weight:bold;
}
