
.regist_sec {
    background: #c0ddff;
    padding: 10px 0;
}

.regist_sec .b_box {
    background: #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.07);
    margin-top: 105px;
}

.regist_sec .b_box .page_title {
    margin: 8px 0 20px 0;
    font-size: 26px;
    font-weight: 300;
    color: #0073b1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.regist_sec .b_box .txt1 {
    border: 1px solid #dadada;
    width: 100%;
    outline: none;
    height: 40px !important;
    padding: 0 10px;
    border-radius: 3px;
    box-shadow: none !important;
    font-size: 14px !important;
}

.regist_sec .b_box .txt1::placeholder {
    color: #bbbbbb;
    font-style: italic;
}

.regist_sec .b_box .txt1:hover {
    border: 1px solid rgba(37, 130, 197, 0.3);
}

.regist_sec .b_box .txt1:focus {
    border: 1px solid rgba(37, 130, 197, 0.8);
}

.regist_sec .b_box .lbl {
    margin: 4px 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444444;
}

.regist_sec .b_box .lbl sup {
    color: #f00;
    font-size: 12px;
    top: -3px;
}

.regist_sec .b_box .lbl small {
    color: #f00;
    margin-left: 10px;
    font-size: 11px;
}

.regist_sec .b_box .btn_sub {
    padding: 0 20px;
    min-width: 200px;
    font-size: 16px;
    height: 44px;
    color: #ffffff;
    border: 1px solid #0073b1;
    outline: none;
    border-radius: 3px;
    background: #0073b1;
    outline: none !important;
    letter-spacing: 1px;
}

.regist_sec .b_box .btn_sub:hover {
    background: #01659a;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .regist_sec .b_box .page_title {
        font-size: 20px;
    }
}

