*{
    padding: 0;
    margin: 0;
}
html, body{
    height: 100vh;
    width: 100%;
    font-family: 'Comfortaa', sans-serif;

}

.wrapper{
    display: flex;
    justify-content: center;
    

    background-image: url(image/Background.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 35%;
    font-family: 'Comfortaa', sans-serif;


}

.skarra-1 .logo-style{
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 450px;
}

.bg-en{
    text-align: end;
    color: #508430;
    font-family: 'Comfortaa', sans-serif;
    font-size: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.bg-en a{
    color: #508430;
    font-family: 'Comfortaa', sans-serif;

    text-decoration: none;
    font-size: 30px;
font-weight: 500;
    
    
}


.skarra-title{
    font-size: 38px;
    text-align: center;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600;
    padding-bottom: 40px;

}

.form-section{
    background-color: #508430;
    padding: 50px 250px 1px 250px;
    border-radius: 12px;
    width: 1100px;
    margin-bottom: 85px;
}

.yellow-text a{
    color: #E8AB41;
    text-decoration: none;
  

}
.text-white{
    color: white;
    text-align: center;
    padding-left: 23px;
}

.text-terms{
    padding-top: 30px;
    width: 440px;
    display: block;
    margin: 0 auto;
}

.form-control {

    padding: 20px!important;
}


.text-info-1{
    color: white;
    text-align: center;
    padding-left: 35px;
    padding-top: 20px;
}
.btn-primary{
    background-color: #E8AB41!important;
    border: 1px solid transparent!important;
    font-size: 20px!important;
}

.form-check-input:checked{
    background-color: #E8AB41!important;
    border: 1px solid transparent!important;
}
.mobile-cow{
    display: none;
}
#agreement,
.agreement-text {
    text-align: left;
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
    color: #E8AB41;
}
.alertMsg {
    margin: 0px auto;
    margin-bottom: 5px;
    color: red;
    background: white;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}


@media (max-width: 800px){
    .form-section{
        width: 100%;
        padding: 20px;
    }
    .text-terms{
        width: 100%;
    }
    .skarra-1 .logo-style {
        width: 300px;
    }
    .bg-en a{
        font-size: 13px;
    }
    .bg-en{
        font-size: 13px;
    }
    .skarra-title{
        font-size: 29px;
    }
    .wrapper{
        background-image: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-cow{
        display: block;
        background-image: url(image/Mobile-background.svg);
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
    }
    .form-section{
        margin-bottom: 0px;
    }

}