_starting-service.css 2.15 KB
.installment-starting-service-page {
    background: #fff;

    input[type=checkbox] {
        display: none;

        & + label {
            &:before {
                position: absolute;
                content: "";
                display: inline-block;
                width: 32px;
                height: 32px;
                font-size: 27px;
                background: url("/img/home/circle-check-off.png");
                background-size: cover;
                margin-left: -40px;
            }
        }

        &:checked {
            & + label:before {
                background: url("/img/home/circle-check-on.png");
                background-size: cover;
            }
        }
    }

    .exclamation {
        background-color: #ff7f7f;
        color: white;
        padding: 35px 20px;
        font-weight: normal;
    }

    .field {
        padding: 30px;
        border-bottom: 1px solid #e0e0e0;
        min-height: 90px;
    }

    .apply-button {
        background-color: #444;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 27px;
        width: 473px;
        height: 90px;
        margin: 0 auto;
        display: block;

        &:disabled {
            opacity: 0.5;
        }
    }

    .agreements {
        padding: 30px 45px 0 70px;

        label {
            font-size: 27px;
            color: #c6c6c6;
        }

        a {
            color: #4d90e2;

            &:hover {
                text-decoration: underline;
            }
        }
    }

    .count-down {
        border: 1px solid #84c990;
        border-radius: 4px;
        background: transparent;
        color: #84c990;
        width: 160px;
        height: 55px;
        float: right;
    }

    .data-encryption {
        color: #b0b0b0;
        margin: 128px auto 20px;
        text-align: center;
    }

    label {
        font-size: 40px;
        color: #444;
        float: left;
    }

    input[type=text] {
        font-size: 30px;
        height: 40px;
        color: #444;
        float: left;
        margin-top: 5px;
    }

    .provider-mark {
        text-align: center;
        font-size: 27px;
        color: #444;
    }
}