
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

/*
Yellow
#FFB600
Blue
#334BA4
White
#FFFFFF
Light Cyan
#E1F8FF 
*/

.page-id-1012199 {
    background-color: #111c2c !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.disco-codes__form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 14px;
}

.disco-codes__form label {
    color: #FFB600;
}

.disco-codes__message {
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 24px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.disco-codes__message.has-error {
    background: #b10404;
    color: white;
}

.disco-codes__message.has-success {
    background: #5d9100;
    color: white;
}

.disco-codes__field-code,
.disco-codes__email {
    background: #111c2c;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
}

.disco-codes__field-code::-webkit-input-placeholder,
.disco-codes__email::-webkit-input-placeholder {
  color: #666;
}
.disco-codes__field-code::-moz-placeholder,
.disco-codes__email::-moz-placeholder {
  color: #666;
}
.disco-codes__field-code:-ms-input-placeholder,
.disco-codes__email:-ms-input-placeholder {
  color: #666;
}
.disco-codes__field-code:-moz-placeholder,
.disco-codes__email:-moz-placeholder {
  color: #666;
}

.disco-codes__field-code:focus {
    border-color: #ddd;
    /* box-shadow: 0 0 15px 0 #2155b5; */
}

.disco-codes__form .g-recaptcha {
    margin-bottom: 24px;
}

.disco-codes__button {
    background: white;
    border: 2px solid #334BA4;
    border-radius: 4px;
    /* box-shadow: 0 0 15px 6px #2155b5; */
    font-size: 24px;
    font-weight: 700;
    padding: 6px 50px;
    text-transform: uppercase;
    transition: background 0.25s ease-in-out, box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
    width: 304px;
}

.disco-codes__button[disabled] {
    opacity: 0.5;
}

.disco-codes__button[disabled]:hover {
    cursor: not-allowed;
}

.disco-codes__button:hover {
    background: #334BA4;
    box-shadow: 0 0 15px 0 #334BA4;
    color: white;
}

.disco-codes__download-link {
    border: 1px solid #d0e4ad;
    border-radius: 2px;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
}

.disco-codes__download-link:hover {
    color: #d0e4ad;
}


body.airi-body {
    background: black;
}
