@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0abbb5;
}

a {
  transition: 0.5s ease;
  color: #0abbb5;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}

.login_wraper {
  background: url(../images/login-bg.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.login_wraper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 52.19%,
    rgba(255, 255, 255, 0) 114.72%
  );
  z-index: -1;
}

.login_wraper.register_wrapper{
  background: url(../images/register-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.login_box_wrap a.back_to_website {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #0abbb5;
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
.login_box_wrap a.back_to_website:hover {
  color: #000;
}
.login_box_wrap a.back_to_website img {
  margin-right: 10px;
  transition: 0.5s ease;
}

.login_box_wrap a.back_to_website:hover img {
  filter: brightness(0);
}

.login_box {
  padding: 25px 60px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  max-width: 550px;
}
    .login_box.register_box {
    max-width: 930px;
    }

.input-group select {
  appearance: auto;
   margin-right: 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.login_box h4 {
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  margin: 0 0 40px;
}
.form-control {
  background: transparent;
  border: 0;
  padding: 0 20px;
}
.input-group-text {
  background: transparent;
  border: 0;
  padding: 0 20px;
  border-right: 1px solid #c6cfdc;
}

.input-group {
  padding: 20px 0;
  background: #f7f7f7;
  position: relative;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.form-control[disabled="disabled"]{
    opacity:0.5;
}
.field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 23px;
  color: #c6c6c6;
  z-index: 9;
  cursor: pointer;
}

.forgot_password a {
  color: #767676;
  cursor: pointer;
}

.forgot_password a:hover {
  color: #0abbb5;
}

.btn_primary {
  background: #0abbb5;
  color: #fff;
  border: 0;
  padding: 8px 30px;
  width: 100%;
  max-width: 200px;
}

.submit_button {
  margin: 25px 0 35px;
}

.dont_have_account p {
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.dont_have_account p a:hover {
  color: #000;
}

footer {
  background: #003634;
}

.footer_logo {
  background: #fff;
  max-width: 260px;
  padding: 35px 35px 50px;
  border-radius: 0 0 120px 120px;
  margin: 0 0 30px;
  text-align: center;
}

.footer_logo img{
    width: 190px;
}

.footer_link {
  padding-top: 100px;
}
.address_wrap ul li {
  display: flex;
  margin: 0 0 15px;
}

.address_wrap ul li .address_icon {
  width: 25px;
}
.address_wrap ul li a {
  display: block;
  width: calc(100% - 25px);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  max-width: 250px;
}

.address_wrap ul li a:hover {
  color: #0abbb5;
}

.footer_link h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 10px;
}

.footer_link ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.footer_link ul li a:hover {
  color: #0abbb5;
}

.footer_bottom {
  padding: 100px 0 70px;
}

.footer_bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.newsletter {
  display: flex;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
}

.newsletter .form-control {
  background: #fff;
  padding: 12px 20px;
  border-radius: 0;
}
.btn_border {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 40px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  transition: 0.5s ease;
}
.btn_border:hover {
  background: #fff;
  color: #0abbb5;
}

.register_wrapper .login_box {
  max-width: 930px;
}

.text-capitalize {
    text-transform: capitalize !important;
}
img#hide_pwd {
    display: none;
    width: 27px;
    height: 29px !important;
    top: 50%;
    right: 10px;
}
img#hide_pswd {
    display: none;
    width: 27px;
    height: 29px !important;
    top: 50%;
    right: 10px;
}
.frmpass .form_icon {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 5;
    width: 22px;
    height: 21px !important;
    font-size: 18px;
    line-height: 1;
    transform: translate(0, -50%);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #0000007a;
    outline: 0;
}
.modal-backdrop {
    display:none;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #262626;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-transform: capitalize;
    outline: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}   
.successpopup .btn-secondary {
    padding: 7px 20px;
    margin: 0;
}
.btn--primary {
    color: #fff;
    background-color: #0abbb5;
    border-color: #0abbb5;
}
.btn--primary:hover, .btn--primary:focus {
    color: #fff;
    background-color: #58bdb8;
    border-color: #58bdb8;
}

.field-validation-error {
    width: 100%;
    position: absolute;
    left: 5px;
    top: 39px;
}
.field-validation-error span {
    font-size: 12px;
}
.modal-title {
    color: #767676;
}
.successpopup .close {
    font-size: 37px;
}
.successpopup .btn--submit {
    min-width: 120px;
    margin: 0 10px 0 0;
}

.successpopup .close {
    border: 0;
    background: transparent;
    font-size: 26px;
    padding: 0;
    line-height: 20px;
}


@media (max-width: 991px){
  .login_box {
    max-width: 600px;
    padding: 25px 40px;
}



.login_wraper,
.login_wraper.register_wrapper {
  min-height: inherit;
  background-size: cover;
  padding: 100px 0;
}

  .container{
    width: 100%;
    max-width: 100%;
  }

  .container > *{
    margin: 0 15px;
  }

  .footer_link {
    padding-top: 40px;
}

.address_wrap ul li a{
  max-width: 100%;
  font-size: 14px;
  line-height: 28px;
}

.footer_link h4 {
  margin-bottom: 2px;
}

.footer_bottom p {
  text-align: center;
  margin-bottom: 20px;
}

.newsletter{
  margin: 0 auto;
}

.footer_bottom {
  padding: 125px 0 60px;
}

.footer_logo {
  margin: 0 0 25px;
}

.address_wrap ul li {
  margin: 0 0 10px;
}

.login_wraper:before {
  background: linear-gradient( 90deg, #ffffff 0%, #ffffff 28.19%, rgba(255, 255, 255, 0) 114.72% );
}

}

@media (max-width: 767px){

  .footer_bottom p {
    font-size: 16px;
    line-height: 20px;
}

.btn_border {
  padding: 8px 30px;
}

.login_wraper,
.login_wraper.register_wrapper {
  padding: 80px 0;
}

.login_wraper:before {
  background: linear-gradient( 90deg, #ffffff 0%, #ffffff 20.19%, rgba(255, 255, 255, 0) 114.72% );
}

.login_box h4 {
  margin: 0 0 30px;
}

.login_box_wrap a.back_to_website {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 30px;
}

}

@media (max-width: 575px){
  .newsletter {
    display: block;
}

.newsletter .btn_border{
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.footer_bottom {
  padding: 90px 0 60px;
}

.login_box {
  padding: 25px 30px;
}

.login_wraper,
.login_wraper.register_wrapper {
  padding: 60px 0;
}

.submit_button {
  margin: 15px 0 20px;
}

.login_box h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 20px;
}


}

@media (max-width: 480px){
  .container > * {
    margin: 0;
}

  .field-validation-error {
    position: absolute;
    top: 47px;
}

  .newsletter .form-control {
    padding: 10px 15px;
    font-size: 14px;
}

.login_box {
  padding: 20px 15px;
}

.input-group {
  padding: 15px 0;
}

.login_box_wrap a.back_to_website {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
}

.input-group-text {
  padding: 0 15px;
}

.field-icon.toggle-password {
  right: 15px;
  top: 20px;
}

.login_wraper.register_wrapper {
  padding: 50px 0;
}

.login_box h4 {
  font-size: 30px;
  line-height: 40px;
}

}

@media (max-width: 400px){
  .login_box h4 {
    font-size: 28px;
    line-height: 35px;
}
}

:focus-visible {
  outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0abbb5 !important;
    color: white;
}