
.error-border{
    border: 1px solid rgba(242, 48, 48, 1) !important;
    border-radius: 8px;
}
.approved-blue{
  color: #175CD3 !important;
}

.login-container{
    background-color: #EFF0F2;
}
.login-form-container{
    flex-grow: 1;
    margin-top: 6rem;
    max-width: 404px;
}

.heading-row{
    margin-bottom: 48px;
}
h1{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.64px;
    margin-bottom: 9.1px;
}
.login-form-container p{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.email-div label, .form-label{
    color: var(--Primary-1, #000);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin-bottom: 8px;
}
.puma-cover{
    background-image: url('../images/puma-cover.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}
.event-cover{
    background-image: url('../events/background.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.puma-logo{
    width: 86.49px;
    height: 40px;
}
.cp-2{
    padding: 2rem;
}
.cp-3{
    padding: 3rem;
}

.error-text{
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #C51212;
}

.login-button{
    width: 100%;
    height: 48px;
    /* background: linear-gradient(90deg, #B8E000 100%, #B8E000 20%); */
    background: linear-gradient(216.77deg, rgba(184, 224, 0, 0.2) 0.99%, #B8E000 78.61%);
    color: #000;
    backdrop-filter: blur(20px);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #FFFFFF80;
    box-shadow: 0px 10px #0000001A,0px 4px #0000000D,0px 1px #0000000D;
    cursor: pointer;
    margin-top: 3rem;
    font-family: "Outfit", sans-serif;
    opacity: 1;
}
.login-cta{
    font-weight: 500;
}
.login-link-color{
    color: #0F3DDE;
    font-weight: 500;
}

.email-div{
    display: grid;
    gap: 10px;
    margin: 2rem 0 1rem 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
input[type=email]{
    border-radius: 8px;
    background-color: #ffffff !important;
    border: none;
    padding: 12px 20px 12px 60px;
    color: #000; font-family: "Inter", sans-serif; font-weight: 400; font-size: 14px;
}
input[type=email].error, .invalid-feedback{
  color: #F23030 !important;
}

input[type=email]:focus{border: 1px solid rgba(0,0,0,0.1);}
input[type=email]::placeholder{ color: #000; font-family: "Inter", sans-serif; font-weight: 400; font-size: 14px;}
.invalid-feedback {margin-top: -5px !important; color: #F23030; font-family: "Inter", sans-serif; font-weight: 600; font-size: 10px;}
.otp-input {text-align: center;}
.otp-input:focus{border: 1px solid rgba(0,0,0,0.1); background-color: rgba(255, 255, 255, 1);}
.email-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.remember-me-div{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-self: end;
}

.remember-me-checkbox{
    height: 16px;
    width: 16px;
    border: 1px solid #9D9D9D;
    background-color: #FFFFFF99;
}
.login-button2{
border-radius: 8px; margin-top: 10px; height: 45px; font-family: "Outfit", sans-serif; font-size: 14px; color: #000; line-height: 20px;
border: 1px solid rgba(255, 255, 255, 0.50); display: flex; justify-content: center; align-items: center;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 10px 0 rgba(0, 0, 0, 0.10);
backdrop-filter: blur(10px);}