#myModal .modal-content .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10;
}
#myModal .modal-content .close-btn:hover {
    color: #e74c3c;
    transform: scale(1.1);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0, 0);
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal {
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 100;
}
.modal-content {
    margin: auto;
    border: 0 solid #888;
    max-width: 600px !important;
    width: 100% !important;
    height: 543px !important;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
.modal-header .close {
    margin-top: -2px;
}
.border-radius-6{
        border-radius: 6px;
}
.modal-header {
    border-bottom-color: #f4f4f4;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body p {
    margin: 0 0 10px;
}
.modal-header {
    border-bottom-color: #f4f4f4;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
    border-top-color: #f4f4f4;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
#iframe_popup_login {
    width: 100%;
}
