
#lp_register_form {
    border-radius: 15px;
    max-width: 400px;
    padding: 1rem 1rem 0 1rem;
    margin: auto;
    /* direction: rtl; */
    text-align: center;
    align-items: center;
}

#lp_register_form form {
    font: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

#lp_register_form input[type="text"],
#lp_register_form input[type="email"],
#lp_register_form input[type="tel"] {
    width: 100%;
    height: 2rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    border-radius: 5px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

#lp_register_form input[type="tel"] {
    padding-left: 27%;
}

#lp_register_form input.invalid {
    border-color: red;
}

#lp_register_form .iti {
    width: 100%;
    display: block;
}

#lp_register_form .iti__country-list {
    direction: ltr;
    left: 0;
    max-width: 400px;
    border-radius: 5px;
}

#lp_register_form .iti__flag-container {
    direction: ltr;
    width:36%;
}

#lp_register_form .iti__flag-container .iti__selected-flag {
    background-color: transparent;
}

#lp_register_form .checkbox {
    font-size: 0.7rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    margin: 1rem 0 0 0;
}

#lp_register_form .checkbox input {
    margin-right: .5rem;
}

#lp_register_form .checkbox p {
    margin: 0;
}

#lp_register_form .btn-submit {
    margin: 0 auto;
    padding: 1rem 4rem;
   
    border: 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    background: #b41212;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

#lp_register_form .btn-submit:focus,
#lp_register_form .btn-submit:hover {
    transform: scale(1.2);
}

#lp_register_form .error {
    width: 100%;
    color: red;
}

#lp_register_form .success {
    margin: 0 0 1rem;
    color: green;
}

#lp_register_form .loading {
    position: relative;
}

#lp_register_form .loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

#lp_register_form .loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#lp_register_form .loading .btn-submit {
    pointer-events: none;
    background-color: #bdbdbd;
}

#lp_register_form .loading input {
    pointer-events: none;
}


body {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    background: linear-gradient(to bottom, #37647e, #c7efef);
    color: #000;
}

h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0.5em;
    line-height: 1
}

.form{
    
   
    padding: 0;
    width: 385px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: auto;
}

.minimum{
    text-align: center;
    margin: 0;
    font-size: 0.8em;
}

.credits{
    background: rgb(239, 239, 239);
    border-radius: 0 0 18px 18px ;
 
}

.credits img{
    padding: 10px;
    height: 100%;
    width: 90%;
}

.header{
    padding:10px ;
   border-radius: 10px 10px 0 0;
   color: white;
  
    
}

.header h1{
    color: #37647e;
    font-weight: bold;
    font-size: 19px;
}

@media (max-width:767px) {
    .form{
        position: relative;
        right: 0;
        top: -12px;
       
        margin-bottom: 250px;
        width: 295px;
        
        border-radius: 18px;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin: auto;
    }
}

@media (min-width:768px) {
    .form{
        border: 2px solid rgb(237, 22, 80);
        right: 0;
        top: -370px;
        margin-bottom: 250px;
        width: 350px;
        border-radius: 18px;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin: auto;
    }
}

.form-terms{
    padding: 10px;
    font-size: 11px;
}

.form-terms{
    padding: 10px;
    font-size: 11px;
}

.lp_register_form .checkbox{
    display: none !important;
}


.lp_register_form input[type="text"], .lp_register_form input[type="email"], .lp_register_form input[type="tel"] {
    height: 3rem !important;
    font-size: 1.7rem !important;
  
}

.lp_register_form .btn-submit{
    color: #36434f !important;
    font-size: 25px !important;
    font-weight: 700 !important; 
    padding: 1.7rem 3.4rem !important;
    background-color: #daecc3 !important;
    border-bottom: 6px solid #b88302 !important;
    background-color: #ecc125; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fee144), to(#dba007));
    background-image: -webkit-linear-gradient(top, #fee144, #dba007);
    background-image: -moz-linear-gradient(top, #fee144, #dba007);
    background-image: linear-gradient(to bottom, #fee144, #dba007);
}





/* Style the overlay to cover the entire screen */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

/* Style the form popup to appear in the center of the screen */


/* Additional styles for the form content (adjust as needed) */
.form {
    z-index: 1;
    border: 3px solid #063e44;
    text-align: center;
}

/* Show the overlay and form on click */
.popup-trigger {
    cursor: pointer;
}