@import
	url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
	background: url(../images/dgdox-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	
}

p {
	color: #fff;
}

.login-form {
	/* background: url("../images/bgt.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
	width: 410px;
	margin:auto;
	padding: 2px 50px 5px 50px;
	/* border: 5px double #000; */
	background:white;
	border-radius: 10px;
	
}

.title {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;;
	text-decoration: underline;
	height: 40px;
}

#title2 {
	/* width: 390px;
	height: 120px;
	padding-top: 5px */
	justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
    
}

.title3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;;
	text-decoration: underline;
	height: 67px;
}

.title4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;;
	text-decoration: underline;
	height: 40px;
	padding-top: 5px
}

#title2 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}

#title3 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}

.form-footer {
	text-align: center;
	margin-top: 5px;
}

.bt-login {
	background-color: #ceb06b;
	color: #000;
	padding-bottom: 30px;
	padding-top: 6px;
	transition: background-color 300ms linear 0s;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	width:80%;
	margin : auto;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	/*  margin-bottom: 10px; */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin input[type="password"] {
	/*  margin-top: 10px;*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

i {
	margin-right: 4%;
	color: #000
}

a {
	text-decoration: none;
	/* color: #0066bd; */
	font-weight: bold;
}

.forgot {
	margin-top: 10px
}
.forgot a{
	    text-decoration-line: underline;
	    font-size:11px;
	    color:#CEB06B;
}
@media ( min-width : 320px) and (max-width: 350px) {
	.login-form {
		width: 280px !important;
	}
}

@media ( min-width : 350px) and (max-width: 500px) {
	.login-form {
		width: 300px !important;
	}
	#title2 {
		width: 190px;
		height: 130px;
		padding-top: 5px;
	}
}

@media ( min-width : 320px) and (max-width: 1023px) {
	body {
		background: url(../images/dgdox-bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #fff;
		
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	}
}

@media ( min-width : 1024px) and (max-width: 1360px) {
	body {
		background: url(../images/dgdox-bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #fff;
		
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	}
}

@media ( min-width : 1361px) and (max-width: 1960px) {
	body {
		background: url(../images/dgdox-bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #fff;
		
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	}
}

.has-error {
	color: #ff0000 !important;
}

.has-success {
	color: #78b310 !important;
}

.has-error input {
	border: 1px solid red !important;
}

.has-success input {
	border: 1px solid #78b310 !important;
}

.message_success {
	background-color: #78b310;
	color: #fff;
	padding: 5px;
}

.message_error {
	background-color: #e74c3c;
	color: #fff;
	padding: 5px;
}