.modal .modal-content{
    background-color: white;
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 0;
    border-radius: 8px;
    width: 900px;
}
.modal .close{
    margin-right: 12px;
    position: absolute;
    top: 50px;
}

.modal .thanks{
    margin-right: 12px;
    position: absolute;
    bottom: 10px;
    color: blue;
    display: none;
}

.modal .close:hover{
    cursor: pointer;
}

.modal .modal-columns{
    background-color: white;
    display: flex;
    border-radius: 12px;
}

.modal-c{
    width: 50%;
}

.modal-c:nth-child(1){
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 12px 0 0 12px;
    background-color: #92DAE8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.modal-c:nth-child(2){
    padding: 50px 51px 50px 64px;
}

.modal p:nth-child(1){
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.modal p:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    color: #5A7184;
    margin-top: 36px;
}

.modal input{
    font-size: 16px;
    font-weight: 600;
    padding: 17px 12px;
    width: 100%;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #C3CAD9;
}

.modal-c .btn{
    background-color: #1565D8;
    color: white;
    margin-top: 23px;
    width: 100%;
    border-radius: 8px;
}