
/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: 300;
    line-height: 0;
    color: white;
    background-color: #CE348A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.close {
    margin-left: auto;
    float: right;
    font-size: 28px;
    font-weight: 300;
    line-height: 0;
    color: white;
    background-color: #CE348A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #888;
    max-width: 950px;
    width: 85%;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#myModal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 68%);
    /* flex-direction: column; */
    /* justify-content: flex-start; */
}

.form-wrapper {
    margin-top: 0;
    width: 90%;
}

.form-margin{
    margin: 0;
}

.form-title {
    font-size: 35px;
    font-family: Poppins;
    letter-spacing: 0.39px;
    line-height: 53px;
    color: #2B0556;
    font-weight: bold;
    text-align: center;
}
