#forgotpw-section{
    background: linear-gradient(to bottom,#BBD8F7, #FE754A); 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15% 15% ;
    height: 100vh;
}
.box{
    background-color: white;
    width: 900px;
    height: 540px;
    border-radius: 20px;
}
.inner-box{
    padding: 10% ;
}
h2{
    font-family: 'Poppins', sans-serif !important;
}
p{
    color: #b5b3b3;
}
#password{
    color: #b5b3b3;
}
form{
    font-size: Thin 100 Italic;
}
  #company-email{
    color: #b5b3b3;
}
.btn2{
    width:400px;
    height: 40px;
    border-radius: 5px;
    border-width: 0px;
    cursor: pointer;
    transition: background-color 1.5s ease-in-out !important;
}
.btn2:hover{
    background-color: #003c77 !important;
    color: #fff;
}

.btn-b{
    transition: background-color 1.5s ease-in-out !important;
    padding: 12px 20px 12px 20px !important;
}

.btn-b:hover {
    background-color: #003c77 !important;
    color: #fff;
}
.logo{
    padding: 100px 0 20px 0;
}
  @media only screen and (min-width:431px) and (max-width: 950px) {
    .forgotpw{
        padding: 10% 10% ;
    }
    .box{
        background-color: white;
        width: 100%;
        height:100%;
        border-radius: 20px;
    }
    .inner-box{
        padding: 5%;
    }
  }
@media only screen and  (max-width: 430px) {
    .forgotpw{
        padding: 15% 15% ;
    }
    .box{
        background-color: white;
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    .inner-box{
        padding: 10% 5%;
        margin-top: 50px;
    }
    span{
        display: block;
    }
}

#forgotpw-section {
    background: linear-gradient(to bottom, #BBD8F7, #FE754A);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: 'Poppins', sans-serif !important;
}

p {
    color: #b5b3b3;
}

.btn {
    width: 100%;
    max-width: 600px;
}

#company-email {
    color: #b5b3b3;
}

.btn-b{
     transition: background-color 1.5s ease-in-out !important;
}

.btn-b:hover {
    background-color: #003c77 !important;
    color: #fff;
}

.logo {
    padding: 20px 0;
}

form {
    font-size: Thin 100 Italic;
}

.box {
    background-color: white;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}


