
.sign-up-message{
    color: #ffffff;
}

.sign-up-message a:hover{
    text-decoration: underline;
    color: #63BA98;
}

#loginShield .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background: none repeat scroll 0 0 #2b6e84;
    border: 0;
    border-bottom: 3px solid #105369;
    color: #ddd;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    font-family: Arial;
}
#loginShield {
    background: #1d4552;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
}
#loginShield canvas {
    width: 1680px;
}
#loginBox {
    width: 350px;
    background: #2b6e84;
    margin: -312px 0 0 -175px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
#loginBox .brand {
    width: 160px;
    height: 160px;
    display: block;
    margin: 30px auto;
}
#loginBox form {
    background: #FFF;
    margin: 0;
    border-radius: 0px 0px 4px 4px;
}
#loginBox form input {
    color: #2b6e84;
    height: 50px;
    width: 215px;
    font-size: 18px;
    line-height: 50px;
    background: #fafafa;
    border-radius: 4px;
    padding: 0 20px;
    margin: 0 0 30px 0;
    display: block;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #CCC;
}
#loginBox form input.pass {
    margin: 0;
}
#loginBox .footer {
    background: #f4f4f4;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 30px 40px;
}
#loginBox .btn:hover {
    background: #2e434c;
    border-color: #152a33;
}
#loginBox .btn {
    width: 235px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
}
#loginBox .forgot:hover {
    opacity: .8;
}
#loginBox .forgot {
    color: #FFF;
    width: 350px;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -30px;
    opacity: .4;
}
#loginBox #edit-name-wrapper {
    padding:  30px 40px 0px 40px;
}
#loginBox #edit-pass-wrapper {
    padding:  0px 40px 30px 40px;
}
#theSea {
    max-width: 100000px;
    display: inline-block;
    visibility:hidden;
}
.login-messages {
    padding: 10px 20px 10px 20px;
}

.login-messages div.status {
    background: none repeat scroll 0 0 #63BA98;
    color: #FFFFFF;
    padding: 2px;
    border: 1px solid #3C9371;
}

.login-messages div.error {
    color: #FFFFFF;
}

.login-messages div.error a {
    color: #000;
}