/* styles for content/mandanten/login-alt.php */

/*@import url(https://fonts.googleapis.com/css?family=PT+Sans);*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #111;
    font-size: 18px;
    font-weight: lighter;
}

body {
	background: transparent;
    padding-bottom: 10px;
}

input[type="text"] {
    border: 1px solid #999;
}

h1, h2, h3, h4, h5, h6, a {
    color: #186399;
    font-weight: normal;
}

a {
   outline: 0 !important;
}

table td:first-child {
	padding-right: 20px;
}

.error {
	color: red;
}