.pageHead{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 480px){
    .pageHead{
        height: 155px;
    }
}


.user-process{
	margin-top: 25px;
	margin-bottom: 25px;
}
.user-process .title{
	text-align: center;
    font-size: 27px;
    text-transform: uppercase;
}
.box .input-group{
	margin-bottom: 15px;
}
.box .input-group-addon{
	background: #1069a9;
	border:none;
	border-radius: 0px;
	padding: 12px;
	min-width: 45px;
}
.box .input-group-addon .fa{
	color: #FFF;
}
.box .input-group .form-control{
	border-radius: 0px;
    height: 40px;
    padding-left: 20px;
}

.post_button{
	text-align: center;
}


.box input[type=button], 
.box input[type=reset], 
.box input[type=submit]{
    margin: 10px auto;
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: #e60000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s;
} 
.box input[type=reset]:hover, 
.box input[type=submit]:hover{
	background: #1069a9;
}

.forgot-passwd{
	float: right;
	color: #333;
}
.forgot-passwd:hover{
	text-decoration: none;
}


.user-desc .alert-info{
	border-radius: 0px;
}
.user-desc .alert-desc{
	color: #333;
    font-weight: 300;
    font-size: 15px;
}
.user-desc .alert-user{
	font-size: 18px;
}

.user-photo{
    height: 175px;
    width: 175px;
    background-color: #e9e9e9;
    border:1px solid #000;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.user-btn{
	margin-top: 75px;
    border-radius: 0px;
    font-size: 18px;
    border: none;
}


.login-box .panel-default>.panel-heading{
    background: #e60000;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    border-color: #e60000;
    height: 45px;
}
.login-box .panel-default>.panel-heading .panel-title a{
    color: #FFF;
    text-decoration: none;
    position: absolute;
    top: 15px;
    left: 30px;
    right: 30px;
    text-align: center;
}
.login-box legend{
    font-size: 18px;
}

.login-box th{
    background: #000;
    color: #FFF;
    font-weight: 400;
}
.login-box table{
    border-radius: 0px;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
    vertical-align: middle;
}

.tournament-list .btn{
    border:none;
    border-radius:0px;
}


.btn-export{
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 45px;
    display: block;
    background: #e60000;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 16px;
    padding: 15px;
}
.btn-export .fa{
    margin-left: 15px;
}
.btn-export:hover,
.btn-export:focus{
    color: #FFF;
    text-decoration: none;
}

.boat-image{
    float: left;
    margin-right: 15px;
}
.liste{
    float: left;
    font-weight: 300;
    padding: 0px;
}

.modal .tags{
    font-weight: 400;
}
.modal legend{
    color:#e60000;
    font-size: 15px;
}