﻿
html, body{
	margin:0;
	padding:0;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    height:auto;
}

.LoginPage {
    background: #f5f5f5 url(../Images/suzi_background.jpg) top right no-repeat;
    background-size: cover;
}

h1 {
    text-align:center;
}

.loginBox {
    position:relative;
    float:right;
    margin-top:13%;
    right:20%;
    width:250px;
    background-color:#f2f2f2;
    padding-left:23px;
    opacity: 0.9;
}

input[type=text] {
    padding:7px 10px 7px 10px;
    font-size:14px;
    margin-bottom:12px;
}

input[type=password] {
    padding:7px 10px 7px 10px;
    font-size:14px;
    margin-bottom:12px;
}

.loginButton {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border-width:0px;
  color: #ffffff;
  background: #408231;
  text-decoration: none;
  font-size:14px;
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:13px;
}

.loginButton:hover {
  background: #408231;
  background-image: -webkit-linear-gradient(top, #408231, #42942e);
  background-image: -moz-linear-gradient(top, #408231, #42942e);
  background-image: -ms-linear-gradient(top, #408231, #42942e);
  background-image: -o-linear-gradient(top, #408231, #42942e);
  background-image: linear-gradient(to bottom, #408231, #42942e);
  text-decoration: none;
}

.textHolder {
    width:222px;
    text-align:center;
    margin-bottom:10px;
}