/**
 * Roundcube webmail styles for skin "Tara" based on skin "Larry"
 *
 * Copyright (c) The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
 * License. It is allowed to copy, distribute, transmit and to adapt the work
 * by keeping credits to the original autors in the README file.
 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
 */

body {
	background: url(images/mer.jpg);
	background-size: auto;
	min-height:90%;
}


/*** Login form ***/

#login-form {
	position: relative;
	width: 580px;
	margin: 20ex auto 2ex auto;
}

#login-form .box-inner {
	width: 430px;
	background: #308070;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #20c0a0), color-stop(100%, #103040));
	background: -ms-linear-gradient(left bottom, #20c0a0 0%, #103040 100%);
	background: linear-gradient(to left bottom, #20c0a0 0%, #103040 100%);
	margin: 0 50px;
	padding: 10px 24px 24px 24px;
	border-radius: 6px;
}

#login-form .box-bottom {
	margin-top: 13em;
	padding-top: 10px;
	background-color: #7c9a90;
}

#login-form .noscriptwarning {
	margin: 0 auto;
	width: 430px;
	color: #cf2734;
	font-size: 110%;
	font-weight: bold;
}

#login-form td.input {
	width: 80%;
	padding: 8px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 100%;
	border-color: #666;
}

#login-form button.button {
	color: #444;
	border-color: #f9f9f9;
	background-color: #f9f9f9;
}

#login-form button.button:active {
	color: #333;
	background-color: #dcdcdc;
}

#login-form form table {
	width: 98%;
}

#login-form td.title {
	width: 20%;
	white-space: nowrap;
	color: #cecece;
	text-align: right;
	padding-right: 1em;
}

#login-form p.formbuttons {
	margin-top: 2em;
	text-align: center;
}

#login-form #logo {
	margin-bottom: 20px;
	border: none;
}

#login-form #message {
	min-height: 40px;
	padding: 5px 25px;
	text-align: center;
	font-size: 1.1em;
}

#login-form #message div {
	display: inline-block;
	padding-right: 0;
	font-size: 12px;
}

#bottomline {
	text-align: center;
	position:relative;
	background-color: #7c9a90;
}
  
#titleline {
	font-size: 42px;
	font-family: Comic, Roboto;
	text-align: center;
	color: #2A8D80;
	position:relative;
	top: -3ex;
}

