
@media screen  and (min-width: 1000px) {
    .forgot-big-box{
        width: 100%;
        height: 100%;
        background: white;
    }
    .forgot-box{
        width: 1350px;
        min-height: 780px;
        background:url(../img/login.jpg) no-repeat center;
        margin: 0 auto;
        position: relative;
    }
    .forgot {
        position: absolute;
        top:55px;
        left: 82px;
        background: white;
        width: 420px;
    }
}
.forgot{
    width: 420px;
    height: 550px;
    margin: 0 auto;
    color: rgb(128,128,128);
    text-align: center;
}

.error{
    display: none;
    color: red;
}

.forgot-text{
    font-size: 24px ;
    color: #000;
    margin-top: 82px;
    margin-bottom: 30px;
}
.ipt-box{
    margin: 20px auto;
    height: 62px;
}
.email{
    width: 289px;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #c0c4cc;
}
input:focus{
    outline: #c0c4cc;
}
.btn-span{
    display: inline-block;
    width: 309px;
    background: #000;
    border-radius: 3px;
    color: white;
    background: #133285;
    padding: 10px 0;
    cursor: pointer;
}
.cancel a{
    background: #b2b2b2;
}
.cancel a:hover{
    color: white;
}

@media screen and (max-width:800px) and (min-width:200px){
    .forgot{
        width: 90%;
        height: auto;
    }
}