
@media only screen and (min-width: 360px) and (max-width: 768px) {
    .container {
        width: 100%;
        margin: 0 auto; /* Center the DIV horizontally */
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 80%;
        margin: 0 auto; /* Center the DIV horizontally */
    }


}

@media screen and (min-width: 692px) {
    .fixed-header, .fixed-footer {
        position: fixed;
        padding-top: 60px;
        padding-bottom: 40px;
}
    body {
        padding-top: 60px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 691px) {
    .fixed-header, .fixed-footer {
        position: absolute;
        font-size: 9px;
    }
    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}
.fixed-header, .fixed-footer {
    width: 100%;
    background: #333333b2;
    /* padding: 10px 0;*/
    color: #fff;
}

.fixed-header {
    top: 0;
}

.fixed-footer {
    bottom: 0;
}
/* Some more styles to beutify this example */
nav a {
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}

.container p {
    line-height: 200px; /* Create scrollbar to test positioning */
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    #formulario {
        background-color: rgba(0,0,0,.6);
        border-radius: 5px;
        position: relative;
        margin: auto;
        top: 100px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 160px;
    }
}

@media screen and (min-width: 768px) {
    #formulario {
        background-color: rgba(0,0,0,.6);
        border-radius: 5px;
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 500px;
        height: 160px;
    }
}



#formulario {
}

input:focus {
    border: none;
    border-bottom: white 1px solid;
    background-color: rgba(0,0,0,0);
    outline: none;
    padding-left: 10px;
}

.inputer {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: white 1px solid;
    background-color: rgba(0,0,0,0);
    width: 60%;
}

.labeler {
    padding-top: 20px;
    font-family: 'Raleway', sans-serif;
    width: 100px;
}

.circulo {
    right: -50px;
    top: 25%;
    background-color: rgba(0,0,0,0);
    border-radius: 40%;
    width: 80px;
    height: 80px;
    color: black;
}

#loger:hover {
    transform: rotate(360deg);
}

#loger {
    transition-duration: 1s;
}

a {
    color: white;
}

@media screen and (min-width: 768px) {
    #powered {
        text-align: left;
        padding-left: 100px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    #powered {
        text-align: left;
        padding-left: 8px;
    }
}




@media only screen and (min-width: 360px) and (max-width: 768px) {
    #forgot {
    }
}

@media screen and (min-width: 768px) {
    #forgot {
        position: absolute;
        float: left;
        margin-left: -30px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    #reg {
        margin-top: 0px !important;
    }
}

    #reg {
        position: relative;
        float: right;
        padding-right: 10px;
    }


