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

/*
titles are #FF00A9
bg: #000000
type/copy: #FFFFFF
buttons can be either: #0AD33B or #20C7CB
*/

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

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

.psychonauts-codes__form label {
    color: #FF00A9;
}

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

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

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

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

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

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

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

.psychonauts-codes__button {
    background: #0AD33B;
    border: 2px solid white;
    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;
}

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

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

.psychonauts-codes__button:hover {
    background: white;
	border-color: #0AD33B;
    box-shadow: 0 0 15px 0 #0AD33B;
}

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

.psychonauts-codes__download-link:hover {
    color: white;
}


body.airi-body {
    background: black;
}
