@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ------------------------
General Styles
------------------------- */
body {
    font-family: "Montserrat", sans-serif;
    background-image: linear-gradient(90deg, #f6f6f6, #ffffff);
}

#wrap {
    margin: 0px auto;
    padding: 0 10px;
    background-color: #ffffff;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    max-width: 1200px;
}

.container {
    padding: 0px 40px 40px 40px;
}

.access_form_continer {
    height: 100vh;
    display: flex;
    align-items: center;
}

.logotype_container {
    margin: 0px auto;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.company-logo {
    max-width: 330px;
}

.content_panel {
    background-image: linear-gradient(0deg, #f6f6f6, #ffffff);
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 10px 20px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #dddddd;
}

.form-control::-moz-placeholder {
    color: #b3b3b3;
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3;
}

.form-control::placeholder {
    color: #b3b3b3;
}

.checkbox-div {
    border-bottom: 0px solid #4b4f54;
    border-radius: 0px;
}

.required-span {
    color: red;
}

.title-text {
    font-size: 42px;
    font-weight: 500;
}

.subtitle-text {
    font-size: 24px;
}

.p-text {
    font-size: 18px;
}

.disclamer-text {
    font-size: 14px;
}

.survey-label {
    font-size: 18px;
    font-weight: 400;
}

#utility_electric {
    margin: 10px 10px 10px 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    text-decoration: none;
}

#utility_gas {
    margin: 10px 10px 10px 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    text-decoration: none;
}

#utility_gas_button {
    border: none !important;
    background-color: #fff;
}

.responsive_image {
    width: 100%;
    height: auto;
}

/* ------------------------
Folbable and XS Device Styles
------------------------- */
@media only screen and (max-width: 300px) {
    .company-logo {
        max-width: 250px;
    }
}

/* ------------------------
Mobile Styles
------------------------- */
@media only screen and (max-width: 480px) {
    .container {
        background-color: #ffffff;
        padding: 0px 0px 0px 0px;
    }
    .title-text {
        font-size: 24px;
        font-weight: 500;
    }
    .subtitle-text {
        font-size: 16px;
    }
    .p-text {
        font-size: 14px;
        text-align: center;
    }
    .disclamer-text {
        font-size: 10px;
    }
    .survey-label {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    .checkbox-field {
        margin: auto;
        margin-bottom: 15px;
        display: block;
        transform: scale(1.5);
    }
    .disclamer-text {
        text-align: center;
    }

    .radio_align_center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

/* ------------------------
Tablet Styles
------------------------- */
@media only screen and (max-width: 1025px) {
    .container {
        background-color: #ffffff;
        padding: 0px 0px 0px 0px;
    }
    .title-text {
        font-size: 32px;
        font-weight: 500;
    }
    .subtitle-text {
        font-size: 21px;
    }
    .p-text {
        font-size: 16px;
    }
    .disclamer-text {
        font-size: 12px;
    }
    .survey-label {
        font-size: 17px;
        font-weight: 400;
        text-align: center;
    }
    .disclamer-text {
        text-align: center;
    }
}