body {
    overflow: hidden;
}

.login {
    background-image: url("images/loginbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    height: 761px;
}

.dataa {
     display: table-cell;
    vertical-align: middle;
    position: fixed;
    top: 25%;
    left: 35%;
}

.btn {
    font-size: 18px;
}

.info {
    text-align: center;
    color: white;
    background-color: rgba(255,255,255,0.6);
    border-radius: 7px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 95.49);
}

.form-control {
    text-align: center;
    font-size: 18px;
}

.form-group h2 {
    color: #0669BB;
}

.form-group {
    margin: 20px;
}

.password {
    margin-top: 15px;
}

.btn-default {
    margin-top: 18px;
    color: white;
    background-color: #0669BB;
    ;
    border-color: #0669BB;
}

.photo-text {
    padding: 20px;
}

footer p {
    float: right;
    color: white;
}

footer img {
    float: right;
    width: 50px;
}

.footer {
    background-color: #232323;
    width: 100%;
    color: white;
    position: fixed;
    bottom: 0;
    padding: 10px 10px 1px 10px;
}

    .footer img {
        width: 60px;
    }

.pic {
    padding-top: 20px;
}

    .pic img {
        width: 23%;
        background-color: white;
        border-radius: 4px;
    }

.bg {
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 5px;
    padding: 1px 0px;
}



@media only screen and (max-width: 700px) {
    .pic img {
        width: 17%;
    }

    .form-group h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 450px) {

    .dataa {
        top: 22%;
        left: 0%;
    }
}



@media only screen (max-width: 500px) {

    .dataa {
        position: fixed;
        top: -6%;
        left: 0%;
    }
}

@media only screen and  (max-width: 750px)  {

    .dataa {
        position: fixed;
        top: 12%;
        left: 27%;
        width: 50%;
    }
}
@media only screen and  (max-width: 900px)  {

    .dataa {
        position: fixed;
        top: 12%;
        left: 27%;
        width: 50%;
    }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
    .info {
        margin: -20px 32px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 750px) {

    .dataa {
        position: fixed;
        top: 0%;
        left: 0%;
    }
}

@media only screen and (max-height: 4000px) {

    .login {
       
        height: 4000px;
    }
}

@media only screen and (max-height: 3000px) {

    .login {
       
        height: 3000px;
    }
}

@media only screen and (max-height: 2000px) {

    .login {
     
        height: 2000px;
    }
}

@media only screen and (max-height: 1000px) {

    .login {
      
        height: 1000px;
    }
}
@media only screen and (max-height: 800px) {

    .login {
      
        height: 800px;
    }
}