*{
    margin:0;
    box-sizing:border-box
}
body{
    font-family:Arial,sans-serif;
    background-color:#f2f2f2
}
.header{
    background-color: white;
    color: #fff;
    text-align: center;
    padding: 20px;
   /* font-size: 24px; */
    position: relative;
}
.forgot-password-container{
    background-color:#fff;
    width:100%;
    max-width:500px;
    margin:50px auto;
    border-radius: 15px;
	padding:20px;
    box-shadow:0 0 10px rgba(0,0,0,.2)
}
.forgot-password-container h2 {
    text-align: center;
    font-size: 25px;
	color: #009324;
    margin-bottom: 20px;
}
.forgot-password-container b {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.forgot-password-container p {
    font-size: 18px;
    text-align: center;
    color: green;
    margin-bottom: 2px;
}

.error {
    font-size: 18px;
    text-align: center;
    color: red;
    margin-bottom: 2px;
}
.forgot-password-textbox{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    border-radius:5px;
    background-color:#f2f2f2;
    padding:10px
}
.forgot-password-textbox i{
    padding:10px;
    color:#009324
}
.forgot-password-container button[type="submit"] {
    background-color: #009324;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
	border-radius: 5px;
}
.forgot-password-container a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #009324;
    font-size: 19px;
    text-decoration: none;
}
.forgot-password-container button[type="submit"]:hover{
    background-color:#007f1e
}
.textbox{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    border-radius:5px;
    background-color:#f2f2f2
}
.textbox i{
    padding:10px;
    font-size:20px;
    color:#009324
}
.textbox input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 18px;
    color: #009324;
    background-color: transparent;
}
.textbox input:focus{
    outline:none
}

.form-container{
    width: 80%;
    margin: auto auto;
}

@media only screen and (max-width:500px){
    .forgot-password-container{
        width:100%;
        margin:0px;
        height:auto
    }
    .forgot-password-container h2{
        font-size:24px;
        margin-bottom:10px
    }
    .forgot-password-container b{
        font-size:16px;
        margin-bottom:5px
    }
    .forgot-password-container p{
        font-size:14px
		color: green;
    }
    .forgot-password-textbox{
        margin-bottom:10px
    }
    .forgot-password-textbox i{
        padding:5px;
        font-size:16px
    }
    .forgot-password-textbox input[type="email"]{
        font-size:14px;
        padding:5px
    }
    .forgot-password-container button[type="submit"]{
        font-size:16px;
        padding:8px;
        margin-top:10px
    }
    .forgot-password-container a{
        margin-top:10px;
        font-size:14px
    }
    .textbox{
        margin-bottom:10px
    }
    .textbox i{
        font-size:16px;
        padding:5px
    }
    .textbox input{
        font-size:14px;
        padding:5px
    }
}

@media (min-width: 390px) and (max-width:390px){
    .close-icon img {
    margin-right: 19.5vh;
  }
  }