.bx-welcome {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    max-width: 460px;
    box-shadow: 0 0 10px 10px rgba(34, 60, 80, .2);
}

.bx-welcome-section {
}

.bx-welcome-section .modal-header {
    border: none;
    padding-bottom: 0
}

.bx-welcome-section .modal-header .close {
    padding: 10px 15px;
    margin: 0;
    border-radius: 10px;
    background: #222a37;
    opacity: 1;
}

.bx-welcome-section .modal-header .close:hover {
    opacity: .8;
}

.bx-welcome-section .modal-header button {
    /*padding-top: 25px*/
}

.bx-welcome h5 {
    display: block;
    color: #000;
    /*text-transform: uppercase;*/
    font-size: 24px;
    line-height: 1.2;
}

.bx-welcome h5 .modal-title-span {
    display: block;
    margin-top: 20px;
    text-transform: none;
    color: gray;
    font-size: 14px;
}

.bx-welcome .modal-body .modal-body-text {
    font-size: 14px;
    opacity: .8;
}

.bx-welcome .modal-body .modal-body-subtext,
.bx-welcome .modal-body .modal-body-subtext a {
    padding-top: 20px;
    color: #000;
    font-size: 10px;
    opacity: .8;
    line-height: 1.2;
}

.bx-welcome .modal-body .modal-body-subtext a:hover {
    text-decoration: none;
}
