.book-modal .modal-dialog {
max-width: 555px;
}
.book-modal .modal-content {
padding: 40px 72px;
}
.book-modal .close {
border: none;
background: transparent;
position: absolute;
top: 15px;
right: 15px;
}
.book-modal .modal-body h5 {
width: 100%;
max-width: 250px;
text-align: center;
margin: 0 auto 24px;
}
.book-modal .modal-body button {
font-size: 14px;
font-weight: 600;
color: #fff;
padding: 18px 25px;
background: #dc33a9;
border-radius: 4px;
border: 0;
}
.book-modal .modal-body .form-control:focus {
box-shadow: none;
border-color: transparent;
}
.book-modal .modal-body .form-control {
background: #f0f0f0;
height: 38px;
padding: 12px 16px;
border-color: transparent;
}
.book-modal .modal-body .form-control::placeholder {
font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
letter-spacing: 0.7px;
}
.book-modal .modal-body input::-webkit-outer-spin-button,
.book-modal .modal-body input::-webkit-inner-spin-button {
display: none;
}
button.show-btn {
border: 0px!important;
background: transparent!important;
padding: 0px!important;
}
button.show-btn:hover {
color:#000;
}
.fade.show {
opacity: 1;
background-color: #000000ad;
} @media only screen and (max-width: 426px) {
.book-modal .modal-content {
padding: 56px 37px;
}
.book-modal .modal-body h5 {
max-width: 200px;
}
.book-modal .modal-body .form-control::placeholder {
font-size: 12px;
line-height: 1;
}
}