body{
	background-image: url("background.png");
}
#frame{
    background-color: rgba(240, 240, 240, 0.95);
}
#logo{
    height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;  
}
#title{
    height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;    
}
#title h1{
    text-align: right;
    font-size: 50px;
}
.form-control{
    width: 100% !important;
}