.school-apply-wrapper {
    font-weight: normal;
    text-align: left;
    background: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    width: 420px;
    height: 520px;
    padding: 0;
    margin: 80px 0 0;
    overflow: hidden;
    -o-box-shadow: rgba(41, 112, 255, 0.2) 0 1px 10px 0;
    -webkit-box-shadow: rgba(41, 112, 255, 0.2) 0 1px 10px 0;
    -moz-box-shadow: rgba(41, 112, 255, 0.2) 0 1px 10px 0;
    box-shadow: rgba(41, 112, 255, 0.2) 0 1px 10px 0;
    letter-spacing: 1px;
}

.school-apply-wrapper.school-apply-h5 {
    width: 500px;
    margin: 50px auto 0 auto;
}

.school-apply-wrapper .school-apply-inner {
    padding: 0 30px;
}

.school-apply-wrapper .school-apply-title {
    text-align: center;
    /*color: rgb(85, 85, 85);*/
    color: #303753;
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 10px;
}

.school-apply-wrapper .school-apply-line {
    padding-bottom: 8px;
}

.school-apply-wrapper .school-apply-label {
    /*color: rgb(152, 152, 152);*/
    color: #767E91;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    display: block;
    letter-spacing: 1px;
    padding-left: 2px;
}

.school-apply-wrapper .school-apply-label .required {
    padding: 0 6px;
    line-height: 20px;
    color: #ffaa00;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    top: 1px;
}

.school-apply-wrapper .school-apply-input:-ms-input-placeholder {
    color: #cbcbcb;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

.school-apply-wrapper .school-apply-input::placeholder {
    color: #cbcbcb;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

.school-apply-wrapper .school-apply-input {
    color: #333;
    line-height: 36px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid rgb(205, 215, 229);
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.school-apply-wrapper .school-apply-input:focus {
    border-color: rgb(35, 124, 245);
}

.school-apply-wrapper .school-apply-error-msg {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    display: block;
    letter-spacing: 1px;
    padding-left: 28px;
    background: no-repeat 6px 5px transparent;
    background-size: 16px 16px;
    background-image: url(./img/warn.svg);
    color: #FF4040;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.school-apply-wrapper .school-apply-error-msg.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.school-apply-wrapper .school-apply-submit-btn {
    background: rgba(35, 124, 245, 0.9);
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    letter-spacing: 2px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-shadow: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.school-apply-wrapper .school-apply-submit-btn:hover {
    background: rgba(35, 124, 245, 1.0);
}

.school-apply-wrapper .school-apply-submit-btn.school-apply-loading {
    background: #767E91 !important;
    cursor: default;
}


.school-apply-wrapper .school-apply-post-success-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    display: none;
}

.school-apply-wrapper .school-apply-success-icon {
    margin-top: 48px;
    display: block;
    height: 120px;
    background: url("./img/success.png") no-repeat center center transparent;
    background-size: auto 100px;
}

.school-apply-wrapper .school-apply-post-success-tip {
    color: #555;
    font-size: 24px;
    margin-top: 8px;
    line-height: 48px;
    text-align: center;
}

.school-apply-wrapper .school-apply-post-success-desc {
    color: #767E91;
    font-size: 16px;
    margin-top: 24px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.school-apply-wrapper .school-apply-post-success-back {
    background: rgba(35, 124, 245, 0.9);
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    width: 66px;
    margin: 36px auto 0;
    font-weight: bold;
    cursor: pointer;
    text-shadow: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.school-apply-wrapper .school-apply-post-success-back:hover {
    background: rgba(35, 124, 245, 1.0);
}
