
.content-load {
    width: 91%;
    margin: auto;
    background: #bf737c;
    padding: 10px;
    border-radius: 15px;
    
}

.text-load {
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.content-load a {
    color: #fff;
}

.block_load {
    background: #90696d;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
}

.block_load2 {
    background: #90696d;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
}

.block_load input::placeholder {color: #fff;}

.block_load input {
    background: #00000000;
    border: none;
    padding: 10px;
    width: 100%;
    color: #fff;
    outline: none;
}

.block_captcha {
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 15px;
}

.block_captcha img {
	border-radius: 10px;
	position: relative;
	top: 12px;
}

.block_captcha input::placeholder {color: #fff;}

.block_captcha input {
    background: #90696d;
    border: none;
    padding: 10px;
    width: 164px;
    margin-bottom: 5px;
    border-radius: 15px;
    color: #fff;
    outline: none;
}

.content-load button {
    background: #bf737c;
    border: none;
    color: #fff;
    padding: 5px;
    width: 50%;
    border-radius: 10px;
}


        .container_load {
            perspective: 3500px;
        }

        .book_load {
            width: 100%;
            height: 100%;
            transition: transform 1s ease;
            transform-style: preserve-3d;
        }

        .page_load {
            width: 100%;
            height: 100%;
            position: relative;
            backface-visibility: hidden;
            justify-content: center;
            align-items: center;
        }

        .page1_load {
        }

        .page2_load {
            transform: rotateY(180deg);
            position: relative;
            top: -225px;
        }

        

        .flip-back {
            transform: rotateY(180deg);
        }
