﻿.teacher-title {
    height: 260px;
    background-image: url(/assets/imgs/inquiry.png);
    background-size: 100% 260px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 48px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.from-box {
    padding: 90px 360px;
}

    .from-box .input-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .from-box .input-box > input {
            width: 480px;
            height: 50px;
            background: #FFFFFF;
            border: 1px solid #D3D4D8;
            padding: 0 1rem;
            outline: none;
        }

    .from-box .btn-search {
        width: 480px;
        height: 50px;
        background: #2cb49d;
        border: none;
        outline: none;
        font-size: 16px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .from-box .alert-box {
        color: #ff0000;
        padding: 20px;
        text-align: center;
    }

    .from-box .result-box {
        padding: 20px;
        text-align: center;
    }
