body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #c0c5d0;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.card0 {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 15px;
  background: #edf0f9;
}

.card2 {
  margin: 0px 40px;
  height: 100%;
  background: #edf0f9;
}

.logo {
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-left: 35px;
}

.image {
  width: 360px;
  height: 280px;
}


.border-line {
  border-right: 1px solid #eeeeee;
}

.line {
  height: 1px;
  width: 50%;
  background-color: #e0e0e0;
  margin-top: 10px;
}

.or {
  width: 10%;
  font-weight: bold;
}

.text-sm {
  font-size: 14px !important;
}

::placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #bdbdbd;
  font-weight: 300;
}

input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 25px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 14px;
  letter-spacing: 1px;
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #1a8e5f;
  outline-width: 0;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

a {
  color: inherit;
  cursor: pointer;
}

.btn-blue {
  background-color: #1a8e5f;
  width: 150px;
  color: #fff;
  border-radius: 2px;
  border-radius: 25px;
}

.btn-blue:hover {
  background-color: #e2a03f;
  cursor: pointer;
  color: #fff;
}

.bg-blue {
  color: #fff;
  background-color: #1a8e5f;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0px;
  }
  .border-line {
    border-right: none;
  }

  .card2 {
    border-top: 1px solid #eeeeee !important;
    margin: 0px 15px;
  }
}

@media only screen and (min-width: 360px) {
  .image {
      width: 230px;
      height: 180px;
    }

    .responsip{
      margin-bottom: 0px !important;
    }

    .card2{
      padding-top: 0px !important;
    }
}

@media only screen and (min-width: 560px) {
  .image {
      width: 300px;
      height: 220px;
    }
}


@media only screen and (min-width: 768px) {
  .image {
      width: 300px;
      height: 220px;
    }
}

@media only screen and (min-width: 992px) {
  .image {
      width: 300px;
      height: 220px;
    }
        .card2 {
          padding-top: 3rem !important;
        }
}
