*{
    margin: 0;
    padding: 0;
}
body{
    background-image:url(../images/LOGO.jpg) ;
    background-size: cover;
    background-attachment: fixed;
    font-family:  'New times roman';
}
h1{
    font-size: 40px;
    padding-left: 20px;
    color: white;
    margin-top: 250px;
}
p{  
    padding-left: 15px;
    width: 700px;
    font-size: 17px;
    color: white;
}
h3{
    text-align: center;
    font-size: 25px;
    color: white;
}
.glyphicon-pencil{
    font-size: 35px;
    color: white;
    float: right;
    margin-top: 20px;
}
.col-md-5{
    margin-top: 80px;
    box-shadow: -1px 1px 60px 10px black;
    background: rgba(0, 0, 0, 0.4);
}
.row
{
    margin-right: 20px;
}
.label{
    font-weight: normal;
    margin-top: 15px;
    padding-left: 15px;
    color: white;
    font-size: 25px;
}
.form-control{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid white;
    font-size: 18px;
    margin-top: 15px;
    height: 40px;
    color: white;
}
.input[type="checkbox"]{
    margin: 15px;
    width: 15px;
    height: 15px;
}
small{
    font-size: 18px;
    color: white;
}
.btn-info{
    margin-top: 20px;
    font-size: 18px;
    width: 120px;
    margin-left: 80px;
    margin-bottom: 20px;
}