@charset "utf-8";/* CSS Document */
@import "login_public.css";

.panel {
    height: 500px;
    overflow: hidden;
    background: white;
}

.caption {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 60px;
    padding-bottom: 16px;
    color: #323232;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 1px dotted #c8c8c8;
}

.form {
    margin: 60px auto 0;
}

#ask_mail {
    width: 390px;
    height: 46px;
    border: 1px solid #e9e9e9;
    background: none;
    display: block;
    margin: 60px auto;
    font-size: 20px;
}

.ask_btn {
    color: white;
    display: block;
    width: 392px;
    height: 50px;
    line-height: 38px;
    border: none;
    text-align: center;
    font-size: 20px;
    border-radius:30px;
    background: #69b3f2;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
}

.ask_btn:hover {
    background-color: #7cbdf5;
}

#tip {
    line-height: 26px;
    margin-top: 20px;
    color: #D35465;
    text-align: center;
    font-size: 16px;
}

#ok_info {
    width: 700px;
    line-height: 30px;
    margin: 80px auto;
    font-size: 20px;
}

