* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
}
.container {
    width: 100%;
    max-width: 800px !important;
    display: flex;
    margin: 65px 0 25px 0;
	border-radius:0;
	justify-content: center;
}
.left-column {
    padding: 40px;
    background-color: #ffffff;
	max-width:490px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.login-heading {
	margin-bottom: 15px;
}
.logo {
    text-align: center;
}
.customer .left-column .login-heading, .left-column .create-heading {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 27px */
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.login-subheading {
    text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
	color: #111928;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
}
.form-group input:focus {
    outline: none;
    border-color: yellow;
}
.form-group .error {
    border-color: red !important;
}
.error-placeholder {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none; /* Hide by default */
}
.checkbox-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.checkbox-group a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}
.checkbox-group a:hover {
    text-decoration: underline;
}
.login-btn, .create-account-btn {
    width: 100%;
    padding: 10px;
    background-color: #00d0ff;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}
.login-btn:hover, .create-account-btn:hover {
    background-color: #04bbe4;
}
.create-account-btn a {
    color: black;
    text-decoration: none;
}

.submit-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--4, 16px);
    align-self: stretch;
}
.signup-link {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.tos-disclaimer {
    color: var(--color-gray-900);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 15px;
}
.signup-link a, .signup-link a:visited {
    color: var(--color-gray-900);
    margin-bottom: 10px;
}
.tos-disclaimer a, .tos-disclaimer a:visited {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: var(--color-gray-900);
}
.btn{
    width: 100%;
    padding: 10px;
    background-color: #00d0ff;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    padding-block: 16px;
    background-color: #5FD5FB;
    margin-top: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none;
}

.btn-black{
    background-color: #21242b;
    color: white;
}
.shipIcon {
	width: 100%;
    max-width: 258px;
}
.entry-logo-top {
	z-index:100000;
}
 #welcome-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
      color: #21242B;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #21242b;
    background-image: url(/assets/img/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.welcome-text {
    
  text-align: center;
  line-height: 1.6;
}

.welcome-to {
color: var(--white, #FFF);
text-align: center;
font-family: "BricolageGrotesqueCondensed-ExtraBold";
font-size: 75px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 67.5px */
letter-spacing: -1.5px;
text-transform: uppercase;
}

.deliver-name {
color: var(--DMC-Seagull-300-key, #5FD5FB);
/* Hero/75px */
font-family: "BricolageGrotesqueCondensed-ExtraBold";
font-size: 75px;
font-style: normal;
font-weight: 500;
line-height: 90%;
letter-spacing: -1.5px;
text-transform: uppercase;
}

#welcome-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}
.alert {
    line-height: 20px;
    font-size: 14px;
}
.alert p{
    color: black;
}

.title {
    font-weight: bold;
}

.login-heading {
	color: var(--color-gray-900);
	text-align: center;
	font-family: "BricolageGrotesqueCondensed-SemiBold";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: -0.9px;
	text-transform: uppercase;
}

/* Extra Small devices (landscape phones, 575px and below) */
@media (max-width: 575px) {
    .checkbox-group{
        display: block;
    }

    .checkbox-group div{
        display: block !important;
    }

    .checkbox-group > div:nth-child(2){
        margin-top:10px;
    }

     .checkbox-group div:first-child label{
        padding-bottom: 5px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width:767px){
    .checkbox-group{
        display: block;
    }

    .checkbox-group div{
        display: block !important;
    }

    .checkbox-group > div:nth-child(2){
        margin-top:10px;
    }

     .checkbox-group div:first-child label{
        padding-bottom: 5px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px){
    .checkbox-group{
        display: block;
    }
    
    .checkbox-group div{
        display: block !important;
    }

    .checkbox-group > div:nth-child(2){
        margin-top:10px;
    }

     .checkbox-group div:first-child label{
        padding-bottom: 5px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) { 
    .checkbox-group{
        display: flex;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px){

    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {



}