#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: 0.2rem 4rem;
   
    border: 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    background: #FFBC04;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

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

#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: #FFBC04;
}

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


body {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    background-color: #fff;
    color: #000;
}

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

.form{
  
    padding: 0;
    width: 100%;
    border-radius: 18px;
    
   
    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 0 ;
   
    
}

.header h1{
    font-size: 19px;
}

@media (max-width:767px) {
    .form{
        margin-bottom: 250px;
        width: 295px;
        
        border-radius: 18px;
        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: 2.5rem !important;
}

.lp_register_form .btn-submit {
    background: #ce9040 !important;
}

label{
    display: none;
}
