_starting-service.css 1.59 KB
.installment-page {
    .exclamation {
        background-color: #ff7f7f;
        color: white;
        padding: 35px 20px;
        font-weight: normal;
    }

    p {
        padding: 30px;
        border-bottom: 1px solid #e0e0e0;
    }

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

    .agreements {
        padding: 30px;

        input[type=checkbox] {
            label:before {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: -20px;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #555;
            }
        }

        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;
    }

    input[type=text] {
        font-size: 30px;
    }
}