.ac-form-wrapper {
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.ac-form-wrapper .ac-form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 26rem;
    height: 100%;
    position: fixed;
    left: 0;
    overflow-y: auto;
    z-index: 2;
    background-color: #fff;
}
.ac-form-wrapper .form {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
}
.ac-form-wrapper .form input, .ac-form-wrapper .form select {
    height: 5vh;
    min-height: 30px;
    max-height: 45px;
    width: 100%;
    margin-bottom: 1.5vh;
    border: 0;
    padding-right: 0;
    color: #000;
    font-family: "PloniMLv2AAA-Regular";
    font-size: 1.2rem;
    border-bottom: 2px solid #000;
    direction: rtl;
}
.ac-form-wrapper .ac-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2vh;
    font-weight: 300;
    font-family: "RosenbergTextileSquareMF-Bold";
    margin-top: 1rem;
    line-height: 0.8;
}
.ac-form-wrapper .ac-title span{
    font-family: "PloniMLv2AAA-Regular";
    font-size: 70%;
}
.ac-form-wrapper .ac-title strong{
    font-weight:700 
}
.ac-form-wrapper .ac-form-logo img{
    width: 5rem;
    margin: 5vh auto 1vh;
}
::-webkit-input-placeholder, select::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
    color: #000;
    font-family: "PloniMLv2AAA-Regular";
}
::-moz-placeholder, select::-moz-placeholder {
   /* Firefox 19+ */
    color: #000;
    font-family: "PloniMLv2AAA-Regular";
}
:-ms-input-placeholder, select:-ms-input-placeholder {
   /* IE 10+ */
    color: #000;
    font-family: "PloniMLv2AAA-Regular";
}
:-moz-placeholder, select:-moz-placeholder {
   /* Firefox 18- */
    color: #000;
    font-family: "PloniMLv2AAA-Regular";
}
.ac-toggole-form{
    position: absolute;
    top: 1rem;
    right: 3rem;
    background-color: transparent;
    border: 0;
    display: none 
}
.ac-checkbox-wrapper {
    display: flex;
}
.ac-form-wrapper .ac-checkbox-div {
    width: 2.5rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    position: relative;
    top: 3.6rem;
}
.ac-form-wrapper .ac-checkbox-div input {
    height: 100%;
}
.ac-form-wrapper .ac-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 1vh;
}
.ac-form-wrapper .label-wrapper {
    position: relative;
    top: -0.4rem;
    font-size: 0.9rem;
}
.ac-form-wrapper .ac-leagal-v2 {
    display: block;
    position: relative;
    top: 0.5rem;
    right: -2rem;
    margin-bottom: 2rem;
}
.ac-form-wrapper .ac-button-wrapper {
    width: 108%;
}
.ac-form-wrapper .ac-button-wrapper button {
    width: 100%;
    background: #D7E600;
    font-weight: 400;
    border: 0;
    color: #000;
   /* font-size: 1.7rem;
    */
   /* padding: 0.3rem 0.5rem 0.5rem;
    */
    border-radius: 3rem;
    border: 1px solid #D7E600;
    transition: border 1s;
    font-family: "PloniMLv2AAA-DemiBold";
    padding: 0.5rem 6rem 0.3rem;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.ac-form-wrapper .ac-button-wrapper button:hover{
    border: 1px solid #000;
}
.ac-formlogo-clmobil{
    width: 9rem;
    height: auto;
    display: block;
    margin: -3vh auto 3vh;
}
.ac-formlogo-clmobil img{
    width: auto;
    height: 100%;
}
@media(max-width:1000px){
    .ac-form-wrapper .form input, .ac-form-wrapper .form select {
        height: 4rem;
        width: 100%;
        margin-bottom: 1.5rem;
        border: 0;
        padding-right: 1rem;
        color: #000;
        font-family: "AlmoniDLAAA";
        font-size: 1.7rem;
   }
    .ac-form-wrapper .ac-checkbox-div {
        width: 3.5rem;
        height: 2.5rem;
        position: relative;
        top: 12.4vw;
   }
    .ac-form-wrapper .label-wrapper {
        top: -0.8rem;
        font-size: 1.3rem;
   }
    .ac-form-wrapper .ac-form-inner {
        padding-bottom: 4rem;
        position: relative;
        width: 100%;
        overflow: unset;
        margin-bottom: 7rem;
   }
    .ac-form-wrapper .ac-button-wrapper button {
        font-size: 2.2rem;
   }
    .ac-form-wrapper .form input, .ac-form-wrapper .form select {
        border-bottom: 1px solid #000;
   }
    .ac-form-wrapper {
        height: auto;
   }
}
@media (max-width: 650px) {
    .ac-form-wrapper .form {
        width: 100%;
   }
    .ac-form-wrapper .ac-form-inner {
        width: 90%;
   }
    .ac-form-logo{
        display: none 
   }
    .ac-form-wrapper .ac-form-inner {
        margin-bottom: 2rem;
        margin-top: 1rem;
        padding-bottom: 0;
        z-index: 0;
        background-color: transparent;
   }
    .ac-formlogo-clmobil {
        margin: 0 auto;
        margin-top: 2rem;
   }
    .ac-form-wrapper .ac-button-wrapper button{
        width: 70%;
        margin: auto;
        text-align: center;
        display: flex;
   }
    .ac-formlogo-clmobil img {
        width: 100%;
        height: auto;
   }
}
