.set_title{
    text-align: center;
}
.set_title h2{
    /* line-height: 6rem; */
    margin: 2rem 0;
}
.forgot-head{
    text-align: center;
    color: black;
}

.forgot-head h2 {
    font-size: 22px;
}

.forgot-pass{
    display: flex;
    justify-content: center;
    align-items: center;
}
.forget {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 20rem;
  
    background: rgb(246,237,240);
    margin-bottom: 40px;
}
.forgot_fieled{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 14px 0px;
}
.forgot_set{
    width: 80%;
}
.forgot_set label{
    color: black;
    font-size: 16px;
}
.forgot-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.forgot-btn button {
    width: 36%;
    height: 48px;
    border-radius: 9px;
    border: none;
    margin-top: 20px;
    background-color: rgb(236,30,37);
    color: white;
}
.forgot-btn button:hover{
    color: white;
    background-color: black;
}
.secure{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 35px; */
    width: 30%;
    margin: 0 auto 35px auto;
    display: flex;
    justify-content: flex-start;
}
.secure img{
    height: 50px;
    margin-right: 10px;
}
.secure p{
    font-size: 21px;
}
.privacy{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 35px; */
    width: 30%;
    margin: 0 auto 35px auto;
    display: flex;
    justify-content: flex-start;
}
.privacy img{
    height: 50px;
    margin-right: 10px;
}
.privacy p{
    font-size: 21px;
}
#imp{
    color: red;
}

@media(max-width: 1200px) {
    .secure,
    .privacy {
        width: 40%;
    }
}

@media(max-width: 992px) {
    .secure,
    .privacy {
        width: 50%;
    }
}

@media( max-width: 700px) {
    .secure,
    .privacy {
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .forget {
      width: 94%;
    }
    .forgot-head h2{
        font-size: 24px;
    }
    .forgot_set label {
        font-size: 16px;
    }
    .set_title h2{
        font-size: 20px;
    }
    .forgot-btn button {
        width: 50%;
    }

    .secure,
    .privacy {
        width: 70%;
    }

    .secure img {
        height: 40px;
    }

    .secure p {
        font-size: 18px;
    }

    .privacy img {
        height: 40px;
    }

    .privacy p {
        font-size: 18px;
    }
}

@media(max-width: 490px) {
    .secure,
    .privacy {
        width: 90%;
    }
}
@media only screen and (max-width: 425px){
    .forget {
        width: 100%;
    }

    .secure,
    .privacy {
        width: 100%;
        padding-left: 1rem;
    }
}
@media only screen and (min-width: 600px) {
    .forget {
      width: 81%;
    }
    .set_title h2{
        font-size: 25px;
    }
} 
@media only screen and (min-width: 992px){
    .forget {
        width: 63%;
    }
}
@media only screen and (min-width: 1200px) {
    .forget {
      width: 50%;
    }
}