.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding-top: 150px;
    display: none;
    overflow: hidden;
    outline: 0;    
    overflow-y: scroll;
} 
  
@media (min-width: 576px)
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog {
    position: relative;
    max-width: 700px;
    margin: 0px auto;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0rem;
    outline: 0;
    padding: 30px 20%;
    box-sizing: border-box;
    box-shadow: 0px 3px 14px #5d5d5d;
}
.modal-body label {
    color: #0d3864;
    font-size: 16px!important;
    font-weight: 700!important;
    letter-spacing: 0px!important;
    font-family: inherit;
    display: block;
    padding: 5px 0px;
}
.modal-header h1 span {
    color: #7fc41c!important;
}
.modal-body button[type="submit"] {
    background-color: #7fc41c!important;
    width: 100%;
    border-radius: 0px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 600;
}
a#a_forgot_pwd {
	color: #bcbcbc;
	text-transform: capitalize;
	font-weight: 300;
	padding-left: 10px;
	margin: 0px 0px 10px;
}
.modal-body input[type="text"] {
    background-color: transparent!important;
    border: 1px solid #c7c7c7;
    border-radius: 0px!important;
}
.modal-body input[type="password"] {
    background-color: transparent!important;
    border: 1px solid #c7c7c7;
    border-radius: 0px!important;
}
.modal-header h1 {
    text-align: center;
    position: relative;
    display: block;
    color: #0d3864;
	font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 800;
}
.modal-header { 
    display: block;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    right: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    top: 10px;
}
a#dont_account {
color: #c1c1c1;
font-weight: 500;
font-size: 15px;
margin: 5px 0px;
position: relative;
display: block;
text-align: center;
}

.sp_errfn, .sp_errln, .sp_errun, .sp_errem, .sp_errmn, .sp_errpwd, .sp_errtnc, .sp_errbn, .sp_errba, .sp_errconfirmpwd, .sp_errch_cpwd, .sp_errch_pwd, .sp_errpc, .sp_errcity, .sp_errstate, .sp_errzip {
    color: red;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}
#register_msg{
    color: #7fc41d;
    font-size: 18px;
}
.login_error{
    color: red;
    font-size: 18px;
}
.hide{
	display:none;
}
button#sel_acc_btn {
    border: 2px solid #0d3864;
    width: 100%;
    height: 60px;
    max-width: 200px;
    margin: auto;
    display: block;
    background: transparent;
    color: #0d3864;
    font-weight: 500;
    font-size: 14px;
	margin-top: 40px;
}
form#login_form label {
 color: #2aabe2;
}
.merchant_div {
    display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	max-width: 182px;
	margin: auto;
}

.merchant_div input {
    position: relative;
    margin: 0px;
    visibility: hidden;
    width: 17px;
    height: 17px;
}

.merchant_div input:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #0DB1F2;
    border-radius: 50px;
    visibility: visible;
}

.merchant_div input:checked:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #0DB1F2;
    display: block;
    position: absolute;
    left: 2px;
    right: 0px;
    top: 2px;
    bottom: 0px;
    margin: auto;
    visibility: visible;
    border-radius: 50px;
}
.acclogin_div input {
    height: 60px;
    border: 2px solid #EDEDED !important;
    margin: 5px 0px 10px;
}

.acclogin_div input::placeholder {
    color: #bcbcbc;
    font-weight: 300;
}
h1#sign_up_btn {
	font-family: 'Montserrat';
	font-size: 25px;
	color: #2aabe2;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	cursor: pointer;
}
button#login_btn {
 border: 2px solid #0d3864;
 width: 100%;
 height: 60px;
 max-width: 200px;
 margin: auto;
 display: block;
 color: #0d3864;
 font-weight: 500;
 font-size: 14px;
 margin-top: 0px;
 background: transparent !important;
 text-transform: uppercase;
}