@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
html {
  position: relative;
  min-height: 100%
}
body {
	overflow-x: hidden;
	background-image: url("../images/photo-1.jpg");
	background-position: center;
	background-size: cover;
}
/*=========================== Login Page ============================*/
.dash_bg {
	height: 100vh;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_bg {
	width: 500px;
}
.login_bg .panel {
	margin-bottom: 0;
	border: none;
    border-radius: 0;
     -webkit-box-shadow: none; .login_hdn
     box-shadow: none;
}
.login_bg .panel-heading {
	border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.login_bg .btn {
	box-shadow: none;
	border-radius: 0;
}
.login_bg .panel-info > .panel-heading {
	color: #fff;
    background-color: #363c3e;
    border: none;
    text-align:center;
}
.login_logo {
	align-items: center;
	justify-content: center;
	display: flex;
}
.login_hdn {
	align-items: center;
    justify-content: center;
    display: flex;
    margin: 5px 0 10px 0;
    font-size: 25px;
    color: #ffe480;
}
/*-------Dev Start-------*/
.help-block {
    color: #e00707;
    display: block;
    font-size: 11px;
}
label.required:after {
    content: "*";
    color: #e00707;
}
/*-------Dev End-------*/
.btn.btn-info {
    background-color: #f79622;
    border: 1px solid #f79622;
}