﻿@charset "utf-8";
/* CSS Document */

/* CSS Document */

body {
    background: url(/LoginThemes/Image/image1/pattern.png) repeat scroll 0 0;
}
.btn1{
    margin-top:100px;
}

.blue{

    margin-top:-10px;
	 position:relative ;
	background:url(/LoginThemes/Image/image1/bg.jpg) repeat scroll 0 0 ;
    height:410px;
 
 
}

.form-signin {
	
	margin:40% auto;
	height:500px;
	
	background-color: #fff;
	  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.logo {
    background:url(/LoginThemes/Image/image1/logo.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 125px;
    margin: 25px auto;
    width: 180px;
}
.btn-greenblue {
  color: #ffffff;
  background-color: #36b7a6;
  border-color: #2a8b7b;
 
}
.btn-greenblue:hover,
.btn-greenblue:focus,
.btn-greenblue:active,
.btn-greenblue.active,
.open .dropdown-toggle.btn-greenblue {
  color: #ffffff;
  background-color: #2ba292;
  border-color: #2a8b7b;
}
.btn-greenblue:active,
.btn-greenblue.active,
.open .dropdown-toggle.btn-greenblue {
  background-image: none;
}
.btn-greenblue.disabled,
.btn-greenblue[disabled],
fieldset[disabled] .btn-primary,
.btn-greenblue.disabled:hover,
.btn-greenblue[disabled]:hover,
fieldset[disabled] .btn-greenblue:hover,
.btn-greenblue.disabled:focus,
.btn-greenblue[disabled]:focus,
fieldset[disabled] .btn-greenblue:focus,
.btn-greenblue.disabled:active,
.btn-greenblue[disabled]:active,
fieldset[disabled] .btn-greenblue:active,
.btn-greenblue.disabled.active,
.btn-greenblue[disabled].active,
fieldset[disabled] .btn-greenblue.active {
  background-color: #428bca;
  border-color: #357ebd;
}


.checkbox{
	float:right;
	font-size:12px;
        font-weight:bold;
	padding-top:10%;
}

.forget{
	float:left;
	font-size:12px;
  font-weight:bold;
	padding-top:13%;

}
	
	
.img{
	margin:15% auto;
	}



.form-signin {
	height: 550px;
}