﻿@font-face {
  font-family: 'Inter-Bold';
  src: url('../font/Inter-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../font/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, html {
  height: 100% !important;
  font-family: Inter;
  background:#EFF2F9 !important;
}

.bg-light {
  background: #EFF2F9 !important;
}

.cardBox {
  width: 100%;
  max-width: 600px;
  border: none !important;
  border-radius: 30px !important;
  background: #ffffff;
}

.cardBox-body-Login {
  padding: 2rem !important;
}

.form-control {
  border: 1px solid #BBBBBB !important;
  border-radius: 6px !important;
  padding: 0.75rem 1rem !important;
  Height: calc(2.5em + .5rem + 1px);
  color: #BBBBBB;
}

.btn-primary {
  background-color: #0D62FF !important;
  border-color: #0D62FF !important;
  padding: 0.75rem !important;
}

  .btn-primary:hover {
    background-color: #112F64 !important;
    border-color: #112F64 !important;
  }

.text-primary {
  color: #0D62FF !important;
}

.fntColor-Header {
  color: #112F64;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.fnt {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  color: #858680 !important;
}

.btn-secondary {
  background-color: #ECECEC;
  border-color: #ECECEC;
  color: #858680;
}

  .btn-secondary:hover {
    background-color: #dde2e6;
    border-color: #dde2e6;
    color: #495057;
  }

.btn {
  padding: 10px 24px;
  border-radius: 6px;
  min-width: 102px;
  max-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cancel {
  background: #ECECEC;
  color: #858680;
  border: none;
}


.btn-send {
  background: #0D62FF;
  color: white;
  border: none;
}

  .btn-send:hover {
    background: #112F64;
    color: #ffffff;
  }

.password-container {
  position: relative;
}

/*.password-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  height: 20px;
  width: 30px;
  background: white;
  justify-content: center;*/
  /* top: 50%;
  transform: translateY(-50%);*/
/*}*/

.password-toggle{
    float:right;
    margin-left: -25px;
    margin-top: -35px;
    right:15px;
    position: relative;
    z-index:2;
}

.custom-checkbox {
  transform: scale(1.5) !important;
  margin-right: 10px !important;
  position: absolute !important;
  margin-top: .3rem !important;
  margin-left: -1.0rem !important;
  border: 1px;
  border-color: #BBBBBB;
}

#companyLogo{
    max-width: 230px;
    height: auto;
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  #companyLogo {
    width: 150px; 
    height: auto; 
  }
}

