

/* Login Form */
.login-form {
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    width: 100%;
    max-width: 750px;
    margin-top: 50px;
}
.login-form .single-login {
    margin-bottom: 15px;
}
.login-form .single-login label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
    display: block;
     font-family: 'Montserrat', sans-serif !important; /* font-family: "Rufina", serif;*/
    font-weight: 400;
}
.login-form .single-login input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    padding: 12px 10px;
    width: 100%;
     font-family: 'Montserrat', sans-serif !important; /* font-family: "Rufina", serif;*/
    font-weight: 400;
    cursor: pointer;
}
.login-form .single-login a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    display: inline-block;
    padding: 10px 43px;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    transition: .3s;
     font-family: 'Montserrat', sans-serif !important; /* font-family: "Rufina", serif;*/
    font-weight: 400;
}
.login-form .single-login a:hover {
    background: #e31c79;
    color: #fff;
    border: 1px solid #e31c79;
}


/* Button Styling */

.custom-btn {
    border: 1px solid #eceff8;
    padding: 12px 10px;
    min-width: 170px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    border-radius: 32px !important;
    background-color: #e31c79;
    color: white;
    cursor: pointer;
}

/* Archive Banner */

.archive-banner {
    background-image: url(../img/orderArchives.jpg);
    background-size: cover;
    height: 240px;
    background-position: 0px 41%;
}

/* Book Box */

.js-star-rating .fa {
    color: #b7b7b7;
}

    .js-star-rating .fa.checked {
        color: orange;
    }

.js-star-rating {
    margin-left: 8px;
}

.js-product-box .js-star-rating {
    margin-left: 0px;
    margin-top: 6px;
}

.bk-title-wrapper {
    display: flex;
    align-items: center;
}

    .bk-title-wrapper label {
        max-width: calc(100% - 38px);
        overflow: hidden;
        flex: 0 0 auto;
        text-overflow: ellipsis;
    }

.loadersmall {
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #e25d9b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
}

.js-header {
    transition: all 0.25s;
    top: 0px;
}

.fixed-header {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo-subtitle {
    position: relative;
    top: -6px;
    text-align: center;
    color: #ababab;
}

.img-wrapper {
    max-width: 192px;
}

    .img-wrapper img {
        width: 100%;
        margin-top: 10px;
    }

.sr-float-action {
    position: absolute;
    color: #e31c79;
    top: calc(50% - 12px);
    right: 22px;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
}

.header-search-row {
    height: 100%;
    align-items: center;
}

.bk-title-wrapper {
    display: flex;
    align-items: center;
}

.bk-title-wrapper label {
    max-width: calc(100% - 38px);
    overflow: hidden;
    flex: 0 0 auto;
    text-overflow: ellipsis;
}

img.preview-screen {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}

p.para-notice {
    padding-left: 25px;
    font-weight: 600;
    color: #f00;
}