body {
    background:url(../img/img1.jpg) no-repeat ;
    background-size: 100%;
}

#auth {
    margin-top: 250px;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    width: 300px;
    border-radius: 10px;
    text-align: center;
    height: 280px;
}

p {
    color: black;
}

#logo {
    margin: 0px;
}

img {
    height: 70px;
    width: 140px;
}

.recovery {
    margin-left:10px;
    color: red;
}

input {
    width: 200px;
    height: 30px;
    color: black;
    font-size: 15px;
    background-color: #faffa2;
    border:0;
    border-radius: 3px;
    text-align: center;
}

#errors {
    background-color: red ;
    float: right;
    width: 300px;
    border-radius: 3px;
    text-align: center;
    color: white;
    opacity: 0.95;
}

#new_account {
    color: red;
    opacity: 0.95;
}

.passworde {
    margin-top: 10px;
}

#ssubmit {
    height: 30px;
    margin-top: 10px;
    width: 150px;
    color: white;
    background: linear-gradient(45deg, #eaf813, #ffc101);
    border: 0px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ssubmit:hover {
    height: 30px;
    margin-top: 10px;
    width: 150px;
    color: white;
    background: linear-gradient(45deg, #f8dc13, #ffa901);
    border: 0px;
    border-radius: 20px;
    margin-top: 10px;
}

Input[type=checkbox] {
    width: 15px;
    height: 14px;
    display: inline;
    margin: 0 5px 0 0;
}

p {
    margin: 0;
    margin-top: 10px;
}






@media only screen and (max-width: 990px){
    body {
        background:#2B2B2B ;
    } 
    #auth {
        margin-top: 45%;
        margin-bottom:55%;
        height: 280px;
    }
}