.des-register {
    margin-top: 50px;
    padding: 0px 12%;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.des-register .message {
    width: 100%;
    padding: 20px 30px;
    background-color: #ffdce9;
    border-radius: 10px;
    position: relative;
}

.des-register .div-image {
    background-color: #bababa;
    height: 216px;
    width: 390px;
}

.form-register {
    height: auto;
    padding: 0px 15% 50px 15%;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-register .form-header .title > svg {
    margin-right: 10px;
}

@media only screen and (max-width: 992px) {
    .des-register {
        height: auto !important;
    }
    .des-body .content.video-container {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 769px) {
    .des-register {
        padding: 0px 5%;
    }
    .form-register {
        padding: 0px 5% 50px 5%;
    }
    .des-register .div-image {
        width: 100%;
    }
}

.des-register .des-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.des-body .title {
    height: 48%;
    width: 100%;
}

.des-body.des-left .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.des-body.des-left .title p:first-child {
    font-size: 35px;
    font-weight: 500;
}

.des-body.des-left .title p:last-child {
    font-size: 50px;
    font-weight: 700;
}

.des-body.des-left div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.des-body .content {
    height: 48%;
    width: 100%;
}

.des-body.des-left .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.des-body.des-left .content p:first-child {
    font-size: 25px;
    font-weight: 500;
}

.des-body.des-left .content p:last-child {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.des-body.des-right .title p:first-child {
    font-size: 25px;
    font-weight: 500;
}

.des-body.des-right .title p:last-child {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.des-body .content.video-container {
    margin-top: 30px;
}

.video-container {
    position: relative;
    width: 100%;
}

.custom-video {
    width: 100%;
    height: 100%;
}

.custom-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: block;
    cursor: pointer;
}

.custom-controls button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.custom-controls button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.form-header p {
    font-size: 20px;
    font-weight: 700;
}

.form-header .title {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-header .title span:first-child {
    margin-right: 10px;
}

.form-header hr {
    opacity: 1;
    border: solid 1px #000 !important;
}

.form-header > p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
}

.form-header p span {
    font-weight: 700;
}

.form-register .form-footer {
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.form-body {
    width: 100%;
}

.form-body .input > label {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: "ZenKakuGothicNew-Bold";
}

.sector + p > a:hover {
    color: #0a87ca !important;
}

@media only screen and (max-width: 992px) {
    .form-body .input > label {
        width: 100%;
    }
}

.form-body .input input[type="text"],
.form-body .input input[type="password"],
.form-body .input input[type="email"] {
    display: flex;
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 40px;
    padding: 10px 30px 10px 15px;
}

.form-body .input select {
    display: flex;
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 40px;
}

.form-body .term {
    padding: 20px;
    border: solid 1px #000;
    max-height: 320px;
    overflow-y: auto;
    font-size: 14px;
    color: #000000;
}

.sector .titleB::first-letter {
    background-color: #5099ff;
    border-radius: 50%;
    color: #fff;
    padding: 4px 8px 4px;
    margin-left: -5px;
}

.sector .titleA::first-letter {
    background-color: #ff61bd;
    border-radius: 50%;
    color: #fff;
    padding: 4px 8px 4px;
    margin-left: -5px;
}

.form-body .input textarea {
    padding: 20px;
    background-color: #f1f1f1;
}

.form-body .term + .checkbox-input > input,
.form-body .term + .checkbox-input > label {
    cursor: pointer;
}

.form-body .term li {
    list-style: none;
}

.select-option p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.select-option .checkbox-input {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select-option .checkbox-input input[type="checkbox"],
.select-option .checkbox-input input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

.select-option .checkbox-input label {
    cursor: pointer;
}

.checkbox-input input[type="checkbox"]:disabled,
.checkbox-input input[type="radio"]:disabled,
.checkbox-input input[type="checkbox"]:disabled + label,
.checkbox-input input[type="radio"]:disabled + label,
div.disabled-input {
    cursor: not-allowed !important;
}

input.readonly:not(:checked) {
    filter: contrast(0.6);
}

.checkbox-input input[type="checkbox"].readonly,
.checkbox-input input[type="radio"].readonly {
    cursor: not-allowed !important;
}

.checkbox-input .readonly + label {
    cursor: not-allowed !important;
}

.form-footer button {
    height: 100%;
    border: solid 1px #000;
    border-radius: 30px;
    width: 156px;
    font-size: 15px;
    font-weight: 900;
    margin-top: 30px;
    height: 45px;
}

.form-footer a {
    border: solid 1px #000;
    border-radius: 30px;
    width: 156px;
    font-size: 15px;
    font-weight: 900;
    margin-top: 30px;
    height: 45px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-footer a:not([disabled]):hover {
    transform: scale(1.08);
}

.form-footer button:not([disabled]):hover {
    transform: scale(1.08);
}

.form-footer button[disabled] {
    cursor: not-allowed;
}

.form-footer .cancel {
    margin-right: 25px;
    background-color: #fff;
    color: #000;
}

.form-footer .submit {
    background-color: #000;
    color: #fff;
}

.content-information-title {
    padding: 40px 15% 0 15%;
}

.content-information-title img {
    width: 26px;
}

.content-information-title p {
    font-size: 22px;
    font-weight: bold;
    margin-left: 2px;
}

@media only screen and (max-width: 769px) {
    .content-information-title {
        padding: 40px 5% 0 5%;
    }
}
