.book-form-logo{
    width: auto;
    max-height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
.form-custom-book label{
color: rgba(0,0,0,.6);
font-size: 14px;
margin: 0 0 6px;
font-weight: 400;
}
.book-form input{
background-color: #e9e8f3;
border-radius: 30px;
color: #07113d;
margin-bottom: 1.2rem;
}
.book-form p{
    font-size: 14px;
    margin: 0 0 6px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}
.book-form a{
    color: rgb(0, 0, 255);
    font-weight: 700;
    text-decoration: underline;
}
.custom-button-book{
    background-color: #000000;
    color: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    margin: 1rem 0 1.2rem;
}
.custom-button-book:hover{
    transform: translateY(-5px);
    transition: all .2s ease-in-out;
}
.book-form h4{
    font-size: 1.25rem;
    font-weight: 700;
    color: #07113d;
    padding: 0;
    margin: 15px 0 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.book-form{
    top: 1rem;
}
.book-form iframe .form-card{
    box-shadow: none !important;
}
@media screen and (max-width: 798px){
.book-form {
    top: 20rem;
}
}