@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {

	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	/*background: #2d2d2d;*/
}
.obLogin {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
}
.obLogin {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    height: 220px;
    background-color: #38678d;
}
.obLogin {
    padding: 1em;
    text-align: center;
}
#oblPopup>div h2 {
    color: #fff;
    font-size: 2.4rem;
}
.obLogin h2 {
    margin: 11px 0 20px 6px;
    letter-spacing: 1.25px;
    color: #fff;
}
.inputArea {
    position: relative;
    display: inline-block;
    margin: 0.4em 0 0.5rem;
}
.obLogin .inputArea span {
    font-size: 20px;
    top: 4px;
    left: 13px;
    color: #55575a;
    letter-spacing: 1px;
}
.inputArea span {
    position: absolute;
    top: 4px;
    left: 10px;
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #999;
    font-weight: normal;
    pointer-events: none;
}
.obLogin input[type=text], .obLogin input[type=password] {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 35px;
    color: #55575a;
    font-size: 20px;
    padding-left: 28px;
    border-radius: 3px;
    border-width: 1px;
	margin: 10px auto;
}
.inputArea input {
    position: relative;
    z-index: 0;
}
.obLogin input[type=submit] {
    padding: 2px 0 6px 0px;
    display: block;
    margin: 10px auto;
    width: 330px;
    max-width: 100%;
    color: #003767;
    background-color: #d6dfe6;
    text-transform: none;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.obLogin .oblNav {
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 5px 0 0;
}
.obLogin .oblNav li {
    margin: 0 19px;
    display: inline-block;
}
.obLogin .oblNav {
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 5px 0 0;
}
.obLogin .oblNav li a {
    color: #fff;
    text-decoration: none;
}
.obLogin .bottomOblNav {
    padding: 17px 0 0;
    margin: 14px 0 0;
    text-align: center;
    position: relative;
}
.obLogin .bottomOblNav:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    left: calc((100vw - 100%) / -2);
    top: 0;
    border-top: 1px solid #90a2b2;
}
.obLogin .bottomOblNav a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .75px;
    font-size: 1.5rem;
}
.obLogin .bottomOblNav a:after {
    font-size: 2rem;
}
.obLogin .bottomOblNav a:after {
    content: ">";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: 700;
    margin-left: 7px;
    color: #54c7e7;
    font-size: 1.5rem;
    vertical-align: middle;
    position: static;
}
.obLogin .bottomOblNav a:hover {
    color: #54c7e7;
}
