body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #c5c5c5 !important;
}
/* LOGIN */

.panel-default {
    max-width: 380px;
    max-height: 520px;
    margin: 10% auto 0;
    padding: 0;
    background: #c5c5c5 !important;
    border: none;
}
.panel-bd {
	max-height: 520px;
	max-width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	background: #f5f5f5;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2px 10px 2px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 0px;
}
.panel-header{
	background: #f5f5f5;
	border: none;
}
.view-header {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -100px;
	margin-left: 24%;
	border-radius: 50%;
	background: #c5c5c5;
	padding: 10px;
	text-align: center;
}
.view-header .header-icon {
	height: 150px;
	width: 150px;
	margin: 0;
	border-radius: 50%;
	border: 2px solid white;
}

.panel-body{
	margin-top: 7rem;
	background: #f5f5f5;
	max-height: 500px;
}
.panel-body .btn-reset{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 13rem;
    padding: 6px;
}
.panel-body .btn-login{
    color: #fff;
    background-color: #e67403;
    border-color: #e67403;
    margin-left: 10px;
    width: 13rem;
    padding: 6px;
}
.panel-body .alert-message{
	position: relative;
	margin: -55px 0 -40px 0;
}
.panel-body .form-login{
	margin-top: 50px;
}
.panel-body .alert-message .alert{
	margin: 0;
}
.panel-body .footer{
	margin: 10px 0 -10px 0;
    padding: 10px 0 0px 0;
}
.panel-body .footer a{
	color: #e67403;
	border: none;
}
.panel-body .footer .forgot a{
	color:#0B2161;
	border: none;
}


/* Passenger Information */
.modal .modal-header{
	background: #e67403;
	color: white;
}
.modal .modal-body .btn-reset{
	margin-right: -10px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 13rem;
    padding: 6px;
}
.modal .modal-body .btn-submit{
	margin-right: 50px;
    color: #fff;
    background-color: #e67403;
    border-color: #e67403;
    width: 13rem;
    padding: 6px;
}