@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
:root {
    --white: #fff;
    --black: #292929;
    --gray: #6F6F6F;
    --primary: #30B1E5;
    --secondary: #ebebeb;
    --success: #219653;
    --info: #CFF5FF;
	  --warning: #F4C000;
    --danger: #FF0000;
    --light-danger: #FF5959;
    --light: #a1a1a1;
    --dark: #181818;
    --form-border-color:#D4D2D2;
    
}
html {
	font-family: "Quicksand", sans-serif !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-weight: 500;
}
body {
	font-family: "Quicksand", sans-serif !important;
	background: var(--bg-color);
	font-weight: 500;
}
hr {
	background:var(--primary);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: var(--dark)
}
.h1, h1 {
    font-size: 2.25rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h6, h6 {font-size: 1.1rem}

p {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8 !important;
	color: var(--gray);
}
a {
    color: var(--primary) !important;
    text-decoration: none !important;
	font-weight: 500;
}
.primary {
	color: var(--primary) !important;
}
.gray {
	color: var(--gray) !important;
}
.small, small {
    font-size: .875em !important;
}
.btn {
  height: 50px;
  transition: .5s;
}
input[type="checkbox"]:checked {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
}
.form-check-input:checked {
  border-color: var(--primary) !important;
}

/* login modal */
.login-modal .modal-banner {
   margin: 25px 0px 25px 25px; 
}
.login-modal .modal-content{
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fff0;
}
.login-modal .login-data .btn-close{
  background: none;
  position: absolute;
  right: 13px;
  top: 5px;
  opacity: 100;
}
.login-modal .login-data {
background: var(--white);
  height: 100%;
  border-radius: 24px;
  padding: 30px 25px;
  position: relative;
  height: 100%;
  position: relative;
}
.wp-login{
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.login-modal .modal-banner img{
  border-radius: 24px 0px 0px 24px;  
}
.login-modal .login-data h3 img{
  width: 43px;  
}
.login-modal .login-data h3 {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  gap: 8px;
}
.login-modal .login-data p{
  font-weight: 500;
  font-size: 14px;
}
label.cus-label {
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: 20px;
  background: #fff;
  padding: 3px 5px;
  font-size: 15px;
  color: var(--gray);
  font-weight: 500;
}
input.form-control {
  border: 1px solid var(--form-border-color) !important;
  height: 50px !important;
  border-radius: 8px !important;
  font-size: 1rem;
  font-weight: 500;
}
form sup {
  color: var(--danger);
  font-size: 1rem;
  vertical-align: -webkit-baseline-middle;
}
.input-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--primary);
}
.form-check {
  display: flex !important;
  min-height: auto !important;
  margin-bottom: auto !important;
}
.login-form .form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
input[type="checkbox"] {
  position: relative;
  border: 2px solid var(--primary);
  border-radius: 3px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  margin-left: 0px;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
}
input[type="checkbox"]::before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.login-form .form-check label {
  font-size: 0.875rem;
}
.gray {
  color: var(--gray) !important;
}
.login-form .form-check label {
  font-size: 0.875rem;
}
.btn-primary {
  background: #30B1E5 !important;
  background: linear-gradient(180deg, rgba(48, 177, 229, 1) 0%, rgba(43, 147, 189, 1) 100%) !important;
  color: var(--white) !important;
  border-color: var(--primary) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  font-size: 0.938rem !important;
  transition: 0.5s !important;
}
.btn-primary:hover {
  transform: scale(1.025);
  transition: 0.5s;
}
.or-sec {
  text-align: center;
  display: flex;
  margin: 25px 0;
  position: relative;
  z-index: 9;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.or-sec::before {
  z-index: 1;
  width: 100%;
  content: '';
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-secondary-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray) !important;
  font-weight: 500;
  border: 1px solid #D3D3D3 !important;
  font-size: 0.938rem !important;
  min-width: 120px;
}
a.btn-secondary-outline img {
  width: 32px;
  height: 32px;
}
.or-sec span {
  background: #fff;
  display: flex;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 99;
  align-items: center;
  justify-content: center;
  color: var(--gray);
}
  ::placeholder {
  color: rgb(191, 191, 191) !important;
  opacity: 1; /* Firefox */
  font-size: 14px;
  }
  ::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(191, 191, 191) !important;
  font-size: 14px;
  }
  .copy-rt-sec {
  text-align: center;
}
.login-data small{
  color: var(--gray);
}
.login-data small a{
  text-decoration: underline !important;
}


@media (max-width: 1199.98px) { 
.login-modal .modal-banner img{
  height: 530px;
  object-fit: cover;
}
.wp-login {
  height: 528px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
}
@media (max-width: 991.98px) { 
  .login-modal .modal-banner {
    display: none;
  }
  .login-modal .login-data {
  padding: 40px 27px;
  }
}