﻿#cim_prompt_container {
    display: none;
}

.hp_container {
    margin-top: 40px;
    width: 490px;
    background-color: white;
    border-radius: 12px;
}

.hp_inner {
    padding: 20px;
}

.hp_content_container {
    width: 450px;
}

.hp_button_container {
    width: 450px;
}

.hp_button_inner_container {
    text-align: right;
}

.hp_email_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input.hp_email {
    margin-left: 10px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #1d9ed9;
    height: 32px;
    font-family: inherit;
    font-size: inherit;
    text-indent: 10px;
}

input.hp_email:-webkit-autofill,
input.hp_email:-webkit-autofill:hover,
input.hp_email:-webkit-autofill:focus,
input.hp_email:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.hp_validator {
    display: none;
    color: red;
}

.hp_validator.hp_invalid {
    display: inline;
}

.hp_error {
    color: #ff0000;
}
