body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #eff3f6;
  position: relative;
  line-height: normal;
}

.body_wrap {
  width: 100%;
  height: 100vh;
  min-height: 550px;
}

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.logo_bg {
  position: absolute;
  top: 40px;
  left: 40px;
  height: 90%;
  width: auto;
  z-index: -10;
}

.wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  border: 1px solid #002256;
  border-radius: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 370px;
}

form {
  margin-top: 32px;
}
#logo{
  color: white;
  font-weight: 700;
  font-size: 180%;
}
#formContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background: #fff;
  width: 628px;
  height: 370px;
  margin-top: 200px;
  position: relative;
  text-align: center;
  top: -200px;
  -webkit-box-shadow: 0 2px 3px #d8dde5;
          box-shadow: 0 2px 3px #d8dde5;
}

input[type=button], input[type=submit], input[type=reset] {
  height: 50px;
  width: 200px;
  background-color: #002256;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 25.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 42px;
  margin-bottom: 18px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #0c0e10;
  -webkit-box-shadow: 1px 1px 4px #7e7a92;
          box-shadow: 1px 1px 4px #7e7a92;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  -webkit-box-shadow: 0px 0px 8px #000;
          box-shadow: 0px 0px 8px #000;
}

input[type=text], input[type=password] {
  background-color: #EEF3F6;
  border: none;
  color: #777f88;
  padding: 16px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  margin: 10px;
  width: 236px;
  height: 44px;
  border-radius: 6px;
}

input[type=text]:focus, input[type="password"]:focus {
  outline: #0c0e10 solid 2px;
}

input[type=text]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #777f88;
}

input[type=text]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #777f88;
}

input[type=text]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
  color: #777f88;
}

input[type=text]::placeholder, input[type="password"]::placeholder {
  color: #777f88;
}

.title {
  text-align: left;
  font-weight: 600;
  color: #505D6A;
}

.left {
  width: 50%;
  height: 100%;
  padding: 26px 30px;
}

.right {
  width: 50%;
  height: 100%;
  #background: #002256;

  padding-top: 150px;
}

.right_logo {
  height: 162px;
  width: auto;
  text-align: center;
  margin-top: 94px;
}

.access {
  border: 0;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 5px;
  background: transparent;
  color: #002256;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
}

.access:hover {
  color: #a1366f;
}

.bottom-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 13px;
  color: #002256;
  text-align: center;
  line-height: 160%;
}