.login {
  width: 40%;
}

.form-login-img {
  width: 55%;
  margin-bottom: 1.2em;
}

.login__field {
  padding: 20px 0px;
  position: relative;
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #122749;
}

.login__input {
  border: none;
  border-bottom: 2px solid #cccccc;
  background: none;
  padding: 10px;
  padding-left: 40px;
  width: 75%;
  transition: 0.2s;
  color: #333333;
  font-size: .65em;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #cccccc;
}

.login__submit {
  background: #122749;
  font-size: .65em;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  border: none;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #122749;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #122749;
}

.social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #122749;
}

.social-login__icon:hover {
  transform: scale(1.5);
}

.button__text {
  font-weight: normal;
  letter-spacing: 2px;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.7em;
  color: #333333;
}

.signup-link {
  color: #122749;
  font-weight: bold;
}

h6.horizontal-line {
  position: relative;
  overflow: hidden;
}

h6.horizontal-line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  display: inline;
  vertical-align: auto;
  position: relative;
  padding: 0 20px;
  font-size: 1.4em;
}
h6.horizontal-line span::after,
h6.horizontal-line span::before {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #cccccc;
}
h6.horizontal-line span::before {
  right: 100%;
}
h6.horizontal-line span::after {
  left: 100%;
}

.social-btns {
  width: 100%;
}
.form-btn {
  text-align: center;
  width: 15%;
  border-radius: 25px;
  margin: 0 10px;
  font-size: 0.7em;
  font-weight: bold;
  height: 50px;
  color: #fff;
  border: none;
}

@media only screen and (max-width: 500px) {
  .form-btn {
    height: 30px;
    font-size: 1.3em;
  }

  .form-text {
    font-size: 1.8em;
  }

  .login__input {
    padding-left: 30px;
    font-size: 1em;
  }

  .login__submit {
    font-size: 1.2em;
  }
}

.facebook-btn {
  background-color: #3b5999;
}
.twitter-btn {
  background-color: #00acee;
}

@media only screen and (max-width: 1000px) {
  .login {
    width: 80%;
  }
  .form-login-img {
    width: 45%;
  }
  .login__field {
    font-size: 2em;
  }
  .login__input {
    padding-left: 60px;
  }
  .form-text {
    font-size: 1.2em;
  }
  .form-btn {
    width: 25%;
    font-size: 1.1em;
  }
}
