/* Stylesheet */
/* Imports */
@import url(animate.css);



/* Selections */

::selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

/* Basics */

html, body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #2e98d4 url('../gxt/images/login_bg_spa.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#container {
    position: fixed;
    width: 340px;
    height: 397px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

#container.recovery {
    position: fixed;
    width: 340px;
    height: 247px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

#logo_bg {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    height: 75px;
    left: 50%;
    margin-left: -300px;
    margin-top: -140px;
    position: fixed;
    text-align: center;
    top: 38%;
    width: 600px;
}

#title2 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    height: 75px;
    left: 50%;
    margin-left: -450px;
    margin-top: -140px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 900px;
}

#logo {
    background: url("../gxt/images/asset_header.png") top left no-repeat;
    position: absolute;
    width: 350px;
    height: 75px;
    top: 17%;
    left: 37%;
    text-align: center;
}

#error {
    background: none repeat scroll 0 0 #FFB6C1;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    position: relative;
    text-align: center;
}

#success {
    background: none repeat scroll 0 0 #463a35;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    position: relative;
    text-align: center;
}

#container #info {
	text-align: center;
    font-size: 11px;
}

#footer {
    position: fixed;
    left: 39.5%;
    top: 95%;
}

#footer .wrapper {
    text-align: center;
}

#footer p {
    margin-bottom: 20px;
    padding-left: 50px;
}

#footer #copyright {
    color: #ffffff;
    font-size: 11px;
}

h2.recovery {
    color: #2F5887;
    font-weight: bold;
    padding: 10px 17px;
}

form {
    margin: 0 auto;
    margin-top: 20px;
}

label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}

p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

p a:hover {
    color: #555;
}

input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}

input[type=name],
input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 12px;
    margin-left: 18px;
    width: 290px;
    height: 35px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

input[type=name]:hover,
input[type=password]:hover {
    border: 1px solid #b6bfc0;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=name]:focus,
input[type=password]:focus {
    border: 1px solid #463a35;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #F5ECEB;
}

#lower {
    background: #F5ECEB;
    width: 100%;
    height: 69px;
    margin-top: 6px;
    box-shadow: inset 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: fixed;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type=submit],
input[type=button] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#463a35));
    background-image: -moz-linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
    background-image: linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
    border-radius: 30px;
    border: 1px solid #463a35;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#463a35));
    background-image: -moz-linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
    background-image: linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
}

input[type=submit]:active,
input[type=button]:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#463a35));
    background-image: -moz-linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
    background-image: linear-gradient(top left 90deg, #ffffff 0%, #463a35 100%);
}



