.authorizationContent {
    width: 100%;
    height: calc(100vw * 0.53);
    background-image: url(../../image/authorization/background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* align-items: center; */
    padding-top: 137px;
}

.inputBox {
    display: flex;
    justify-content: center;
}

.inputBox>input {
    width: 523px;
    height: 81px;
    border-radius: 15px;
    border: 1px solid #1349A3;
    text-indent: 1.5em;
    font-size: 21px;
    color: #333;
    background-color: transparent;
}

.inputBox>p {
    width: 127px;
    height: 80px;
    border-radius: 15px;
    background-color: #bb271b;
    color: #fff;
    font-size: 21;
    text-align: center;
    line-height: 80px;
    margin-left: 6px;
    cursor: pointer;
}

.resultBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.resultBox>p {
    font-size: 25px;
    color: #a31339;
    font-family: 'SourceHanSansSC-Bold';
}

.resultBox>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -60px;
    top: 60px;
    text-align: center;
    font-size: 25px;
    color: #e0b152;
    font-family: 'SourceHanSansSC-Bold';
    transform: rotate(-30deg);
}