.result-container {
    position: relative;
    z-index: 100;
    background: #fff;
    width: 100%;
}
.logo-img {
    margin-top: 0px;
    margin-left: 1rem;
}
label {
    color: #554948;
}

@media only screen and (max-width: 600px), 
       only screen and (min-width: 768px) and (max-width: 1024px) {
    .small-book-covers {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .modal-header .close {
        padding: 11px !important;
    }
    .m-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .m-mt-2 {
        margin-top:20px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .m-pad {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.mt-10 {
    margin-top:100px;
}

#move-to-top {
    background: rgba(0, 0, 0, .3);
    bottom: 20px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}
.mt-2 {
    margin-top:20px;
}
.mt-3 {
    margin-top:30px;
}
.br-20 {
    border-radius:20px;
}
.field-icon {
    position: absolute;
    right: 1%;
    top: 20%;
    font-size: 20px;
}