﻿body {
    background-color: #f4f4f4;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

.signup-wrapper {
    max-width: 1100px;
    margin: 50px auto;
}

.signup-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .signup-header img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

.signup-header-text {
    font-size: 34px;
    /*color: #007aa3;*/
}

    .signup-header-text strong {
        color: #007aa3;
    }

.signup-container {
    background: white;
    border: 1px solid #005B7F;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/*.form-label::before {
    content: "*";
    color: black;
}*/

.form-control,
.form-select {
    border: 1px solid #005B7F;
    border-radius: 6px;
}

.btn-continue {
    background-color: #005B7F;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 35px;
    border-radius: 5px;
    border: none;
}

    .btn-continue:hover {
        background-color: #1993be !important;
        color: #fff;
    }

.gradient-text {
    background: linear-gradient(143.13deg, #00AEEF 14.29%, #005B7F 94.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For non-webkit browsers */
    text-fill-color: transparent;
    /*font-weight: bold;*/
}

.divCon {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

#hidbr {
    display: block;
}

@media (max-width: 576px) {
    .signup-container {
        padding: 42px 15px;
        border-radius: 20px;
    }

    .signup-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        margin-bottom: 35px;
    }

        .signup-header img {
            margin: 0 auto 10px auto !important;
            display: block;
            transform: rotate(90deg)
        }

    .signup-header-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 34px;
    }

    #hidbr {
        display: none;
    }

    .fileinput {
        height: 38px !important;
    }

    .signup-header-text strong {
        display: block;
        margin-top: 5px;
        font-size: 36px;
    }

    .btn-continue {
        width: 100% !important;
    }

    .continue-btn-wrapper {
        text-align: center;
        margin-top: 20px;
    }

    .form-control, .form-select {
        height: 48px;
        border-radius: 10px;
    }

    .col-12 {
        margin-top: 24px;
    }

    label {
        font-size: 18px;
    }

    input {
        font-size: 18px;
    }

    .btn-mob-div {
        margin: 0% 10%;
    }

    .btn-mob {
        height: 54px;
        font-size: 28px;
        letter-spacing: 0.38px;
        font-weight: 700;
        border-radius: 8px;
    }

    p {
        font-size: 18px !important;
    }
}
