
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-image: url('../image/wallpaper5.jpg');
	background-size:cover;
}




strong { font-weight: 500; }



h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
h4{
	color:black;

	font-size: 16px;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 65px;

}

.form-top {
	overflow: hidden;
	padding: 0 25px 5px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.45);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 15px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.8;
}

.form-bottom {
	padding: 25px 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.25);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}



.form-bottom form .input-error {
	border-color: rgb(255,16,0);
}

.form-bottom .btn1
{
	float:right;
}




.input-icon.left i {
    color: rgb(255,102,107);
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 8px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 20px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 43px !important;
}

.forget a
{
	color:white;
	font-size:15px;
}

.forget
{
	margin-top:5px;
}

.modal-body p
{
	font-size:15px;
	color:black;
	text-align:left;
	padding-right: 15px;
	padding-left: 15px;

}


