@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
      font-family: "Roboto", sans-serif;
    font-size: 14px;
/*     background: url('https://cdn.siter.io/assets/ast_YdGKpjCrrZM4PQeUiABN3S3wP/e69233ef-0032-4678-8762-0d4da38ee729.gif');*/
     background-repeat: no-repeat;
     background-size: cover;
     background: #F1F1F1;
}
label{
    font-weight: 600;
    color: rgb(55,65,81);
}
    legend {
        POSITION: relative;
    TOP: -40px;
    background: white;
    padding: 0 10px;
    color: #333;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -30px;
    border-radius: 4px;
}
fieldset {
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 10px;
/*    box-shadow: 0 0 10px 0 #ccc;*/
    padding: 1rem !important;
}
.btn-primary{
        background: #1f428f;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    PADDING-LEFT: 2.5REM;
    PADDING-RIGHT: 2.5REM;
}

.step-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }
        .step {
            display: flex;
    width: 150px;
    padding: 10px;
    margin: 5px;
    background-color: #ddd;
    color: #333;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    height: 69px;
    align-items: center;
    justify-content: center;
        }
        .step.active {
            background-color: #007bff;
            color: #fff;
            font-weight: bold;
        }

      /*  .logo-area{
/*            background: url('https://cdn.siter.io/assets/ast_YdGKpjCrrZM4PQeUiABN3S3wP/e69233ef-0032-4678-8762-0d4da38ee729.gif'); 
            padding: 1rem;
            border-radius: 15px;

        }
        .logo-area img{
            height: 60px;
        }*/

        .copyright{
            text-align: center;
            background: #2e4994;
            padding: 5px;
            color: white;
        }
        .copyright a{
            text-decoration: none;
        }
        .head {
            color:#2e4994 ;
        }

@media (max-width:576px){
    .logo-area img {
    height: 45px;
}
}