
.logo{
    width: 170px;
    height: 170px;
    margin-bottom: 0;
}
.bg-main{
    background-color:#2F3966 !important;
}
.text-white{
    color: white;
}
.file-upload{
       position: relative;
    top: 0;
    left: 0;
    color: white !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.custom-input {
    --rem: 16;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    font: inherit;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
    letter-spacing: normal;
    text-transform: none;
    width: 100%;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255) !important;
    border-radius: 0;
    padding: 23px 16px 18px 16px !important;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
    color: white !important;
}

/* Hover & Focus Effects */
.custom-input:focus {
    border-color: rgba(255, 255, 255, 1) !important;
    outline: none;
}
/* Default placeholder styling */
.custom-input::placeholder {
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    color: white !important;
}

/* Placeholder styling when input is focused */
.custom-input:focus::placeholder {
    opacity: 0; /* Hide placeholder on focus */
    transform: translateY(-10px); /* Move up slightly */
    border-color: white !important;
}


.custom-button {
    background-color: transparent;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid;
    border-radius: 48px;
    padding: 15px 40px;
    min-height: 56px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.custom-button:hover {
    background-color:white;
    color: black;padding: 15px 40px;min-height: 56px;
    border: 2px solid white;
}
.form-link:hover{
    color: rgba(255, 255, 255, 0.87);
    font-size: 15px;
}
.mt-new{
    margin-top: 700px !important;
}
.text-green{
    color: rgb(23, 255, 23) !important;
}