body{
    margin: 0px;
    padding: 0px;
    background-image: url("adult.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.content{
    padding: 20px; 
    margin: auto;
    box-shadow: 0 0 6px rgb(0, 0, 0);
    width: 500px;
    margin-top: 100px;
   
}
ul{
    display: block;
    list-style-type: none;
    padding-bottom: 15px;
    padding-left: 0px;
    width: 50%;
}
li{
    float: left;
}
.signin{
    font-family: calibri;
    padding: 0px;
    margin: 0px;
}
.under{
    border-bottom: 1px solid #858c94;
    color: white;
}
.above{
    color: white;
}
ul:hover {
    text-decoration: none;
}
.signup{
    font-family: calibri;
    padding-left: 20px;
}
h3{
    color: white;
    font-family: courier, sans-serif;
}
.form-horizontal{
    margin-top: 10px;
    padding: 0px;
}
.form-group{
    background-color: ;
    margin-bottom: 0px;
}
label{
    color: white;
    font-family: sans-serif;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 1px;
}
input#name.form-control{
    background-color: transparent;
}
input[type=name]{
    background-color: transparent;
    padding-left: 10px;
    width: 100%;
    margin-right: 0px;
    border-radius: 0px;
    color: white;
}
input[type=password]{
    background-color: transparent;
    padding-left: 10px;
    width: 100%;
    margin-right: 0px;
    border-radius: 0px;
    color: white;
}
.hr{
    margin: auto;
    margin-top: 10px;
    border-bottom: 1px solid white;
    width: 100%;
}
input[type=checkbox]{
    margin-right: 3px;
}
button.btn{
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0px;
}
button.btn:hover{
    color: white;
    background-color: #00c3ff2f;
    border:1px solid white;
    box-shadow: 0 0 6px rgb(255, 255, 255);
}
.forgot{
    font-size: 13px;
    margin-top: px;
    color: #007bff;
    float: right;
}
p{
    color: #b8bec5;
    text-align: center;
}
/*span{
    width: 10px;
    height: 10px;
    color: white;
    background-color: white;
}*/
