.audition {
    position: absolute;
    width: 440px;
    height: 660px;
    left: 50%;
    top: 50%;
    padding: 64px 42px 0;
    margin-left: -220px;
    margin-top: -330px;
    border-radius: 20px;
    background: #fff;
}

.audition .label_text {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 20px;
    color: #2c2c2c;
}

.audition .label_text:after {
    content: "*";
    color: #cf0f32;
}

.audition .ipt {
    width: 100%;
    height: 68px;
    margin-bottom: 36px;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    font-size: 24px;
    text-indent: 26px;
    outline: none;
}

.audition .ipt_submit {
    width: 100%;
    height: 68px;
    margin-top: 22px;
    border: none;
    border-radius: 10px;
    font-size: 24px;
    background: #cf0f32;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.audition .ipt_submit:active {
    background: #a20e29;
}
