basic.css 909 Bytes
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.05.2017, 00:27:58
    Author     : nc
*/

body{
	background-color: #d0d5d8;
}

.logo{
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer{
	margin-top: 50px;
	text-align: center;
}


.header{
	margin-bottom: 20px;
}

.header img {
  float: left;
}

.header h1 {
  position: relative;
  top: 18px;
  left: calc(50% - 150px);
}


.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1); 
  border-radius: 7px;
}

.right{
	 float: right;
}

.btn{
	
	margin:2px;
}
#collapseId form,
#collapseId .btn{
	display: inline-block;
	 clear: left;
	float: left;
	min-width:30%;
}