body {
	    background: #0a1326;
    background: -moz-linear-gradient(top, #0a1326 0%, #1a2b49 50%, #0a1326 100%);
    background: -webkit-linear-gradient(top, #0a1326 0%, #1a2b49 50%, #0a1326 100%);
    background: linear-gradient(to bottom, #0a1326 0%, #1a2b49 50%, #0a1326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1326', endColorstr='#0a1326', GradientType=0);
  	min-height:  100vh;
  }

  hr.decoration {
  	border: 0;
  	height: 2px;
  	margin-top: 58px;
  	background-image: -webkit-linear-gradient(left, #162540, rgba(255,255,255,0.75), #162540);
  	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  }

  nav {

  	background: #0a1326;
    background: -moz-linear-gradient(top, #0a1326 0%, #13274f 50%, #1b2a4a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0a1326), color-stop(50%, #13274f), color-stop(100%, #1b2a4a));
    background: -webkit-linear-gradient(top, #0a1326 0%, #13274f 50%, #1b2a4a 100%);
    background: -o-linear-gradient(top, #0a1326 0%, #13274f 50%, #1b2a4a 100%);
    background: -ms-linear-gradient(top, #0a1326 0%, #13274f 50%, #1b2a4a 100%);
    background: linear-gradient(to bottom, #0a1326 0%, #13274f 50%, #1b2a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1326', endColorstr='#1b2a4a', GradientType=0);
    position: absolute;
    padding: 2em;
    top: 0;
    z-index: 1 !important;

}
 
 .logo-container {
    width: 200px;
    margin: 0 auto;
    margin-bottom: -10em;
    z-index: 5;
}
.logo-container {
    position: relative;
    top: 0;
}

img.custom-logo.ls-is-cached.lazyloaded {
    max-width: 180px;
    height: auto;
    position: relative;
}


a.navbar-brand img {
    max-width: 130px;
    display: inline-flex;
    flex-direction: initial;
    margin-right: 50px;
}

h2 {
	font-family: 'Wire One',sans-serif;
    font-size: calc(36px + 2.2vw) !important

}

h3 {
	font-family: 'Nunito Sans',sans-serif !important;
    font-size: calc(15px + .6vw) !important;
    margin-bottom: 80px !important;
}
.content-area.container {
    color: white;
}


.header {
    max-height: 200px;
    position: fixed;
    width: 100vw;
    z-index: 999;
}

.top {
    min-height: 200px;
}

body {
    padding-top: 90px;
}
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color: #029f5b;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.center_div_btn {        
         display: flex;
        justify-content: center;

      }


@media (min-width:320px) and (max-device-width: 1023px)   { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

img.custom-logo.ls-is-cached.lazyloaded {
    max-width: 140px;
    position: absolute;
    right: 0;
    top: 10px;
}
.logo-container {
    position: relative;
    right: 10px;
    width: 100%; 
}

h3 {
    margin-bottom: 10px !important;
}
img.japanese__words.lazyloaded.load__please {
    /* max-width: 50px; */
    margin: 0;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
    padding-left: 0;
}

a.navbar-brand img {
    max-width: 120px;
    display: block;
    flex-direction: initial;
    margin-right: 50px;
}
    
hr {
    visibility:hidden;
}
}
