@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,800);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 68%;
}
html, body {
    height: 100%;
}
body {
    position: relative;
    width: 100%;
    background: #18394C;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-weight: normal;
    font-style: normal;
}
#container {
    width: 100%;
    overflow: hidden;
    max-width: 1152px;
    margin: 0 auto;
    min-height: 95%;
    background-size: 600px;
}
.pgl {
    overflow: hidden;
    width: 80%;
    max-width: 980px;
    margin: 7% auto 0;
    text-align: center;
}
h3.jd3 {
    display: block;
    margin: 0;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 75px;
    color: #fff;
    padding: 0;
    letter-spacing: 5px;
    text-shadow: 2px 2px 0 #0C2735;
}
h4.jd3 {
    display: block;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #B0BDC4;
    padding: 0;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 1px #0C2735;
}
#logiform {
    width: 100%;
    display: block;
    max-width: 350px;
    margin: 10px auto 0;
}
#logiform h5 {
    display: block;
    margin: 20px 0 0;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    padding: 0;
}
#logiform h5 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 1px 1px #18394C;
}
#logiform nav {
    display: block;
    text-align: center;
    margin: 50px 0 0;
}
input[type="password"], input[type="text"]{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    margin: 5px auto;
    background: #fff;
    border: none;
    font-size: 13px;
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 96%;
    letter-spacing: 0.7px;
    box-shadow: 1px 1px 2px #3F5B69;
}
input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder {
    opacity: 0;
}
input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder {
    opacity: 0;
}
input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder {
    opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder {
    opacity: 0;
}

/*-----------------------------------------------------------*/
input[type="submit"].rc-button, input[type="submit"].rc-button:visited {
    display: inline-block;
    text-align: center;
    color: #000;
    background: #FFB22D;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 10px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.7px;
}
input[type="submit"].rc-button:hover, input[type="submit"].rc-button:visited:hover {
    background: #F7A518;
}
#logiform nav a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 10px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.7px;
}
#logiform nav a:hover {
    color: #17384B;
    background: #fff;
    text-shadow: none;
}
#gmsg11b {
    color: #fff;
    margin: 20px auto 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
}
footer {
    display: block;
    text-align: center;
    padding: 20px 0;
}