@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,200&subset=latin,cyrillic');
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body {
  font: 14px/18px Roboto, Arial, sans-serif;
  font-weight: 100;
  width: 100%;
  height: 100%; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }


.index-wrapper {
  background: #0071bd;
  width: 100%;
  height: 100vh;
  min-width: 500px;
  min-height: 400px; }
  .index-wrapper .index {
    margin: 0px auto 0;
    width: 100%;
    background: transparent;
    height: 100%; }
    .index-wrapper .index .rds-image {
      width: 100%;
      height: 100%;
      position: absolute;
      display: inline-block;
      background: url("img/366_landing_page.jpg") no-repeat;
      background-size: 100%;
      float: left; }

      .index-wrapper .index .rds-image .owner-logo {
      display: block;
      			width: 100px;
      			height: 100px;
      			color: #ffffff;
      			position: absolute;
      			top: 40px;
      			left: 60px;
      			border-radius: calc(300px/2);
      			border: none;
            background: url("img/366_landing_page_logo.svg") no-repeat;
      			box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
      			text-align: center;
      			line-height: 50px;
      			text-decoration: none; }

          .index-wrapper .index #form-container {
        width: 480px;
        height: 100%;
        opacity: 0.95;
        position: relative;
        display: inline-block;
        float: right;
        background: #00498A;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 0px;
        margin-top: 0px; }

        .index-wrapper .index #form-container .form-wrapper {
          position: absolute;
          top: calc((100% - 315px) / 2.5);}

      .index-wrapper .index #form-container .form-caption {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 35px;
        text-align: center;
        display: block;
        color: #FFFFFF;
        font-size: 28px;
        margin-bottom: 29px; }
      .index-wrapper .index #form-container form {
        margin: 0 auto; }
      .index-wrapper .index #form-container label {
        color: #555;
        display: inline-block;
        margin-left: 18px;
        padding-top: 10px;
        font-size: 14px; }
      .index-wrapper .index #form-container input {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        outline: none; }
      .index-wrapper .index #form-container input[type=text],
      .index-wrapper .index #form-container input[type=password] {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 17px;
        color: #777;
        padding-left: 15px;
        margin: 15px 10px 0 18px;
        width: 338px;
        height: 61px;
        border: 1px solid #c7d0d2;
        border-radius: 3px; }
      .index-wrapper .index #form-container input[type=submit] {
        margin: 15px 0 0 8px;
        -webkit-appearance: none;
				width: 350px;
				height: 65px;
				font-size: 19px;
        font-family: 'Roboto', sans-serif;
				text-transform: none;
        font-weight: 300;
				color: #fff;
				background-color: #E23372;
				border-radius: 35px;
				border: 1px solid #E23372;
				cursor: pointer; }
      .index-wrapper .index #form-container input[type=submit]:hover {
        background-color: #dc1f63;
        border: 1px solid #dc1f63; }
      .index-wrapper .index #form-container legend {
        border-bottom: 0px solid #e5e5e5 !important;
        font-size: 13px !important;
        line-height: 18px !important;
        position: relative;
        margin-left: -2px !important;
        color: #f15a25 !important;
        padding: 0 20px; }
      .index-wrapper .index #form-container .legend-span {
        width: 90%; }
