/*body {
            padding-top: 40px;
            padding-bottom: 40px;
            background-color: #ADABAB;
         } */
         a.button {
    background-color:#F60;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #FF8533;
}

a.button-reversed { 
    background-color: #2E6290;
}



a.button-forward { 
    background-color: #2E6290;
}

a.button-reversed:hover {
	background-color: #214769;
}
.container  {
max-width:40%;
padding-right:5%;
padding-left:5%;
margin-left:30%;
margin-right:30%;
margin-bottom:2%;
margin-top:2%;
background-color:linear-gradient(to bottom, #ffffff 0%, #3366cc 100%);


			border: 2px solid #e5e5e5;
			 -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
}
 .round-image{
	  background-image: url('../images/img_user.jpg');
	background-repeat: no-repeat;
	background-position: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
	border: 2px solid #f60;
	margin-left:100px;
	margin-right:100px;
	
}

         .form-signin {
            max-width: 350px;
			padding: 19px 29px 0px 29px ;
			 margin: 0 auto;
			 margin-bottom: 6px;
            color: #017572;
			
	font-family:Tahoma, Geneva, sans-serif;
         }
		
		 .form-group {
margin-bottom:10px
}
         
         .form-signin .form-signin-heading,
         .form-signin .checkbox {
            margin-bottom: 20px;
			color:#2E6290;
         }
         
         .form-signin .checkbox {
            font-weight: normal;
         }
         
       .form-control {
            position: relative;
            height: auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
			width:100%;
            font-size: 16px;
			
			 border-radius: 5px 5px 5px 5px;
			 
         }
         
         .form-signin .form-control:focus {
            z-index: 2;
         }
         
         .form-signin input[type="text"] {
            margin-bottom: 10px;
			margin-top: 10px;
            border-color:#F60;
			border: 2px solid #F60;
			padding: 7px 19px;
			 border-radius: 5px 5px 5px 5px;
			  font-size: 16px;
			 
         }
         
         .form-signin input[type="password"] {
            margin-bottom: 10px;
			padding: 7px 19px;
           border-color:#F60;
		   border: 2px solid #F60;
		    border-radius: 5px 5px 5px 5px;
			 font-size: 16px;
         }
		 .form-signin button{ 
			background-color: #2E6290;
			border-radius: 5px 5px 5px 5px;
			color: #FFFFFF;
			display: inline-block;
			font-weight: bold;
			padding:  8px 15px;
			text-decoration: none;
			text-transform: uppercase;
			margin-top: 10px;
		}
		.form-signin button:hover{
	background-color: #F60;
	color: #000;
		}
		
	
		.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px
}
		.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:700
}
.alert>p, .alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable, .alert-dismissible {
	padding-right:35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}
.alert-success {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}
         
         