.area_login {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.content_login {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.icon_login img {height: 90px;}
.card_login::before {
  border-radius: 9px;
}
.logo_login {height: 120px;}

.card_login {
  display: block;
  position: relative;
  background: #f2f2f2;
  border-radius: 7px;
}
/*.card_login::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #b0d23e, #8ea72f);
  width: 100%;
  height: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}*/
.login-label {
  color: #616163;
  font-size: 14px;
}
.btn-login {
  font-family: 'Oswald', sans-serif;
  background: linear-gradient(to right, #b0d23e, #8ea72f);
  color: #fff;
  position: relative;
  font-size: 18px;
}
.btn-login img {
  position: absolute;
  right: 8px;
  top: 29%;
  height: 20px;
}
.btn-login:hover {color: #fff;}
.copy_login {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #838383;
}
.login_title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
.login_title2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  background: linear-gradient(to right,#b0d23e,#8aab1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line_login {
  width: 200px;
  height: 10px;
  background: linear-gradient(to right, #b0d23e, #8aab1d);
  position: absolute;
  left: 0;
}
.link_login_diploma {
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline;
  color: #616163;
}
@media screen and (max-width: 767px) {
  .icon_login {text-align: center;}
  .icon_login img {height: 60px;}
  .login_title {
    text-align: center;
    font-weight: 300;
  }
  .login_title2 {text-align: center;}
  .line_login {display: none;}
  .area_login {
    background-position-x: -165px;
  }
}