.btn-primary {
  border-color: #e61634 !important;
  background-color: #ea4f65;
}

.btn-primary:hover {
    color: #fff;
    border-color: #E64A19 !important;
    background-color: #e51733;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #e51733 !important;
  background-color: #e51733;
}

.box_login {
  height: 100%;
  background: linear-gradient(to bottom, #f4cdcd 0%, #ffffff 100%);
}

.bg-cover {
  background-position: center;
  background-size: cover;
  /* border-left: 3px solid #f14635; */
  /* border-right: 3px solid #f14635; */
  /* border-top: 3px solid #f14635; */
  /* border-radius: 50px 50px 0 0; */
  /* background-size: 100% 120%; */
  position: absolute;
  height: 100%;
  width: calc(100% + 45px) !important;
  max-width: 115%;
  z-index: 1;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  /* margin-right: -15px;*/
}

.h1, h1 {
  font-size: 1.4em;
}

.h2, h2 {
  font-size: 1.3em;
}

.h3, h3 {
  font-size: 1.2em;
}

.h4, h4 {
  font-size: 1.1em;
}

.img-preview {
  background: #cccccc;
  max-height: 70px;
  /* width: 70px; */
}

.floating-label label:first-child {
  margin-top: -4px;
  opacity: 1 !important;
}

._sectionform {
  /*background-image: url(http://localhost/admin360/assets/agriswiss/img/background_login_top.png); */
  background-position: top;
  background-size: 40%;
  background-repeat-y: no-repeat;
  position: relative;
  width: 416px;
  /* left: 50%; */
  margin-left: calc(50% - 216px);
  flex: none;
  /* display: block; */
  z-index: 2;
}

.align-items-center {
  height: 100%;
  display: block;
}

.mx-auto {
  margin: 0;
  background: white;
  display: block;
  margin-top: calc(50vh - 270px);
  border-radius: 0px;
  width: 416px !important;
  max-width: 100%;
  flex: none;
  display: table;
  margin-left: calc(50% - 208px);
  border-radius: 9px;
  border: 5px solid #e6e6e6;
}

._logo_login {
  max-height: 300px;
  border-radius: 0px !important;
  max-width: 200% !important;
  border-radius: 0px;
  width: 400px !important;
  margin-left: calc(50% - 200px);
}

@media (max-width: 600px) {
  form {
    margin-left: 7px;
  }

  .mx-auto {
    margin: 0;
    background: white;
    display: block;
    margin-top: auto;
    border-radius: 0px;
    height: auto;
    margin-left: 5px !important;
  }

  ._logo_login {
    border-radius: 0px;
    width: 416px !important;
    margin-left: calc(50% - 208px);
  }

  ._sectionform {
    background: white;
    width: 416px;
    margin-left: calc(50% - 208px);
  }
}

@media (max-width: 600px) {
  form {
    margin-left: 0px;
  }

  .mx-auto {
    margin: 0;
    background: white;
    display: block;
    margin-top: auto;
    border-radius: 0px;
    height: auto;
    margin-left: 0px !important;
  }

  ._logo_login {
    border-radius: 0px;
    width: 370px !important;
    margin-left: calc(50% - 185px);
  }

  ._sectionform {
    background: white;
    width: 416px;
    margin-left: calc(50% - 208px);
  }
}

.d-none {
  display: block !important;
}

body.jumbo-page .admin-main {
  padding: 0;
  height: 100%;
  /* background: red; */
}

.container-fluid {
  height: 100%;
}

.container-fluid .card {
  height: 100%;
}

.m-h-100 {
  min-height: 100% !important;
  display: contents;
}
