body, .my_background{
    font-family: 'Roboto', sans-serif;
    background-color: #e8e9eb;

	margin-top: 40px;
	margin: 0px;
	padding: 0px;
}
.tete{
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height:60px;
	top: 0px;
	
}
.logo-form{
	color: red;
	opacity: 0.8;
	font-style: italic;
	text-decoration: underline;
}

.logo{
	position: absolute;
	padding: 0px;
	top: 22px;
	margin: 0px;
	left: 15px;
	font-weight: bold;
}
.ul-header{
	position: relative;
	margin: 0px;
	padding: 0px;  
}
.li1, .li2, .li3, .li4, .li5, .li6{
	
	list-style-type: none;
	color: black;
	float: right;
	display: inline-block;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	opacity: 0.9;
	
}
.li1, .li2{
	color: blue;
	opacity: 0.8;
}
.li1:hover,.li2:hover, .li3:hover, .li4:hover, .li5:hover, .li6:hover{
	
	color: red;
	text-decoration: underline;
	
	opacity: 0.8;
}
.container{
	position:absolute;
	margin-top: 70px ;
	margin-left:80px;
}
.err{
	color:red;
	
}
.succ{
	color:green;
}
.err1{
	background-color: #F9E7EE;
	
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 15px;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
   
	
	color: #555;
    font-size: 28px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.alert-1, .alert-2{
	color: black;
	right: 20px;
	top: 49px;
	
}
.F_regist{
	
	background-color:rgb(90, 90, 90); 
	width: 100%;
	height:190px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	
	top: 650px;
	text-align: center;
	color: white;
}

.b{
	top: 200px;
	position:absolute;
	font-weight: bold;
	background-color: white;
	text-decoration:none;
	border-color: green;
	border-width: 1px;
	right: 210px;
	
}
.b-1{
	top:200px;
	position:absolute;
	font-weight: bold;
	background-color: white;
	text-decoration:none;
	border-color: green;
	border-width: 1px;
	right: 420px;
	
}
.ff7 {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	font-size: 13px;
	font-weight: bold;
}
.ff8 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
	font-size: 13px;
	font-weight: bold;
}
.need-help
{
    margin-top: 10px;
}
.ff6{
	
	font-size: 12px;
}

a:link{
	text-decoration: none;
}
.register {
    background: -webkit-linear-gradient(left,  #1143a6, #00c6ff);
    background: -moz-linear-gradient(left,  #1143a6, #00c6ff); /*gecko*/
    background: -ms-linear-gradient(left,  #1143a6, #00c6ff); /*IE10*/
    background: -o-linear-gradient(left,  #1143a6, #00c6ff); /*opera 11.10+*/
    background: linear-gradient(left,  #1143a6, #00c6ff); /*future CSS3 browsers*/
    padding: 3%;
	height: 100%;
	width : 100%;
  	
}

.register-left {
    text-align: center;
    color: #fff;
	padding: 4%;
    margin-top: 20%;
}




