.col-form-label{
    font-size: 13px !important;
    word-break: break-word !important;
}

.left-circle {
    top: -420px;
    left: -350px;
    width: 700px;
    z-index: 0;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    border: 2px solid #F3C31F;
}

.right-circle {
    top: -268px;
    left: 400px;
    width: 1754px;
    z-index: 0;
    height: 1754px;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    border: 2px solid #F3C31F;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}