﻿ body.overflow_hidden { overflow: hidden; }

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    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 */
}

/* Modal Content/Box */
#BMCIdnet_form .modal-content {
    background-color: #fefefe;
    margin: 100px auto 0 auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
    border-radius:0px !important;
}

#BMCIdnet_form .modal-content h2:after {
	display:none !important
}

#BMCIdnet_form .modal-content input {
    font-size: 13px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    background: #efeeed;
}

.login-text {
    font-family: 'bnpp_sans_condensedbold',sans-serif;
    line-height: 16px;
    font-size: 47px;
    color: #85b95f;
    font-weight: 300;
}

.bmcid-text {
    color: #484848;
    font-size: 35px;
    line-height: 34px;
    margin-bottom: 0px;
    letter-spacing: 0.7px;
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
