@charset "UTF-8";

:root {
  --bs-body-font-size: 0.875rem;
  --bs-body-font-family: "Lato", Arial, Helvetica, sans-serif;
  --btn-color: #e09a14;
}
body {
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size);
  background: url(../images/bg_1280.jpg) no-repeat center ;
  background-size: cover; 
  background-attachment: fixed;
}
.login-field-right {
  width: 100%;
}

#login-screen-btn{ color: #ffffff;}

a,
a:hover {
  color: var(--link-color);
}
.login-fluid {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.form-control-line .form-floating>label {
  padding: 0;
}
.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(2.5rem + 2px);
}
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
  transform: scale(.85) translateY(-0.8rem) translateX(0rem);
}
.login-field-panel .form-floating.mb-3 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767.98px) {
  .login-fluid {
    display: block;
    height: 100%;
  }
}
.login-fluid .login-field-panel
/* .login-fluid .login-image-panel */ {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-fluid .login-field-panel .btn,
.login-fluid .login-image-panel .btn {
  padding: 4px 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .login-fluid .login-field-panel,
  .login-fluid .login-image-panel {
    width: 100%;
  }
}

.login-fluid .login-field-panel {
  height: 100%;
}
.login-fluid .login-field-panel .login-logo {
  width: 86px;
}
.login-fluid .login-field-panel .login-logo img {
  max-width: 100%;
}
.login-fluid .login-field-panel .login-headingtext {
  padding-left: 25px;
  color: var(--bs-white);
}
.login-fluid .login-field-panel .login-headingtext h4 {
  font-size: 46px;
  font-weight: 700;
  line-height: 42px;
}
.login-fluid .login-field-panel .login-headingtext h4 span {
  font-size: 24px;
  display: block;
  font-weight: 400;
}
.login-fluid .login-field-panel .small {
  color: #fff;
  font-size: 14px;
}
.login-fluid .login-field-panel .form-check .form-check-label {
  color: #fff;
}
.login-fluid .login-field-panel .login-signup-buttons-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50vw;
  z-index: 99;
  background-color: #fff;
  padding-top: 10px;
}
.login-fluid .login-field-panel .login-signup-buttons-tab .login-signup-buttons {
  position: relative;
  border-top: 1px solid #dee2e6;
  height: 50px;
  display: flex;
  align-items: center;
}
.login-fluid .login-field-panel .login-signup-buttons-tab .login-signup-buttons a {
  color: #6c757d;
  text-transform: uppercase;
  text-decoration: none;
  flex: 1;
  flex-basis: 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-fluid .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.active-tablink {
  border-bottom: 3px solid var(--bs-primary);
}
.login-fluid .login-field-panel .login-signup-buttons-tab .login-signup-buttons a:first-child {
  border-right: 1px solid #dee2e6;
}
.login-fluid .login-field-panel .login-signup-buttons-tab .login-signup-buttons a:hover {
  background-color: var(--bs-gray-200);
}

 /* new css for regeneron */

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 100%;
}

#content_video {
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
.vid-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(0deg,#58388a 0%);
}
.captionbar h3 {
  font-size: 18px;
    line-height: 3.25;
    letter-spacing: 10px;
}
 .captionbar p{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
 }

 /* new css for regeneron */

@media (max-width: 767.98px) {
  .login-fluid .login-field-panel .login-signup-buttons-tab {
    width: 100%;
  }
}
.login-fluid .login-image-panel {
  /* background: url(../images/bg.png) no-repeat center 0; */
  background-size: cover;
}
.login-fluid .login-image-panel .captionbar {
  position: absolute;
  top: 50%;
}
.login-fluid .login-image-panel .captionbar .captiontext {
  /* max-width: 60%; */
  letter-spacing: 0.05em;
}
.login-fluid .login-image-panel .login-footer {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  display: inline-flex;
}
.login-fluid .login-image-panel .login-footer span,
.login-fluid .login-image-panel .login-footer a {
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}
.login-fluid .login-image-panel .login-footer a:hover {
  color: var(--link-color);
}
@media (max-width: 767.98px) {
  .login-fluid .login-image-panel {
    display: none;
  }
}

/* Extra */
.login-field-panel span.errortext {
  text-align: left;
  font-size: 12px;
  color: var(--bs-white);
}

.swal2-container .swal2-popup {
	border-radius: 0;
}
.swal2-container .swal2-html-container {
  margin: 0;
  padding: 10px;
	font-size: 16px;
	background-color: var(--bs-gray-200);
	text-align: left;
}
.swal2-container .swal2-footer {
  margin: 0;
  padding: 1em 1em 0;
	font-size: 14px;
}
.swal2-container .swal2-close {
	width: 16px;
  height: 16px;
  margin-top: 10px;
  margin-right: 10px;
	font-size: 1.7rem;
  color:var(--bs-gray-700);
}
.swal2-container .swal2-close:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.swal2-container input[type="checkbox"] {
	flex: 1 0 auto;
}
.swal2-container.swal2-top-end>.swal2-popup,
.swal2-container.swal2-top-right>.swal2-popup {
  align-self: center !important;
  justify-self: center !important;
  grid-row: 2 !important;
}
.signup-text span.signup-account-text,
.login-fluid .login-field-panel .login-field-left,
.login-fluid .login-field-panel .catalog-btntext {
  display: none;
}
.signup-text span.signup-account-text {
  text-transform: none;
}
.login-fluid.login-style-2 .login-field-panel,
.login-fluid.login-style-3 .login-field-panel,
.login-fluid.login-style-center-2 .login-field-panel {
  order: 1;
}
.login-fluid.login-style-2 .login-image-panel,
.login-fluid.login-style-3 .login-image-panel,
.login-fluid.login-style-center-2 .login-image-panel {
  order: 0;
}
.login-fluid.login-style-2 .login-field-panel .login-signup-buttons-tab,
.login-fluid.login-style-3 .login-field-panel .login-signup-buttons-tab {
  left: auto;
  right: 0;
}
.login-fluid.login-style-3 .login-image-panel::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0.4;
  left: 0;
  top: 0;
}
.login-fluid.login-style-4 .login-image-panel {
  background: url(../images/login-graphic.png) no-repeat center;
  background-size: contain;
  position: relative;
  background-color: var(--bs-gray-200);
  overflow: hidden;
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom  .login-footer {
  width: calc(100% - 6rem);
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom  .login-footer span,
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom  .login-footer a {
  color: var(--bs-gray-700);
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom  .captionbar .captiontext {
  color: var(--bs-gray-800) !important;
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom  .captionbar .captiontext h5 {
  font-weight: bold;
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom .btn {
  background-color: var(--bs-gray-800) !important;
  color: var(--bs-white) !important;
}
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom .btn:hover,
.login-fluid.login-style-4 .login-image-panel .login-caption-bottom .btn:focus {
  box-shadow: none;
  background-color: var(--bs-gray-900) !important;
} 
.login-fluid.login-style-5 .login-image-panel {
  background: url(../images/login-graphic.png) no-repeat center;
  background-size: contain;
  position: relative;
  background-color: var(--bs-primary);
  overflow: hidden;
}
.login-fluid.login-style-5 .login-image-panel .login-caption-bottom  .login-footer {
  width: calc(100% - 6rem);
}
.login-fluid.login-style-center,
.login-fluid.login-style-center-2 {
  /* background-color: var(--bs-gray-100); */
  background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: radial-gradient(100% 70% at 120% 85%, #eaa902 0%, #073AFF00 100%), linear-gradient(270deg, #ae3a5f 0%, #b84968 46%, #073AFF00 100%), linear-gradient(90deg, #215599 0%, #215599 100%);
}
.login-fluid.login-style-center::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100px;
  background-color: var(--bs-gray-200);
  width: 25vw;
  height: 30vh;
  border-radius: 10vw;
  display: inline-block;
  transform: rotate(-45deg);
  filter: drop-shadow( 100px -80px 0 rgba(0,0,0,0.02));
}
.login-fluid.login-style-center::after {
  content: '';
  position: absolute;
  top: -100px;
  right: -200px;
  background-color: var(--bs-gray-200);
  width: 35vw;
  height: 40vh;
  border-radius: 15vw;
  display: inline-block;
  transform: rotate(-45deg);
  filter: drop-shadow( -260px 100px 0 rgba(0,0,0,0.02));
}
.login-fluid.login-style-center .login-image-panel {
  display: none;
}
.login-fluid.login-style-center .login-field-panel {
  width: 680px;
  margin: auto;
  height: auto;
  max-height: 100%;
  border: 1px solid var(--bs-gray-200);
  border-radius: 3px;
  background-color: var(--bs-white);
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons {
    max-width: 540px;
    margin: 0 auto;
  }
  .login-fluid.login-style-center .login-field-panel {
    width: 100%;
    height: 100vh;
  }
}

.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab,
.login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab {
  width: auto;
  left: auto;
  right: auto;
}
.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab,
.login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
}
.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons,
.login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons {
  border: 0;
  padding-right: 3rem;
  padding-left: 3rem;
  height: auto;
}
.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons {
  justify-content: space-between;
}
.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons a,
.login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons a {
  width: auto;
  max-width: fit-content;
  border: 0;
  color: var(--link-color);
  text-transform: capitalize;
}
.login-fluid.login-page.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.login-text,
.login-fluid.signup-page.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.signup-text,
.login-fluid.login-page.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.login-text,
.login-fluid.signup-page.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.signup-text {
  display: none;
}
.login-fluid.signup-page.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.login-text,
.login-fluid.signup-page.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons a.login-text {
  display: inline-block;
  text-decoration: underline;
}
.login-fluid.login-style-center .login-field-panel .login-signup-buttons-tab .login-signup-buttons a:hover,
.login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons a:hover {
  background-color: transparent;
}
.login-fluid.signup-page.login-style-center .login-field-panel .login-signup-buttons-tab,
.login-fluid.signup-page.login-style-center-2 .login-field-panel .login-signup-buttons-tab {
  padding-top: 10px;
}
.login-fluid.login-style-center .login-field-panel .small,
.login-fluid.login-style-center-2 .login-field-panel .small {
  margin: 0;
}
.login-fluid.login-style-center .login-field-panel .signup-text span,
.login-fluid.login-style-center-2 .login-field-panel .signup-text span {
  display: inline-block;
  padding-right: 5px;
  color: var(--bs-gray-600);
}
.login-fluid.login-style-center .login-field-panel .signup-text span.signup-line,
.login-fluid.login-style-center-2 .login-field-panel .signup-text span.signup-line {
  color: var(--link-color);
  text-decoration: underline;
}
.login-fluid.login-style-center-2 .login-field-panel .clearfix.pt-4,
.login-fluid.login-style-center .login-field-panel .clearfix.pt-4 {
  padding-top: 10px !important;
}
.login-fluid.login-style-center .login-field-panel .catalog-btntext {
  display: inline-flex;
}

.login-fluid.login-style-center,
.login-fluid.login-style-center-2 {
  margin: auto;
  justify-content: center;
  height: 100%;
  min-height: 100vh; 
}
.login-fluid.login-style-center-2 {
  overflow-y: auto;
}
.login-fluid.login-style-center-2 .login-image-panel {
  display: none;
}
.login-fluid.login-style-center-2 .login-field-panel {
  /* width: 900px; */
  margin: auto;
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid var(--bs-gray-200);
  border-radius: 3px;
  background-color: var(--bs-white);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  flex-direction: row;
  padding-bottom: 12px;
}
.login-fluid.login-style-center-2 .login-field-panel .login-field-left {
  width: 300px;
  display: flex;
  align-items: center;
  color: var(--bs-white);
  justify-content: center;
  border-radius: 3px 0 0 3px;
  background: var(--bs-primary) url(../images/white-bg2.png) no-repeat center;
  background-size: cover;
  flex-direction: column;
  display: none;
}
.login-fluid.login-style-center-2 .login-field-panel .login-field-right {
  width: 600px;
}
.login-fluid.login-style-center-2 .login-field-panel .login-field-left h3 {
  font-size: 38px;
  font-weight: bold;
}
.login-fluid .wave {
  display: none;
}
.login-fluid.login-style-center-2 .wave {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
 
}
.login-fluid.login-style-center-2 #wave .wave-color {
  fill: rgba(183, 73, 107, 0.09)
}
.login-fluid.login-style-center-2 .wave svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(10px 30px 0 rgba(0,0,0,0.025));
}
.forgot_div {
  text-align: right;
}
.forgot_div a {
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 300;
}
.form-nofloating .form-control {
  height: 38px;
  background: rgba(255,255,255,0.2);
  border-color: rgba(223, 225, 246, 0.2);
  color: var(--bs-white);
}
.form-nofloating .form-control:focus {
  border-color: rgba(255,255,255,0.8);
}
input::placeholder {
  color: #ffffff !important;
  opacity: 0.6 !important;
}
input.btn-primary,
input.btn-primary:hover,
input.btn-primary:focus {
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 45px;
  width: 100px;
  font-weight: 700 !important;
  font-size: 16px;
  background: linear-gradient(180deg, #5F308C 0%, #4A256D 100%);
}
#loginwrapper,
#resetwrapper {
  background-color: #8052AE;
  padding: 30px 30px 0 30px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-top: 20px;
}

.logo_and_name {
  display: flex;
  align-items: flex-start;
}
.please_login {
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-white);
  margin-bottom: 10px;
}
.form-labeltext {
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.form-labeltext label {
  padding-left: 6px;
}

@media (max-width: 991.98px) {
  .login-fluid.login-style-center-2 .login-field-panel {
    width: 90%;
  }
  .login-fluid.login-style-center-2 .login-field-panel .login-field-left {
    width: auto;
    min-width: 150px;
  }
  .login-fluid.login-style-center-2 .login-field-panel .login-field-right {
    width: calc(100% - 150px);
  }
  .login-fluid.login-style-center-2 .login-field-panel .login-field-left h3 {
    font-size: 28px;
  }
  .login-fluid .login-field-panel {
    width: 100%;
  }
}
@media (max-width: 767.98px) {  
  body{background-image: linear-gradient(90deg, rgba(102,45,145,1) 0%, rgba(89,48,146,1) 50%, rgba(55,49,146,1) 100%)}
  .login-fluid.login-style-center .login-field-panel .catalog-btntext {
    display: none;
  }
  .login-fluid.login-style-center-2 .login-field-panel .login-signup-buttons-tab .login-signup-buttons {
    max-width: 540px;
    margin: 0 auto;
  }
  .login-fluid.login-style-center-2 .login-field-panel {
    width: 90%;
    height: 100vh;
  }
  .login-fluid.login-style-center-2 .login-field-panel,
  .login-fluid.login-style-center-2 .login-field-panel .login-field-right {
    width: 100%;
  }
  .login-fluid.login-style-center-2 .login-field-panel .login-field-left {
    display: none;
  }
  .login-fluid .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 575.98px) {  
  .login-fluid .login-field-panel .login-logo {
    width: 66px;
  }
  .logo_and_name {
    align-items: center;
  }
  .login-fluid .login-field-panel .login-headingtext h4 {
    font-size: 34px;
    line-height: 32px;
  }
  .login-fluid .login-field-panel .login-headingtext h4 span {
    font-size: 14px;
  }
  .please_login {
    font-size: 16px;
  }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-selected {
  color: #fff !important;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #9975be inset !important;
  -webkit-box-shadow: 0 0 0 1000px #9975be inset !important;
}
