﻿
label {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #1C2F45 !important;
    margin-top: 2em !important;
}

input, select {
    background: #FFFFFF !important;
    border: 1px solid #878787 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
}



.header-sec {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #1C2F45;
}

.input-sec {
    background-color: #FFFFFF;
    padding: 1em;
    margin-top: 1em;
    width: 100%;
    display: inline-block;
}

    .input-sec .panel_l_h {
        border-bottom: 1px solid #f2f2f2;
        color: #797979 !important;
        display: inline-block;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 0 9px !important;
        width: 97%;
    }

    .input-sec .ui-input-text {
        float: none !important;
        height: 30px !important;
        width: 100% !important;
    }

        .input-sec .ui-input-text input, .ui-input-search input {
            height: 40px !important;
        }

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    background: none;
}

.sub_main .ui-btn {
    border: 1px solid #878787 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    height: 40px !important;
    font-size: 14px;
}

.drop-down {
    appearance: none !important;
    background: url(../images/arrow_down.svg) #fff no-repeat right center !important;
}

.ui-select .ui-btn select {
    height: 40px;
    font-size: 14px;
    padding-left: 1em;
}

.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head + body .ui-btn.ui-btn-a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow: 0 0px 0 #f3f3f3;
}

#btn-sign-up {
    background: #1C2F45 !important;
    border-radius: 90px !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 28px !important;
    display: grid !important;
    align-items: center;
    text-align: center !important;
    color: #FFFFFF !important;
    justify-content: center;
    width: auto;
    padding: 1em 2em !important;
    align-content: center;
    justify-items: center;
}

.btn-back {
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 2em;
}
