@font-face {
    font-family: 'Shapiro-55-Medium-Wide';
    src: url('../fonts/shapiro/Shapiro-55-Middle-Wide.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shapiro-45-Welter-Text';
    src: url('../fonts/shapiro/Shapiro-45-Welter-Text.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.gaglers-signup-branding h2,
.gaglers-signup-branding ul li,
.gaglers-signup-form-title,
.btn-primary {
    font-family: 'Shapiro-55-Medium-Wide', sans-serif;
}
.gaglers-signup-branding p,
.fields-gaglers-signup,
#use-business-email-prompt,
.error {
    font-family: 'Shapiro-45-Welter-Text', sans-serif;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f7fa;
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
}
#signup-container-gaglers-signup {
    display: flex;
    flex-direction: row;
}

.left-panel-gaglers-signup {
    width: 50%;
    position: relative;
    background: linear-gradient(to bottom right, #2D49B9, #839CFF);
    color: white;
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: flex-start; 
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
    min-height: 100vh;
    overflow: hidden;
}
.grid-desktop-gaglers-signup{
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto; 
}
.left-panel-gaglers-signup .logo-desktop-gaglers-signup {
    margin-bottom: 40px;
    width: 100%;
}

 .logo-mobile-gaglers-signup{
    display: none;
}

.gaglers-signup-branding {
    max-width: 400px;
    padding-top: 50px;
}

.gaglers-signup-branding h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;

}

.gaglers-signup-branding p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}


.gaglers-signup-branding ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gaglers-signup-branding ul li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px; 
    margin-bottom: 10px;
}

.bullet-gaglers-singup {
    display: inline-block;
    width: 10px; 
    height: 10px; 
    margin-right: 12px; 
    vertical-align: middle;
}


.right-panel-gaglers-signup {
    order: 1;
    width: 50%;
    padding: 50px 20px;
    background: #EAEEFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto !important; 
    min-height: 100vh; 
    padding-top: 80px; 
    position: relative;
    overflow: hidden !important; 
    box-sizing: border-box;
}

.gaglers-signup-form-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

#signupForm-gaglers-signup {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#gaglers-signup-password-error-1{
    color: #b85355;
}
#gaglers-signup-password-error-2{
    color: #b85355;
}
.display-none {
    display: none;
}
.fields-gaglers-signup {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.input-group-gaglers-signup {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; 
}
#gaglers-signup-form-label sup {
    font-size: 12px;
    top:-1px;
}

#gaglers-signup-form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.input-group-gaglers-signup input {
    width: 92%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
	margin-bottom: 0px;
}
.input-group-gaglers-signup input:invalid + .error-message {
    display: block;
    color: #b85355;
    font-size: 12px;
}

.password-requirements {
    font-size: 12px;
    color: #666;
    margin: 5px 0 0 0;
    font-family: 'Shapiro-45-Welter-Text', sans-serif;
}
.input-group-gaglers-signup usernameError{
    text-decoration-color: #b85355;
}

.gaglers-show-password{
    display: flex;
    width: 100%;
    gap: 8px;
}
#gaglers-show-password-checkbox{
    margin: 0px;
    width: 14px;
}
.gaglers-show-password-label{
    margin: 0px;
}

#use-business-email-prompt {
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
    opacity: 0.8;
  }
.error{
    color: #b85355;
}
.input-group-gaglers-signup emailError{
    text-decoration-color: #b85355;
}
.error-message {
    display: none;
}

.btn-primary{
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background-color: #2d49b9 !important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #3864d4;
}
.create-acc-btn-gaglers-signup {
    background: #2D49B9!important;
}

.talk-to-sales-section {
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}

.terms-gaglers-signup {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.social {
    text-align: center;
    margin-top: 20px;
}

.social a {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #dd4b39;
    color: white;
    display: inline-block;
}

.social a i {
    margin-right: 5px;
}
.driving-organizations-container{
	width: 80%;
    position: absolute;
    bottom: 90px;
}
.driving-orgranization-heading{
	font-size: 16px;
	font-style: normal;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #signup-container-gaglers-signup {
        flex-direction: column;
        height: auto;
        max-height: none;
    }
    .left-panel-gaglers-signup {
        order: 2;
        width: 100%;
        padding: 30px;
        min-height: 40vh;
        padding: 30px;
        text-align: center;
    }
    .grid-desktop-gaglers-signup{
        display: none;
    }
    .driving-organizations-container{
        position: static;
        text-align: left;
        margin-top: 40px;
    }
    .right-panel-gaglers-signup {
        order: 1;
        width: 100%;
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: auto; 
        min-height: 110vh; 
        position: relative;
        overflow: hidden !important; 
        transition: none;
    }
    .right-panel-gaglers-signup .logo-mobile-gaglers-signup {
        display: block;
        width: 100%;
        max-width: 400px;
    }
   .right-panel-gaglers-signup .logo-mobile-gaglers-signup img{
        width: 162px;

   }
    .logo-desktop-gaglers-signup{
        display: none;
    }
    .logo-container-gaglers-signup {
        display: none;
    }
    .right-panel-gaglers-signup .gaglers-signup-form-title {
        font-size: 32px;
        width: 100%;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        align-self: flex-start;
    }

    .fields-gaglers-signup {
        width: 100%;
        max-width: 400px;
    }

    .fields-gaglers-signup input {
        width: 92%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

    .btn-primary{
        width: 100%;
        padding: 12px;
        font-size: 18px;
        background-color: #2d49b9!important;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .terms-gaglers-signup {
        text-align: center;
        font-size: 12px;
        margin-top: 15px;
    }
    .gaglers-signup-branding h2,
    .gaglers-signup-branding p{
        text-align: left;
    }
    html, body {
        height: auto;
        min-height: 100vh;
        overflow-x: hidden;
    }
}
