.login-v2__container {
  position: relative;
  margin-top: 99px;
  height: 540px;
}

.login-v2__title {
  position: relative;
  top: 25%;
  left: -15px;
  padding: 10px 150px 10px 0;
  color: #20184B;
  width: 40%;
}

.login-v2__title span {
  display: inline-block;
  font-family:  sans-serif, Arial;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0px;
}

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

.login-v2__intro {
  margin-top: 30px;
  flex-basis: 33%;
  font-family: sans-serif, Arial;
  color: #A3A9B6;
  font-size: 16px;
  text-align: left;
}

.login-v2__intro a {
  color: #797493;
  text-decoration: underline;
}

.login-v2__intro a:hover {
  color: #f4c604;
}

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

.login-v2__form-title {
  font-family: sans-serif;
  font-size: 30px;
  color: #20184B;
  margin-bottom: 10px;
}

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

.login-v2__form input[type="text"]:read-only {
  background-color: #cdd7eb;
  border-left: 10px solid #cfab0b;
}

.login-v2__form input[type="submit"] {
  float: right;
  width: 30%;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  background-color: #20184b;
  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 #FBB047; */
}

.login-v2__form input[type="submit"]:hover {
  background-color: #2c1d81;
}

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

.login-v2__form-links {
  float: left;
}

.login-v2__form span {
  display: block;
  padding: 5px;
  color: #A3A9B6;
}

.login-v2__form span a {
  color: #797493;
  text-decoration: underline;
}

.login-v2__form span a:hover {
  color: #f4c604;
}

.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) {
  .login-v2__title span {
    font-size: 35px;
  }
}

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

  .login-v2__title {
    padding-right: 100px;
  }

  .login-v2__title span {
    font-size: 30px;
  }

  .login-v2__intro {
    font-size: 16px;
  }
}

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

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

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

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

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

  .login-v2__content {
    flex-direction: column;
  }

  .login-v2__form {
    margin: 10px auto;
  }

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

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