* {
  box-sizing: border-box;
}

body {
  font: 400 13.3333px Arial;
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
}

.field_alle {
  width: 100%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

select {
  width: 100%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.select_ansp_anrede {
  width: 99%;
  padding: 12px;
  margin-right: 2px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.select_ansp_kategorie {
  width: 99%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.select_neueingabe {
  width: 80%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.select_filter {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.input_berufe_filter {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #97BD30;
  border-radius: 4px;
}

textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.radio-inline{
	padding:0px !important;
}

.left {
	overflow: hidden;
}

.right {
	float: right;
	width: 60px;
	margin-left: 5px;
}

#anzahl {
  width: 70px;
  height: 35px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: #ccc;
}

#tische, #stuehle, #stellwaende {
  width: 90px;
  height: 35px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.field-400 {
  width: 400px;
  height: 35px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

#standinfos, #vortragsinfos, #workshopsinfos, #geraetschafteninfos {
	display: none;
    width: 100%;
}

fieldset {
  padding: 15px 15px;
  border: 1px dotted #fff;
  border-radius: 8px;
}

.strasse {
  width: 84% !important;
  float: left;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.ort {
  width: 84% !important;
  float: right;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.hausnr {
  width: 15% !important;
  float: right;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.plz {
  width: 15% !important;
  float: left;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.field-95 {
	float: left;
	width: 95% !important;
	height: 42px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

.field-97 {
	float: left;
	width: 97% !important;
	height: 42px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

.field-140 {
  width: 200px !important;
}

.field-280 {
  width: 280px !important;
}

.field-80 {
  width: 80%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  margin-bottom: 6px;
}

.field-100 {
  float: left;
  width: 100%;
  padding: 12px;
  border: 1px solid #97BD30;
  border-radius: 4px;
  resize: vertical;
}

.field-login {
	width: 220px !important;
	height: 30px !important;
	margin: 2px 6px 3px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 0 0 #fff;
	font-size: 13px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 6px;
	font-family: Arial, sans-serif;
	 
}
.field-login:hover {
	background-color:#fff;
	border:1px solid #0d76bd;
}

.field-login-1 {
  width: 100%;
  padding: 12px 20px;
  margin: 0;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ------------------------------------------- */
.icon {
  padding: 15px 15px 15px 10px;
  background: #4CAF50;
  color: white;
  min-width: 50px;
  text-align: center;
  height: 45px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-field {
  width: 100%;
  height: 45px;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  margin-bottom: 6px;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.btn:hover {
  opacity: 1;
}
/* ------------------------------------------- */
.filter_branche_button_aktiv { 		
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px dotted #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	width: 100% !important;
	cursor: pointer;
	padding: 5px 15px;
}

.filter_branche_button_aktiv:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	/*border:1px solid #1f313d;*/
	/*box-shadow:0 1px 5px rgba(0,0,0,.6);*/
}

.aktive_branchen {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    padding: 5px 0 5px 10px;
    float: left;
    width: 100%;
	font-size: 12px;
}


.loginBtn { 		
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	width: 100% !important;
	cursor: pointer;
	line-height: 18px;
	padding: 5px 15px;
	margin: 60px 0 0 0;
	text-align: center;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.loginBtn:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	/*border:1px solid #1f313d;*/
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  border-radius: 50%;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.loginContainer {
  padding: 0;
  width: 900px;
  height: 335px;
  margin: 0 auto;
  margin-bottom: 75px;
  border: 1px solid white;
  border-radius: 4px;
}

.loginLabel {
	padding: 0 !important;
}

.mainContainerLogin {
	width: 60%; height: 300px; margin: 0 auto; border: 1px solid #fff; border-radius: 5px; overflow: hidden; margin-bottom: 50px;
} 

.button-login { 		
	font-family:Arial,Helvetica,sans-serif;
	background: #0067B4 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	width: 220px;
	cursor: pointer;
	line-height: 18px;
	padding: 5px 15px;
	text-align: center;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.button-login:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	/*border:1px solid #1f313d;*/
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.plus_button {
  width: 100% !important;
  height: 42px;
  transition: 0.4s;
  background: #4CAF50 none repeat scroll 0 0;
  color: white;
  padding: 4px 0;
  margin-top: 1px;
  border: 1px dotted white;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.plus_button:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
}

.plus_button:hover {
  background-color: #45a049;
}

.branche_button {
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	width: 100% !important;
	line-height: 18px;
	padding: 10px 0;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
	float: right;
	cursor: pointer;
}

.branche_button:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.filter_branche_button {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 100% !important;
	padding: 5px 0;
	cursor: pointer;
	padding-left: 10px;
	text-align: left;
}

.filter_branche_button:hover {
	color: #fff;
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

hr.berufstrenner {
  border-top: 1px dashed #fff;
  width: 60%;
}

.willkommen {
  font-size: 12px;
  color: #0067B4;
  margin-top: 25px;
  text-align: center;
  font-family: monospace;
}

label {
  padding: 13px 12px 5px 0;
  display: inline-block;
}

.label-login {
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	width: 100px;
	padding: 0 !important;
}

.submit_button {
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	width: 100px;
	line-height: 18px;
	padding: 10px 0;
	margin: 20px 0 0 0;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
	float: right;
	cursor: pointer;
}

.submit_button:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.reset_button {
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	width: 100px;
	cursor: pointer;
	line-height: 18px;
	padding: 10px 0;
	margin: 20px 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
	float: right;
}

.reset_button:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.beruf_update {
  background-color: #97BD30/*#4CAF50*/;
  color: white;
  padding: 10px 0;
  margin: 20px 0 0px 0;
  border: 1px dotted white;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  width: 150px;
}

.beruf_update:hover {
  background-color: #45a049;
}

.popupAddBeruf { 		
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	width: 16% !important;
	cursor: pointer;
	line-height: 18px;
	padding: 5px 15px;
	margin: 20px 0 0 0;
	text-align: center;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.popupAddBeruf:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	/*border:1px solid #1f313d;*/
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}

.filter_submit, .filter_reset { 		
	font-family:Arial,Helvetica,sans-serif;
	background: #4CAF50 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	width: 100%;
	cursor: pointer;
	padding: 5px 15px;
	margin: 7px 0 0 0;
	text-align: center;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.filter_submit:hover, .filter_reset:hover {
	background-image:-webkit-linear-gradient(top,#97BD30,#97BD30 50%,#45a049 0,#45a049);
	background-image:linear-gradient(180deg,#97BD30 0,#97BD30 50%,#45a049 0,#45a049);
	/*border:1px solid #1f313d;*/
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}



/* Menu */
.navbar {
  overflow: hidden;
  background-color: #0067B4;
  border-radius: 4px;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.navbar a:hover {
  background-color: #ddd;
  color: white;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.navbar .icon {
  display: none;
}

.dactive {
  background-color: #4CAF50 !important;
  color: white;
}

/* Menu Ende */

.container {
  border-radius: 5px;
  background-color: #0067B4/*#f2f2f2*/;
  padding: 20px;
  color: white;
}

.search_container {
  border-radius: 5px;
  background-color: #0067B4/*#f2f2f2*/;
  padding: 20px;
  color: white;
}

.download_url {
  color: #DDCCFF;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}

.download_url:hover {
	color: white;
}

.filter_alle_branche {
  color: #DDCCFF;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
}

.filter_alle_branche:hover {
	color: white;
	display: inline-block;
	margin-top: 5px;;
}

.searchresult_container {
  border-radius: 5px;
  background-color: #0067B4/*#f2f2f2*/;
  padding: 0 20px;
  color: white;
}

.col-30 {
  float: left;
  width: 30%;
  margin-top: 6px;
}

.col-36 {
  float: left;
  width: 36%;
}

.col-33 {
  float: left;
  width: 33%;
}

.col-40 {
  float: left;
   width: 40%;
}

.trenner {
  height: 10px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-23 {
  float: left;
  width: 23%;
  margin-top: 6px;
}

.col-12 {
  float: left;
  width: 12%;
}

.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

.col-08 {
  float: left;
  width: 8%;
  margin-top: 6px;
}

.col-90 {
  float: left;
  width: 90%;
  margin-top: 6px;
}

.col-88 {
  float: left;
  width: 88%;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
}

.col-50 {
  float: left;
  width: 50%;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.col-75-s {
  float: left;
  width: 75%;
  margin-top: 6px;
  text-align: left;
}

.col-25-login {
  float: left;
  width: 32%;
  height: 100%;
  text-align: center;
  border-right: 1px solid #fff;
}

.col-75-login {
  float: right;
  width: 50%;
  height: 100%;
  padding-top: 60px;
}

.col-100-login {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  margin: 0 auto;
  text-align: center;
}

.alert-red {
	color: cyan;
	text-align: center;
	width: 320px;
	margin: 0 auto 20px;
}

.col-header-links {
  float: left;
  width: 26%;
}

.col-header-mitte {
  float: left;
  width:auto;
  margin-top: 35px;
  text-align: center;
}

.col-header-rechts {
  float: left;
  text-align: right;
  float: right;
}

.col-header-mitte h1 {
  margin-top: 40px;
  font-family: Monotype corsiva;
  font-size: 40px;
  text-align: center;
  color: #0067B4;
}

.col-footer-links {
  float: left;
  width: 28%;
}

.col-footer-mitte {
  float: left;
  width: 45%;
  text-align: center
}

.col-footer-rechts {
  float: left;
  width: 27%;
  text-align: right;
}

.betriebe_title {
  margin-bottom: 10px;
}

.betriebe_title h1 {
  font-family: Monotype corsiva; 
  margin: 0;
  text-align: center;
}

.betriebe_head {
	width: 90%;
	height: 40px;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin-bottom: 15px;
	margin-top: 15px;
	margin: 0 auto;
}


.suchergebnis_noresult {
	width: 65%;
	height: 40px;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 16px; 
	color: #ffeb00;
	text-align: center;
}

.suchergebnis_head {
	width: 95%;
	height: 40px;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: left;
}

.suchergebnis_body {
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
	text-align: left;
}

.suchergebnis_footer {
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
}

.suchergebnis_title {
	text-align: center;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
}

.suchergebnis_title_negativ {
	text-align: center;
	font-size: 16px;
	color: #97BC2F ;
	margin-bottom: 10px;
}

.suchergebnis_title h1 {
  font-family: Monotype corsiva; 
  margin: 0;
  text-align: center;
}

.betriebe_body {
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
}

.betrieb_id, .suchergebnis_id {
	float: left;
	width: 10%;
}

.betrieb_name, .suchergebnis_name {
	float: left;
	width: 70%;
}

.suchergebnis_ansp {
	float: left;
	width: 20%;
}

.icons {
	float: left;
	width: 20%;
}

.betriebe_row {
  padding: 8px 10px 20px 10px;
  border: 1px solid white;
  border-radius: 4px;
  margin-bottom: 10px;
}

.row_gerade {
	background-color: #DCF;
	color: #000;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.toggle {
	float: left;
	height: 20px;
}

.toggle label {
	position: relative;
	display: inline-block;
	width: 10em;
	height: 3.5em;
}

.toggle input {
	display: none;
}

.toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 40px;
    height: 16px;
    background-color: #888;
    transition: all .3s ease-in-out;
    border-radius: 1em;
}

.toggle .slider:before {
	/* verschiebbarer Button */
	
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 0.2em;
	bottom: 0.2em;
	background-color: white;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

.toggle input:checked + .slider {
	background-color: #00008B;
	/* green */
}

.toggle input:focus + .slider {
	background-color: pink;
	box-shadow: 0 0 1px #00008B;
}

.toggle input:checked + .slider:before {
	-webkit-transform: translateX(23px);
	/* Android 4 */
	
	-ms-transform: translateX(23px);
	/* IE9 */
	
	transform: translateX(23px);
}

.anzeigeDisplayBlock {
	display: block;
}

#sortBarBottom {
	width: 100%;
	height: 40px;
	padding: 5px 0;
	background-color: #97BD30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align:center; 
}

.pagerLink {
	font-size: 22px;
	text-decoration: none;
	color: white;
}

.pagerLinkDisabled {
	font-size: 22px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.col-25, .col-75 {
		float: left;
		width:100%;
	}

	.mob_col_25, .mob_col_75 {
		width: auto;
		margin-top: 0;
	}

	.submit_button {
		margin: 10px 0 0 0;
		width: 48%;
		float: right;
	}

	.reset_button {
		margin: 10px 0 0 0;
		width: 48%;
		float: left;
	}
	
	.col-header-mitte {
		margin-top: 5px;
		margin-bottom: 10px;
		padding-top: 0;
	}

	#anzahl {
		width: 25%;
	}
	
	.col-header-links {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		text-align: center;
	}

	.col-header-rechts {
	  display: none;
	}

	.col-header-mitte {
		width: 100%;
		text-align: center;
	}

	.col-header-mitte h1 {
		text-align: center;
		font-size: 32px;
	}

	/* Footer */
	.col-footer-links {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.col-footer-mitte {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.col-footer-rechts {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.navbar a:not(:first-child) {display: none;}
	.navbar a.icon {
		float: right;
		display: block;
	}
  
  .navbar.responsive {position: relative;}
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .field-88, .plus_button {
	float: left;
	width: 88% !important;
  }
  
  .plus_button {
	margin-top: 0px !important;
  }
  
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
  
}
