@import url('fontello/css/fontello.css');

body {
    font-family: "Lucida Grande",Arial,FreeSans,sans-serif;
    background: #f4f4f4 url('../images/mainbk0.png') repeat top left;
    color: #333;
    overflow-y: scroll;
    font-size: 67%;
}

.clear {
	clear: both;
}

.content {
    margin: 50px auto;
    background-image: url('../images/bg.png');
    width: 700px;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: table;
}

.login_wrapper {
    -moz-box-shadow: 1px 1px 7px #ccc;
    -webkit-box-shadow: 1px 1px 7px #ccc;
    box-shadow: 1px 1px 7px #ccc;
    position: relative;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
}

.logo_wrapper  {
    background-image: url('topo.png');
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 400px;
}

.logo_wrapper div.logo  {
    height: 120px;
}

.logo_wrapper div.logo img  {
    max-width: 80%;
    max-height: 80%;
}

/* Form Style */

.form_wrapper {
    display: table-cell;
    position: relative;
    width: 300px;
}

.form_wrapper form {
	display: none;
	padding-top: 5px;
	font-size: 1.4em;
}

form.active {
	display: block;
}

form.login {
	background-color: #eee;
}

#reset_password {
	text-align: center;
    padding: 5px;
}

#forgot_password {
    font-size: 1.2em;
}

.form_wrapper .inputText {
	display: block;
	padding: 10px 30px 0px 30px;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
    border: solid 1px #ddd;
    background: #FFFFFF;
    margin: 5px 30px 0px 30px;
    padding: 6px;
    display:block;
    font-size:1.1em;
    width:75%;
    background:
	    -webkit-gradient(
		    linear,
		    left top,
		    left 25,
		    from(#FFFFFF),
		    color-stop(4%, #efefef),
		    to(#FFFFFF)
	    );
    background:
	    -moz-linear-gradient(
		    top,
		    #FFFFFF,
		    #efefef 1px,
		    #FFFFFF 25px
		    );
    -moz-box-shadow: 0px 0px 8px #f0f0f0;
    -webkit-box-shadow: 0px 0px 8px #f0f0f0;
    box-shadow: 0px 0px 8px #f0f0f0;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
    background:#feffef;
}

.form_wrapper .bottom {
    display: table;
    background-color: #eee;
    border-top: 1px solid #ddd;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
    width: 300px;
    margin-top: 20px;
}

.remember span {
    color: #444;
}

a {
    text-decoration: none;
    color: #1185ee;
    text-shadow: 1px 1px 1px #efefef;
    font-size: .95em;
}

a:hover {
    color: #000;
}

.form_wrapper div.remember {
    font-size: .85em;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.form_wrapper div.remember span {
    cursor: pointer;
}

.form_wrapper div.remember input {
    margin-right: 5px;
    display: inline-block;
}

.form_wrapper div.remember label {
    display: inline-block;
}

.buttonContainer {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

a.editmaster-Button, a.editmaster-Button:hover {
    position: relative;
    z-index: 15000;
    float: right;
    -moz-box-shadow: inset 0px 1px 0px -1px #fefefd;
    -webkit-box-shadow: inset 0px 1px 0px -1px #fefefd;
    box-shadow: inset 0px 1px 0px -1px #fefefd;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05,
    #fcfcfa), color-stop(1,
    #d3cdc3) );
    background: -moz-linear-gradient( center top,
    #fcfcfa 5%,
    #d3cdc3 100% );
    background: -ms-linear-gradient( top,
    #fcfcfa 5%,
    #d3cdc3 100% );
    background-color:#fcfcfa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #918b8c;
    font-family: "Lucida Grande",Arial,FreeSans,sans-serif;
    font-size: .9em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-shadow: 1px 1px 2px #ffffff;
    padding: 3px 15px 3px 15px;
    margin: 10px 10px 10px 0px;
    text-align: center;
}

a.editmaster-Button.Email {
    float: right;
}

a.editmaster-Button.Cancel {
    float: left;
    margin-left: 10px;
}

a.editmaster-Button span {
    line-height: 130%;
}

.editmaster-Button div {
    min-width: 60px;
    position: relative;
    margin: 3px 5px 4px 5px;
}

h3 {
    text-align: center;
    margin: 5px 0px;
}

.login_again a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-decoration: none;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    vertical-align: baseline;
}

.login_again a:hover {
    color: white;
}

p {
    font-size: .8em;
    margin: 5px 10px;
}

#emailSent {
    text-align: center;
    color: #008000;
    height: 60px;
    line-height: 60px;
}

.hidden {
    display: none;
}

.redText {
    color: #800000;
}

.greenText {
    color: #008000;
}

.redBorder {
    border: 1px solid #800000;
}

.small {
    font-size: .8em;
}

.centered {
    text-align: center;
}

#errorMessage {
    text-align: center;
}

.resultField {
    text-align: center;
    height: 100px;
}

.copyright {
    text-align: center;
    font-size: .8em;
}

@media only screen and (min-width: 0px) and (max-width: 740px) {

    .content {
        margin: 10px auto;
        background-image: url('../images/bg.png');
        width: 260px;
        padding: 10px;
        position: relative;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .login_wrapper {
        -moz-box-shadow: 1px 1px 7px #ccc;
        -webkit-box-shadow: 1px 1px 7px #ccc;
        box-shadow: 1px 1px 7px #ccc;
        position: relative;
        height: 320px;
        width: 280px;
        background-color: #eee;
    }

    .logo_wrapper  {
        background-color: #eee;
        display: table-row;
    }

    .logo_wrapper div.logo  {
        max-height: 100px;
        padding: 20px;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

    .logo_wrapper div.logo img  {

    }

    .form_wrapper {
        width: 280px;
    }
    .form_wrapper .bottom {
        width: 280px;
        background-image: url('topo.png');
    }
    .remember span {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
}
