html, body {
  direction: rtl;
}

@media only screen and (min-width: 760px) {
  section {
    height: 100vh;
    background-image: url("../img/sea-2755908_1920.jpg");
    background-size: cover;
    background-position: center center;
  }
  section .card-img {
    width: 100%;
    margin: 0;
  }
  section .card-img > div {
    text-align: center;
    color: #f8a90e;
    font-size: 30px;
    font-weight: bolder;
    padding: 20px 0;
    border-radius: 7px;
    border: silver solid 1px;
  }
  section .login-box {
    width: 400px;
    height: 100vh;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: transparent;
    border: none;
  }
  section .login-box .inner_box {
    text-align: right;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: 100%;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
  section .login-box .inner_box .card-body .form-group .input-group .input-group-prepend {
    cursor: pointer;
  }
}
@media only screen and (max-width: 760px) {
  section {
    height: 100vh;
    background-image: url("../img/sea-2755908_1920.jpg");
    background-size: cover;
    background-position: center center;
  }
  section .card-img {
    width: 100%;
    margin: 0;
  }
  section .card-img > div {
    display: inline-block;
    text-align: center;
    color: #f8a90e;
    font-size: 30px;
    font-weight: bolder;
    padding: 20px;
    border-radius: 7px;
    border: silver solid 1px;
  }
  section .login-box {
    width: auto;
    height: auto;
    right: 30px;
    left: 30px;
    top: 100px;
  }
  section .login-box label {
    display: block;
    text-align: right;
  }
  section .login-box .input:focus {
    border-bottom: 1px #009efb solid;
  }
}/*# sourceMappingURL=LogIn.css.map */