.mobalogo {
  width: 60% !important;
  height: auto;
  align-content: center;
}
.login-box,
.register-box {
  width: 280px !important;
}

.btn {
  /* background: #007EC3 !important;
    font: inherit;
    line-height: 1;
    margin-top: 1.3em;
    height: 50px !important;
    width: 125px !important;
    border-radius: 100px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; */
    margin-top: 20px;
    float: right;
    color: #fff;

    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 110px !important;
    background: transparent linear-gradient(270deg, #007EC3 0%, #007EC3 45%, #2EA7E8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #0A86CB;
    border: unset;
}
.btn:hover {
  transition-duration: 0.2s;
  color: #fff;
    background: transparent linear-gradient(270deg, #2EA7E8 0%, #007EC3 45%, #007EC3 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #0A86CB;
}
form#loginForm {
  width: 267px;
}

/* .arrow-login{
    font-size: 25px;
} */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff4d !important;
  background-clip: border-box;
  border-radius: 1rem !important;
  border: 10px solid #ffffff24 !important;
}
.login-card-body,
.register-card-body {
  background-color: #ffffffc9 !important;
  border-top: 0;
  padding: 20px;
  border-radius: 1rem;
  box-shadow: -1px 4px 28px 0px rgb(0 0 0 / 75%);
}
.responsive {
  width: 100%;
  height: auto;
}
.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: #28a745 !important;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  border-top-right-radius: 0.25rem;
  color: #fff !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login-logo,
.register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 2rem !important;
  text-align: center;
}
.btn_trans {
  background: transparent !important;
  border: none !important;
}
.bg {
  background-image: url(./../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
  background-color: #ffffff;
  padding: 50px;
  background-position: bottom;
}

.form-group {
  position: relative;
  margin-bottom: 0.25rem;
}

.login-form {
    width: 290px;
    height: 350px;
    display: flex;
    padding: 20px;
    justify-content: center;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DEF3F6;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.profile-views {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #007EC3;
}

.local-forms label {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #007EC3;
  margin-bottom: 0;
  padding: 0 5px;
  z-index: 99;
}

.form-control {
  border: 1px solid #d24b07;
  box-shadow: none;
  color: #686868;
  font-size: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #c7d0f880;
  border: 0.5px solid #007EC3;
  width: 269px;
  height: 44px;
}

.form-control:focus {
  border-color: #913b10;
  box-shadow: none;
  outline: 0;
}

.btn-primary {
  background-color: #fff;
  border: 1px solid #ffff;
  color: #d24b07;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  background-color: #d24b07 !important;
  border: 1px solid #d24b07 !important;
  color: #fff;
}

/* .form-group.local-forms {
    margin-bottom: 25px;
} */
.body {
  margin-top: 67px;
}

.sign-in-btn {
  margin-top: 20px;
  float: right;
  color: #fff;
  background: transparent
    linear-gradient(270deg, #007EC3 0%, #007EC3 45%, #f99f71 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 6px 20px #f48c565c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sign-in-btn:hover {
  background: transparent
    linear-gradient(270deg, #007EC3 100%, #007EC3 45%, #f99f71 0%) 0% 0%
    no-repeat padding-box;
  color: #fff;
}

.icon {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
}
.input-group-text {
  color: #007EC3;
}
.border-rounded {
  border-radius: 43px !important;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: #fff !important;
}
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: #fff !important;
}
