/* Text Elements */

h3.main-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1;
}

span.text-element.main-subheading {
  color: rgba(255, 255, 255, .75);
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.tab-title {
  background-color: rgba(0, 0, 0, .01);
  color: #36444d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: 'Michroma', cursive;
}

/* Interaction Elements */

form.form-container.form-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 30px;
  min-height: 100vh;
  background-color: #b8fdfa;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

input[type=text] {
  padding-left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(242, 242, 242, .15);
  border-left-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: #f2f2f2;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

input[type=text]:focus {
  padding-left: .5rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #7fe6e4;
  border-left-color: transparent;
  background-color: rgba(137, 141, 153, .1);
  box-shadow: transparent 0 0 0 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

input[type=password] {
  padding-left: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(242, 242, 242, .15);
  border-left-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: #f2f2f2;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

input[type=password].password-1 {
  border-bottom-color: rgba(242, 242, 242, .15);
}

input[type=password]:focus {
  padding-left: .5rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #7fe6e4;
  border-left-color: transparent;
  background-color: rgba(137, 141, 153, .1);
  box-shadow: transparent 0 0 0 0;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

input[type=email] {
  padding-left: 0;
  border-top: .0625rem solid transparent;
  border-right: .0625rem solid transparent;
  border-bottom: .0625rem solid rgba(242, 242, 242, .15);
  border-left: .0625rem solid transparent;
  background-color: transparent;
  box-shadow: none;
  color: #f2f2f2;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

input[type=email]:focus {
  padding-left: .5rem;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #7fe6e4;
  border-left-color: transparent;
  background-color: rgba(137, 141, 153, .1);
  box-shadow: transparent 0 0 0 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

label.label {
  padding: 0 0 0 2px;
  background-color: transparent;
  color: #a2a5ae;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Layout Elements */

body.body-1 {
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: none;
}

.container.form {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
  width: 1000px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .7) 0 55px 65px -35px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
}

.container.form-right-area {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 30px;
  min-width: 10px;
  min-height: 250px;
  background-color: #4a4e57;
  background-image: url('../Bondbackend2.JPG');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-blend-mode: overlay;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  min-height: 120px;
  max-width: 400px;
  height: 80%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.form-left-area {
  padding: 20px;
  min-width: 10px;
  background-color: #424957;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container.tabs-panel {
  padding: 0;
}

.container.tabs-content {
  border: 0 none #e6e6e6;
  background-color: transparent;
}

ul.list-container.button-group.expanded.tabs {
  margin-bottom: 20px;
  border-width: 0;
  border-style: none;
  background-color: transparent;
}

li.list-item-container.button.tabs-title {
  margin-bottom: 0;
  padding: 0;
  background-color: #a4acaf;
}

li.list-item-container.button.is-active.tabs-title {
  background-color: #f2f2f2;
}

button.action.button {
  margin-top: 30px;
  margin-bottom: 0;
}

button.button {
  margin-bottom: 0;
}

button.action.button.expanded {
  border-radius: 5px;
  background-color: #7fe6e4;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #3c7e89;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: normal;
}

button.action.button.expanded:hover {
  background-color: #9ae8e7;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: normal;
}

li.list-item-container.button.tabs-title:hover {
  background-color: #f2f2f2;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.main-heading {
    font-size: 28px;
  }

  span.text-element.main-subheading {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.form {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.form-right-area {
    min-width: 400px;
  }

  .container.form-left-area {
    padding: 30px;
    min-width: 300px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3.main-heading {
    font-size: 30px;
  }

  span.text-element.main-subheading {
    color: #fff;
    font-size: 28px;
  }

  /* Interaction Elements */

  form.form-container.form-cont {
    background-color: #b8fdfa;
  }
}