
@font-face {
    font-family: 'Gotham-Light';
    src: url('Gotham-Light.eot'); /* IE9 Compat Modes */
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
    src:url('Gotham-Light.woff') format('woff'); /* Modern Browsers */
    src: url('../fonts/Gotham-Light.ttf')  format('truetype'); /* Safari, Android, iOS */

    font-weight: normal;
    font-style: normal;
}


.forgot-password-block{
background-color: transparent !important;
margin-top: 100px;
}

.forgot-password-h2{
    font-family: Gotham-Light;
    font-size: 28px;
    color: #676767 !important;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 55px;

}
.input-forget{
    width: 315px !important;
    border-radius: 6px !important;
    height: 50px !important;
    background: none repeat scroll 0 0 white !important;
    font-family: Gotham-Light;
    font-size: 18pt!important;
    color: #929292 !important;
    border: 1px solid #929292 !important;
}