* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
	flex-direction: column;
}
.entry-logo-top {
    display: block;
	flex: 0 0 auto;
    width: 100%;
    padding: 15px 0px;
    background-color: rgba(9,30,66,1);
}
.entry-logo-top img {
    display: block;
    margin: 0 auto;
}
.register-subheading {
	color: var(--color-gray-900);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
form {
	gap:15px;
}
a, a:visited, a:hover {
	color: #091E42;
}
.emailConfirmation{
	display: flex;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	aspect-ratio: 1/1;
	height: 47px;
	
}
.actions-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.actions-leadin {
	text-align:center;
}
.emailConfirmation input {
	height: 47px;
	text-align:center;
	width:60px!important;
	border-radius: 4px;
	border: 0.5px solid var(--color-gray-200);
	background: #FFF;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}
.planned-usage, .cargo-mover-jobs-annual-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex: 1 0 0;
}
.container-small, .container-medium, .container-large {
    display: flex;
	overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background-color:white;
	border-radius:20px;
}
.entry-logo-top {
    display: block;
	flex: 0 0 auto;
    width: 100%;
    padding: 15px 0px;
    background-color: rgba(9,30,66,1);
}
.inner-container {
	display: flex;
	padding: var(--10, 40px) 32px;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	align-self: stretch;
}

.inner-container form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-self: stretch;
}
.page-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
	padding:10px;
}
.logo {
    text-align: center;
}
.login-heading, .create-heading {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.form-group {
    margin-bottom: 20px;
}
.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;
}
.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;
}

#state_prov_nonuk{
    display: none;
}

.password-toggle-icon-custom{
    top:13px !important;
}
/* Extra Small devices (landscape phones, 575px and below) */
@media (max-width: 575px) {

.emailConfirmation input {
	width:40px!important;
}
.actions-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.actions-container button {
  flex: 1;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
}
button.auto-width {
	width:100%!important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 


}

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

}

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

    
}

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



}