#myModal .modal-header{
    padding:0;
}
#myModal .modal-header button{
    top: -14px;
    position: absolute;
    right: -14px;
    height: 44px;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 22px;
    border: none;
}

#myModal .modal-header button span{
    line-height: 44px;
    font-size: 29px;
}

@media screen and (max-width: 575px){
    #myModal .modal-header button{
        top: 0;
        right: 0;
    }
}
#myModal .modal-header .header-img{
    width: 100%;
    height: 200px;
    background: url(/images/image4.png) no-repeat;
    background-size: cover;
    background-position-y: center;

}
#myModal .modal-body h4{
    font-size: 24px;
    font-weight: bold;
}
#myModal .modal-body input{
    padding: 1.5rem ;
}
#myModal .modal-body .submit{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background: #FFB612;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-error{
    font-size: 14px;
    color: red;
}

.thank-icon{
    width: 12em;
    margin: 2em auto;
}

.text-bold-6{
    font-weight: 600;
}
