.response-code-desc{
    margin-top: 50px;
}
div.url{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #191919;

}
.hentry-header{
    margin-bottom: 15px;
}
.hentry-content .td{
    color: #1FC3B0;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    background: transparent;
}
form{
    padding: 10px 0;
}
form input:not([type="submit"]) {
    border: 1px solid #F2F2F2;
    width: 100%;
    max-width: 535px;
    margin-right: 20px;
    background-color: #F2F2F2;
}
.description{
    margin-top: 50px;
    padding-top: 10px;
    border-top: 3px solid #eeecec;
    margin-bottom: 50px;
}
.response-check-form{
    margin-bottom: 80px;
    padding: 0;
}
.response-check-form [type="text"]{
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 6px 0 0 6px;
    padding: 12px 15px;
}
.response-check-form [type="submit"]{
    border-radius: 0 6px 6px 0;
    border:  none;
    background: #1FC3B0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    padding: 12px 15px;
    transition: background .4s ease, color .4s ease;
}
.response-check-form [type="submit"]:hover{
    border-radius: 0 6px 6px 0;
    border:  none;
    background: black;
    color: white;
    padding: 12px 15px;
}
.wpnew-spinner {
    color: official;
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
}
.wpnew-spinner div {
    transform-origin: 40px 40px;
    animation: wpnew-spinner 1.2s linear infinite;
}
.wpnew-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1FC3B0;
}
.wpnew-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.wpnew-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.wpnew-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.wpnew-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.wpnew-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
    .wpnew-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.wpnew-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.wpnew-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.wpnew-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.wpnew-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.wpnew-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.wpnew-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes wpnew-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}