@charset "utf-8";
/**
 * DonorMaster CSS für die Intro-Seite
 *
 * @package    DonorMaster
 * @author     Georg Steidl <georg@steidl.com>
 * @copyright  2015 Steidl.com 
 */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fd;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    padding: 0 !important;
    margin: 0;
}

/*The Pictures*/
.dm_logo{
    position: relative;
    height: 50%;
    width: auto;
    margin: 0 auto;
}

/* The  Panels */
.allPanel{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mainPanel{
	position: relative;
	margin: 0 auto;
	padding: 0 10%;
        text-align: center;
}

.buttonPanel{
	position: relative;
	width: 10em;
	margin: 1em auto;
}

/* Button Basics */
.Button {
	outline: 0;
	border: 0 none;
	background: transparent no-repeat;
	width: 100%;
	height:6em;
	margin: 0 auto;
	}
	
/* Button Actions */
.buttonLogin {
	background-image : url(/donormaster/img/b/log.svg);
	} 
.buttonLogin:hover {
	background-image : url(/donormaster/img/h/log.svg);
	}
