.kaizen-scope #popup-modal .box-image {
    flex-basis: 53%;
    max-width: 100%;
}

.kaizen-scope #popup-modal .form-regis {
    flex-basis: 47%;
    background-color: #00285a;
}

.kaizen-scope #popup-modal .box-form {
    background: linear-gradient(125.46deg, #FCFDFF 18.81%, #E1EEFA 99.02%);
    padding:1rem;
    border-radius: 20px;
}

.kaizen-scope #popup-modal .form-regis .box-title {
    font-family: 'Inter-Bold';
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    color: #00285a;
}
.kaizen-scope #popup-modal .form-regis input.form-control:focus{
    box-shadow: unset;
}
.kaizen-scope #popup-modal .form-regis .form-group img{
    width: 2.25rem;
}
.kaizen-scope #popup-modal #send-personal-info {
    background: #FF0000;
    font-family: 'Inter-Bold';
    color: #fff;
    font-size: 1.25rem;
    min-width: 50%;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}


.kaizen-scope #popup-modal .form-regis select:focus{
    box-shadow: none;
}
.kaizen-scope .form-select,.kaizen-scope 
input::placeholder{
    font-size: 14px !important;
}
@media screen and (max-width:1199px) {
    .kaizen-scope #popup-modal .form-regis .box-title{
        font-size: 1rem;
    }
}