#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: linear-gradient(rgb(186, 84, 120) 0%, rgb(91, 19, 44) 100%);
    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.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: linear-gradient(rgb(186, 84, 120) 0%, rgb(91, 19, 44) 100%);
    
}

#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: 0.5em;
    line-height: 1
}

.form{
   
    top: 98px;
    right: 35px;
    padding: 0;
    width: 280px;
    border-radius: 18px;
    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);
 
 
}

.credits img{
    padding: 10px;
    height: 100%;
    width: 90%;
}

.header{
    padding:30px ;
    background: rgb(239, 239, 239);
    
}

.header h1{
    font-size: 17px;
}

@media (max-width:767px) {
    .form{
        position: relative;
        right: 0;
        top: 10px;
       
        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;
    }
}

.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: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding: 1.25rem !important;
  
}

.lp_register_form .btn-submit{
    width: 100%;
    background: linear-gradient(#2b42c4 0%, #1B2872 100%) !important;
}

/* #intl_phone_0 {
    padding-left: 50px; 
    text-indent: 2000px;
} */

.lp_register_form input[type="tel"]{
    /* direction: rtl !important; */
    /* margin-left: 70px !important; */
     
 }
 
.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container{
    left: 0 !important;
    right: auto !important;
}

.form label{
    display: none;
    align-self: flex-start;
}

