@font-face {
    font-family: 'Lato-Light';
    src: url('/statics/font/Lato-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

.Rectangle-ForgotPassword {
    width: 80%;
    height: 240px;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute; /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-half-rectangle {
    width: 80%;
    height: 145px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    margin: auto;
}

.form-title {
    font-family: 'Lato-Light';
    font-weight: 300;
}

.Line-2-Email {
    width: 90%;
    height: 1px;
    border: solid 2px #006330;
    margin-top: 50px;
}

#recovery-email {
    padding: 10px 5px 12px;
}

#btnSubmit {
    background-color: #006330;
    border: none;
    margin: 0;
}
