body.register-page {
  /*background: #ff0000;
  background: url('images/Background tarif.jpg');*/
   background: url('images/Background tarif.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-overlay {
    background: url("includes/images/Background tarif.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.register-logo {
	background:rgba(250,250,250,0.75) !important;
	margin-bottom: 0;	
	
}

.register-box{width:900px;margin:2.5% auto}

@media (max-width:900px){
	.login-box,.register-box{width:90%;margin-top:10px}
}

.btn-duta {
	background: #dd4b39;
	color: #fff;
}

.btn-duta:hover {
	background: #c64333;
}


