﻿body {
    background-color: #eaebec;
    color: #333331;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#main_login {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 580px;
    padding: 5px;
}

#loginLogo {
    display: inline-block;
    float: left;
    margin: 20px 0 20px 20px;
    padding: 0;
    text-align: left;
}

#loginForm {
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.outerLogin {
    background: #2f3745;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0 1px 250px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 250px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 250px rgba(255, 255, 255, 1);
	
    padding: 7px;
}

.loginHeader {
    background: #70809e;
    background: -moz-linear-gradient(top, #70809e 0%, #4e5b73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70809e), color-stop(100%,#4e5b73));
    background: -webkit-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: -o-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: -ms-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: #0780C8;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70809e', endColorstr='#4e5b73',GradientType=0 );
    border-bottom: 1px solid #eee;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: white;
    text-shadow: -1px 1px 1px rgba(47,55,69, 1);
    display: block;
    font-size: 24.5px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}

.loginSubHeader {
    font-size:24px;
    color:#8A8B8E;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.innerLogin {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaebec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaebec));
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaebec 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#eaebec 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#eaebec 100%);
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaebec',GradientType=0 );
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
}

.innerLogin {
  *zoom: 1;
}
.innerLogin:before,.innerLogin:after {
  display: table;
  content: "";
}
.innerLogin:after {
  clear: both;
}

.loginFooter {
    background: #70809e;
    background: -moz-linear-gradient(top, #70809e 0%, #4e5b73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70809e), color-stop(100%,#4e5b73));
    background: -webkit-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: -o-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: -ms-linear-gradient(top, #70809e 0%,#4e5b73 100%);
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70809e', endColorstr='#4e5b73',GradientType=0 );
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

a {
    color: #171A72;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #89C6E2;
        text-decoration: underline;
    }

.label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
}

input[type="text"], input[type="password"], select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 206px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
    border-color: rgba(99,115,145, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(99,115,145, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(99,115,145, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(99,115,145, 0.6);
}

input[type="submit"].btn-login {
	padding:11px 19px;
    width: 100%;
}

input[type="submit"] {
    border: none;
    color: white;
    overflow: hidden;
    color: #FFF;
    background: #0563A4;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 10px 3px #000000;
    box-shadow: 0 2px 10px 3px rgba(0,0,0,0.15);
    text-shadow: none;
    transition: all .3s ease-out;
}

    input[type="submit"]:hover {
        background: #0780C8;
        transition: all .3s ease-out;
    }

input[type="submit"]:active,
input[type="submit"]:active,
input[type="submit"]:target {
    background: #34495E;
    transition: all .3s ease-out;
}