/* ------------------

intro.css 

--------------------- */

#intro_wh {
    margin: 60px 7px 0px;
}

#token {
    display: none;
}

#img_box_0 {
    display: flex;
    justify-content: center;
}

#img_box_0 div {
    width: 222px;
    height: 222px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.input_number_box_0 {
    display: flex;
    justify-content: center;
}

.select_country_box_0 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #191621;
    padding-right: 30px;
}

.select_country_box_0 select {
    font-size: 13pt;
    letter-spacing: 1px;
    background-color: #fde4ab;
}

.input_text_phone_0 input {
    height: 50px;
    width: 180px;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 13pt;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 5px;
}

.input_text_password_0 {
    display: flex;
    justify-content: center;
}

.input_text_password_0 input {
    height: 50px;
    width: 250px;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 13pt;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 5px;
}

#btn_box_0 {
    display: flex;
    justify-content: center;
}

#log_in_btn_0 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 250px;
    line-height: 40px;
    margin: 15px 0 15px 0;
    font-size: 13pt;
    color: #ffffff;
    border-radius: 25px;
    background-color: rgb(73, 92, 233);
}

#log_in_btn_0:active {
    background-color: #191621;
    color: #FFFFFF;
}

#sign_up_view_btn_0 {
    line-height: 50px;
    text-align: center;
    font-size: 13pt;
    color: #1f2937;
}

#log_in_btn_shield_0 {
    position: absolute;
    z-index: 999;
    height: 50px;
    width: 250px;
    margin: 15px 0 15px 0;
}

#log_in_btn_loading_spin_0 {
    width: 22px;
    height: 22px;
}

#window_open_box {
    position: fixed;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
}

#window_open {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUAAAD8ABlobxL/pgD////QHhWeAAAAAXRSTlMAQObYZgAAAAFiS0dEBI9o2VEAAAAHdElNRQflCB0CAg7OVH/5AAAAbklEQVQoz33Riw2AIAwE0FuhK9wKt/9utnyUAvUiRl8gLQBELIIlO9hMCSQl6luyA/1HbfxAlhPi05FEAYB6UAJp6/wT2MDWKhmiXuz9rXuA92QyfzgKX0D9AFXDPOMK2jWMVwGjobSXBPyAF3gAO38l2+BWgvsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDgtMjlUMDI6MDI6MTQrMDA6MDBHHsBVAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA4LTI5VDAyOjAyOjE0KzAwOjAwNkN46QAAAABJRU5ErkJggg==');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#header_img_box_0_padding {
    padding: 30px 0 0 0;
}

#img_box_0_intro_form_padding {
    padding: 30px 0 30px 0;
}