@import url(./main.css);

button:hover, button:active {
    opacity: 0.8;
}

.btn-get-reward {
    height: 50px;
    width: 100%;

    border: 0;
    background-color: rgba(33, 180, 77, 0.15);
    border-radius: 14px;
}

.btn-text-get-reward {
    color: #21B44D;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}

.form-heading-group {
    display: flex;
    flex-direction: column;
}

.form-heading-register-and-avail-rewards {
    flex: 1;
    margin-top: 25px;
    margin-bottom: 0;
    display: block;

    height: 33px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */

    color: #002251;
}

.form-subheading-it-wont-take-more-than-a-minute {
    margin: 0;
    display: block;

    height: 20px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #7A869A;
}

.form-register-phone {
    display: flex;
    flex-direction: column;

    flex: 1;
}

.form-field-phone-number {
    margin-top: 25px;
    padding: 12px;
    display: flex;
    align-items: center;
    width: auto;

    height: 68px;

    background: #FFFFFF;
    border: 2px solid #272D5D;
    border-radius: 14px;
}

.form-field-phone-number > hr {
    margin: 0;

    width: 1px;
    height: 32px;

    mix-blend-mode: normal;
    opacity: 0.14;
    border-left: 1px solid #000000;
}

.form-field-column-phone-number:first-child {
    margin-right: 16px;
}

.form-field-column-phone-number:first-child select {
    border: none;
    height: 23x;
}

.form-field-column-phone-number:last-child {
    margin-left: 16px;
}

.form-field-column-phone-number:last-child label {
    height: 18px;
    display: block;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #000000;

    mix-blend-mode: normal;
    opacity: 0.53;
}

.form-field-column-phone-number:last-child input {
    width: 154px;

    height: 18px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */


    color: #696969;

    mix-blend-mode: normal;
    opacity: 0.53;
}

.form-field-column-phone-number:last-child input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.content-expand {
    flex: 1;
    display: flex;
    align-items: flex-end;

    margin-bottom: 20px;
}

.btn-submit {
    height: 50px;
    width: 100%;

    vertical-align: bottom;

    background: #272D5D;
    border-radius: 14px;
}

.btn-text-submit {
    height: 27px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.16875px;

    color: #FFFFFF;
}

a:link {
    text-decoration: none;
}

.error-message {
    color: #d32f2f;
}