.main-page-wrapper {
    padding-top: 10px;
}
.guarantee-title {
    text-align: center;
}

.guarantee-title i {
    color: #db3340;
    font-size: 4em;
    margin-bottom: 8px;
}

.guarantee-title h2 {
    margin: 0;
    font-size: 36px;
}

.guarantee-title p {
    font-size: 12px;
    margin-top: 5px;
}

form.login, form.login input {
    text-align: center;
}

.send-auth {
    cursor: pointer;
}


.guarantee-table {
    text-align: center;
    margin-bottom: 20px;
}

.guarantee-table .title, .guarantee-table .data {
    padding: 5px;
}

.guarantee-table .title {
    margin: 0;
    background-color: #db3340;
    color: #fff;
}

.guarantee-table .data {
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.customerFields label {
    display: inline-block;
}

.requestInstallation {
    margin-top: 5px;
    background-color: #D93143;
    border: none;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
    color: #FFF;
}

.info-box-inst {
    padding: 13px;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    text-align: center;
}

.info-box-inst.color-info {
    background-color: #1d56c6;
}

.info-box-inst.color-success {
    background-color: #12682c;
}

.info-box-inst.color-danger {
    background-color: #970e0e;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .customerDetails label {
        width: 49.444444%;
    }

    .customerDetails label[for="_customer_address"] {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .customerDetails label {
        width: 49.444444%;
    }

    .customerDetails label[for="_customer_address"] {
        width: 100%;
    }
}