﻿/*css for model*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.header_model {
    background: #007bff;
    color: #fff;
    font-weight: 600;
    padding: 5px 0 5px 0px;
}

    .header_model h5 {
        float: left;
        padding: 6px 0 0 40%;
        font-weight: 600;
    }

    .header_model span {
        float: right;
    }

.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 37%;
    text-align: center;
}

.close {
    float: right;
    padding: 0px 5px 0 0;
    margin: 0px;
    font-size: 24px;
    padding: 6px 13px;
    color: #fff;
}

    .close:hover {
        color: #e6e6e6;
    }

.modal-content .content_buy {
    font-size: 21px;
    line-height: 30px;
    /*color: #007bff;*/
    color:#8a8888;
    padding-top: 15px;
    margin-bottom: 0px;
}

.buy_now {
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    background: #007bff;
    color: #fff !important;
    padding: 9px;
    border-radius: 4px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    display: inline-block;
    width: 24%;
    cursor: pointer;
    align-self: center;
    text-align: center;
}

/*#buy_Now:hover {
    background: #f58320;
}

#buy_Now:before {
    background: #f58320;
}*/
.buy_now.hvr-rectangle-out:before {
    background: #f58320;
    border-radius: 4px;
}
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.login_img {
    width: 72px;
    display: inline-block;
}
.content_model{
     padding: 20px;
}
.content_model .login_img img{
    width: 100%;
}