/* Add your CSS styling here */
html{
     background-color: #f8f8f8;
   
}

body {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;

}

span {
    margin-left: -20px;
}

.logo-container {
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding-top:20px;

}

form {
    background-color: #f8f8f8;
    height: 75vh;
    width: 100vw;
    padding-top: 5vh;
}

.step {
    display: none !important;
}

.step.active {
    display: block !important;
}

.error {
    color: red !important;
    margin-bottom: 3px;
}

label {
    color: #555 !important;
    font-size: 20px;
    padding: 0px !important;
}

h2 {
    width: 80vw;
    margin: auto;
    padding-bottom: 50px !important;
    color: #555 !important;
    text-align: center;
}

.cards {
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

.my_card {
    width: 230px !important;
    height: 300px;
    background-color: white !important;
    border-radius: 25px !important;
    margin: 10px 30px !important;
    overflow: hidden;
    padding: 0px !important;
    text-align: center;
}

.my_card:hover {
    border: 5px solid #555 !important;
    margin: 0px 30px !important;

}

img {
    width: 150px !important;
    height: 150px !important;
    margin: 25px 40px;
}

input[type="radio"] {
    opacity: 0;

}

.aForm {
    width: 500px;
    margin: 0 auto;
    padding: 20px 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.aForm h2 {
    width: auto !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

/* Style for labels and inputs */
.aForm label {
    margin-bottom: 10px;
}

input[type="text"] {

    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 14px;
}

.aForm input[type="submit"],
.aForm button {
    background-color: #3498db;
    color: #555;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.aForm input[type="submit"]:hover,
.aForm button {
    background-color: #1e87d9;
}

#loading {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    color: #555 !important;
    ;
}

#loading p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}

.two_column {
    display: flex;
    justify-content: center;
    align-items: center;

}

.form_img {
    width: 400px !important;
    height: 400px !important;
}

.form_page {
    background-color: #fff;
    height: 95vh;
    margin-top: -28vh;
    border-radius: 25px;
    color: #555 !important;
    text-align: center !important;
}

.form_page_form {
    background-color: #fff;
    height: 95vh;
    margin-top: -28vh;
    border-radius: 25px;
    color: #555 !important;
}

.form_page h2 {
    margin-top: 120px;
}
.top{
   margin-top: -50px;
}

.form_page_form p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #555 !important;
}

.checkbox-text{
    font-size: 16px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.load {
    width: 100px;
    height: 100px;
    margin: 110px auto 0;
    border: solid 10px#555;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@media (max-width: 1024px) {
form {
         height: auto !important;
    }
.top{
   margin-top: 0px;
}
    span {
        margin-left: 0px;
    }

    h2 {
        margin: auto;
        padding: 0px;
        font-size: 20px !important;
        margin-bottom: 40px !important;
    }

    label {
        font-size: 30px;
    }


    .cards {

        display: block !important;
        overflow: scroll;
    }

    .step {
        font-size: 25px;
    }

    .step h2 {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        font-size: 30px !important;
    }

    .my_card {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 10px;
        border-radius: 0px !important;
        margin-top: 10px !important;
        width: auto !important;
        height: auto !important;
        padding: 0px;

    }

    form {
        height: 100vh;
        padding-top: 2vh;
    }
    
     .logo {
        width: 28vw !important;
        height: 28vw !important;
     }

    img {
        width: 20vw !important;
        height: 20vw !important;
        margin: 5px;
    }

    .form_img {
        width: 65vw !important;
        height: 65vw !important;
        margin-bottom: 10px;
    }

    .form_page {
        height: auto !important;
        background-color: #f8f8f8;
        margin-top: 0px !important;
        padding: 0px !important;
    }
    
    .form_page_form {
        background-color: #f8f8f8;
        height: auto !important;
        margin-top: 0;
        padding-top: 5vh;
        margin-top:-25vh !important;
    }

    .form_page_form p {
        font-size: 20px;

    }

    #loading {
        background-color: #f8f8f8;
    }

    h4 {
        font-size: 20px !important;
    }


}



@media (max-width: 480px) {
   
    
    
    span{
        font-size: 16px;
    }

    h2 {
        margin: auto;
        padding: 0px;
        font-size: 20px !important;
        margin-bottom: 40px !important;
    }

    label {
        font-size: 20px;
    }


    .cards {

        display: block !important;
        overflow: scroll;
    }

    .step {
        font-size: 15px;
    }

    .step h2 {
        margin-top: 5px !important;
        margin-bottom: 0px !important;
        font-size: 20px !important;
    }

    .my_card {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 10px;
        border-radius: 0px !important;
        margin-top: 10px !important;
        width: auto !important;
        height: auto !important;
    }

    form {
        height: 100vh;
        padding-top: 2vh;
    }
    
    .logo {
        width: 35vw!important;
        height: 35vw!important;
    }

    img {
        width: 24vw !important;
        height: 24vw !important;
    }

    .form_img {
        width: 80vw !important;
        height: 80vw !important;
        margin-bottom: 10px;
    }

    .form_page {
        background-color: #f8f8f8;
        height: auto !important;
        margin-top: -50px !important;
        padding: 0px !important;
    }

    .form_page_form {
        background-color: #f8f8f8;
        height: auto !important;
        margin-top: 0;
        padding-top: 5vh;
    }

    #loading {
        background-color: #f8f8f8;
    }

    h4 {
        font-size: 15px !important;
    }
    .form_logo{
        width:35vw !important;
        height:35vw !important;
        margin-bottom: 20px;
        margin-top:-5px;
    }

}