
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html,body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

.global-container{
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #581845;
}



.card-title{ font-weight:300; }

.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.illustration {
  position: absolute;
  left: -180px;
  bottom: 100px;
  width: 30%;
  height: 50%;
}
.illustration2 {
  position: absolute;
  top: -20%;
  right: -8%;
}

.login-image{
  position: relative;
}
.login-image > h2 {
  font-size: 50px;
  color: #fff;
}
.login-image > h2 > span{
  font-size: 50px;
  color: #DEE6FF;
  font-weight: 700;
  font-style: italic;
}
.login-image > p.sub-heading{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.login-image > p.login-text{
  font-size: 1rem;
  color: #fff;
}
.login-image > button.know-more{
  font-size: 1rem;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 0;
  transition: transform 2s;
}
.login-image > button.know-more{
  font-size: 1rem;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 0;
}
.login-image > button.know-more:hover {
  transform: scale(1.1);
}


/* .login-image > button.know-more {
  font-size: 1rem;
  border: 2px solid #001130;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 0;
  outline: #001f5a;
  box-shadow: none;
  background: #002264;
}  */

.know{
  font-size: 1rem;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 0;
  outline: #001f5a;
  box-shadow: none;
  background: #002264;
}

/* dashboard css */

body {
  background: rgb(222,230,255);
background: linear-gradient(150deg, rgba(222,230,255,1) 0%, rgba(192,202,235,1) 43%, rgba(28,70,151,1) 100%);
}

.login-content {
  display: flex;
    height: 80vh;
    width: 80%;
}
.login-image {
      width: 55%;
      border-radius: 70px 0 0 70px;
      padding: 5rem 4rem;
      background: rgb(33,79,168);
      background: linear-gradient(130deg, rgb(0 34 100) 30%, rgb(82 115 177) 100%);
}
.login-image img {
  width: 100%;
}
.login-form {
     width: 45%;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #ECF1FE;
    border-radius: 0 70px 70px 0;
}
.crv-img {
  position: absolute;
    bottom: 0;
    right: 0;
}

.login-input input{
  border-radius: 4px;
  height: 60px;
  border: 1px solid #E2E2E2;
  /* position: relative; */
  padding: 6px 20px;
}
/* .login-input input{

} */
.login-title h2{
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    font-size: 2.75rem;
}
.login-title p {
  font-size: 18px;
  color: #747272;
  margin-bottom: 30px;
}
.forgot_pass a {
     color: #2D56A6;
    font-size: 14px;
}
.forgot_pass {
      padding: 10px;
}
.login-btn .btn {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    border-radius: 4px;
    padding: 14px;
    background: rgb(147,177,252);
    background: #1D396E;
    border: none;
    box-shadow: 0px 8px 13px #00000038;
}
.login-input {
      margin-bottom: 30px;
      position: relative;
}
.login-input input.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000000;
  outline: 0;
  box-shadow: none;
}
.login-btn .btn:hover {
  box-shadow: 0px 14px 14px 2px #00000038;
}
.login-input > label{
  font-weight: bold;
  color: #000;
}
.loginicons img {
      width: 20px;
}
.login-image {
  position: relative;
}
.crv-img2 {
      position: absolute;
    top: 0;
    left: 0;
}
.regi_btn {
      text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.regi_btn a {
  color: #2D56A6;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
.searchpanel .input-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -20%;
  }
  #sidebar-wrapper {
    margin-left: 0;
  }
  button.btn.know-more:hover {
    background: #002264;
    color: #fff;
    border: 2px solid #1D396E;
}
span.user-img {
  position: absolute;
    right: 0;
    top: 0;
    padding: 18px;
}
.toggle {
  position: relative;
}

.forgot-pass .toggle > .toggle-box{
  height: 20px;
    width: 40px;
    border: 1px solid #afafaf;
    display: inline-block;
    border-radius: 20px;
}
.forgot-pass .toggle > .toggle-circle{
  width: 18px;
  height:18px;
  background: red;
  border-radius: 50%;
  position: absolute;
}
.forgot-pass .toggle > .toggle-circle::before{
  content: '';
  left: 0;
}
.logo-img {
  width: 130px  ;
  height: auto;
  margin: 0 auto;
}


.login-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* remember me toggle css starts here */

.switch-wrapper {
	width: 100%;
	max-width: 300px;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.switch-container {
	width: 100%;
	max-width: 60px;
	max-height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 8px;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
  border: 1px solid #a7acb5;
}

.switch-container .switch-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #949494;
	z-index: -1;
	transition: background-color 0.2s ease-in;
}

.switch-container #with-warrenty:checked ~ .switch-bg {
	background-color: #37ca37;
}

.switch-container .switch-left span {
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.switch-container .switch-right span {
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.switch-container #with-warrenty:checked ~ .switch-left span {
	opacity: 1;
}
.switch-container #with-warrenty:checked ~ .switch-right span {
	opacity: 0;
}

.switch-container .round-box {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	transform: translate(-3px, -50%);
	background-color: #f6f6f6;
	box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
	border-radius: 50%;
	transition: transform 0.3s ease-in-out;
}

.switch-container #with-warrenty:checked ~ .round-box {
	transform: translate(25px, -50%);
  background: #002466;
}
  /* span.select2.select2-container {
    width: 200px !important;
    /* height: 50px !important; */
  /* }  */
  
  /* span.select2.select2-container span.selection .select2-selection, .select2-selection--single {
    height: 40px !important;
    width: 100%;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
  } */




  /* select#select-patient + span.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    height: 40px !important;
} */

/* 09-06-2023 */
.upper-image{
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0px;
  opacity: 0.2;
}

.terms-condition a{
text-decoration: none;
}

.modal-sec{
  max-height: 700px;
  overflow-y: auto;
}
label#termcheck-error {
  position: absolute;
  top: 26px;
}

#whole-hippaaccept {
    position: relative;
}

label#hippaaccept-error {
    position: absolute;
    left: -16%;
    top: 70%;
}



