.secure__container {
  position: relative;
  margin-top: 100px;
  height: 540px;
  background-image: url(../images/secure-header.png);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.secure__title {
  position: relative;
  top: 25%;
  left: -15px;
  padding: 10px 150px 10px 70px;
  background-color: #00485b;
  transform: skew(-15deg);
  color: #fff;
  width: 35%;
}

.secure__title span {
  display: inline-block;
  font-family: RobotoBoldItalic, Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  transform: skew(15deg);
}

.secure__content {
  position: relative;
  top: 20%;
  padding: 0 100px 0 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.secure__intro {
  margin-top: 60px;
  flex-basis: 33%;
  font-family: RobotoLightItalic, Arial, sans-serif;
  color: white;
  font-size: 20px;
  text-align: left;
}

.secure__intro a {
  font-family: RobotoBoldItalic, Arial, sans-serif;
  color: white;
}

.secure__form {
  text-align: left;
  flex-basis: 40%;
  max-width: 450px;
}

.secure__form-title {
  font-family: RobotoThinItalic, Arial, sans-serif;
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
}

.secure__form input[type="email"],.secure__form input[type="text"],
.secure__form input[type="password"] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: DroidSans, Arial, sans-serif;
  font-size: 15px;
  color: #252e2f;
  padding: 15px 10px;
  border: none;
  border-left: 10px solid #f4c604;
  margin-bottom: 10px;
  border-radius: 3px;
}

.secure__form input[type="submit"] {
  float: right;
  width: 30%;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: RobotoBoldItalic, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #00485b;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  transition: all 0.2s;
  padding: 13px 28px;
  border-radius: 3px;
  border-bottom: 5px solid #00485b;
}

.secure__form input[type="button"]:hover {
  background-color: #eabb0f;
}

.secure__form-links {
  float: left;
}

.secure__form span {
  display: block;
  padding: 5px;
  color: #ACADAF;
}

.secure__form span a {
  color: #FFC903;
}

.secure__finra {
  background-color: #323232;
  text-align: left;
  padding: 40px 55px 40px;
}

.secure__finra-text {
  font-family: RobotoLightItalic, Arial, sans-serif;
  color: white;
  width: 100%;
}

.secure__finra-text p {
  margin-top: 10px;
}

@media only screen and (max-width : 1349px) {
  .secure__title span {
    font-size: 35px;
  }
}

@media only screen and (max-width : 1199px) {

  .secure__title {
    padding-right: 100px;
  }

  .secure__title span {
    font-size: 30px;
  }

  .secure__intro {
    font-size: 16px;
  }
}

@media only screen and (max-width : 991px) {
  .secure__content {
    padding: 0 30px;
  }

  .secure__title {
    padding-right: 50px;
    padding-left: 40px;
  }

  .secure__form input[type="submit"] {
    padding: 10px;
    font-size: 15px;
  }

  #section_copyright small {
    margin-top: 20px;
  }
}

@media only screen and (max-width : 767px) {
  .secure__title {
    width: 50%;
  }

  .secure__content {
    flex-direction: column;
  }

  .secure__form {
    margin: 10px auto;
  }

  .secure__finra {
    padding: 30px 20px;
  }
}

@media only screen and (max-width : 575px) {
  .secure__title {
    width: 75%;
  }
}
