.logo img{
    width: 220px;
    height: 60px;
}
.ancor-text a{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.ancor-text{
    display: flex;
    gap: 25px;
}
.head{
    text-align: center;
    margin-top: 20px;
    color: #8a1616;
}
.head p{
    font-size: 25px;
    font-weight: 650;
}
.head h1{
    font-size: 60px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 75px;
}
.text-one{
    margin-top: 35px;
}
.line-one{
    font-size: 25px;
    font-weight: 750;
}
.line-one span{
    margin-left: 5px;
}
.text-two{
    margin-top: 23px;
    font-size: 23px;
    font-weight: 750;
    line-height: 25px;
}
.col-lg-6 h3{
   color: rgb(9, 82, 37);
   font-weight: bold;
}
.col-lg-6 p{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.text-three{
    text-align: center;
    color: #8a1616;
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
}
div label{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 5px 0;
}
select{
    width: 450px;
    height: 50px;
    border: solid 1px black;
    border-radius: 5px;
}
input{
    width: 430px;
    height: 50px;
    border: solid 1px black;
    border-radius: 5px;
}
form{
    box-shadow: 4px 4px 10px rgb(173, 171, 171);
    margin-top: 8px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 10px;
}
form .btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.btn-two{
    background-color: rgb(9, 82, 37);
    border: none;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 80px 10px 80px;
    border-radius: 10px;
}
body{
    width: 100%;
}
.captcha img{
    width: 400px;
}
.captcha{
    display: flex;
    justify-content: center;
}

@media screen and (max-width:700px){
    .ancor-text a{
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        color: black;
    }
    .logo img{
        width: 120px;
        height: 20px;
    }
    input{
        width: 325px;
    }
    select{
        width: 325px;
    }
    #text-display{
        font-size: 22px;
        width: 100%;
        height: 25px;
    }
    .head{
        margin-top: 10px;
    }
    .head p{
        font-size: 20px;
        line-height: 20px;
    }
    .line-one{
        font-size: 18px;
    }
    .text-two{
        margin: 10px 0 10px 0;
        font-size: 18px;
        line-height: 20px;
    }
    .col-lg-6 h3{
        font-size: 20px;
        margin: 8px 0 4px 0;
        line-height: 20px;
    }
    .col-lg-6 p{
        font-size: 16px;
    }
    .text-three{
        font-size: 20px;
        line-height: 20px;
    }
    .captcha img{
        width: 300px;
    }
   
}
@media screen and (max-width:344px){
    input{
        width: 270px;
    }
    select{
        width: 270px;
    }
    form{
        padding-left: -30px;
    }
   form label{
        font-size: 16px;
    }
    .captcha img{
        width: 270px;
    }
}