* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --color-1: #242e64;
}

body {
    background-color: #fafafa;
}

.bg-prominas {
    background-color: var(--color-1);
}

.color-prominas {
    color: var(--color-1);
}

#info_payment_mat{
    font-size: 1rem;
    color: rgb(231, 64, 64);
}

.container-form {
    margin: 20px 70px 100px 70px;
}

.form-control {
    height: 46px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #555;
    background: #fff;
    border: 1px solid #aaa3a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 0;
}

label {
    font-weight: 600;
    font-size: 12px;
    color: #545454;
}

header {
    background-color: var(--color-1);
    height: 100%;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    padding: 5px;
    position: relative;
}

header h5 {
    font-size: 1rem;
}

header p {
    font-size: 0.9rem;
}

.panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 4px 2px 7px rgba(0, 0, 0, .1);
    padding: 15px 12px;
}

.circle-content span {
    background: var(--color-1);
    border-radius: 64px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 10px;
    font-size: 24px;
    z-index: 1;
}

.circle-content h6 {
    background: #242e64;
    padding: 7px 10px 7px 20px !important;
    border-radius: 300px;
    color: #fff;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 0.8rem;
    position: absolute;
}

.button-action {
    background: #71c358;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
    margin: 0 auto;
    border-bottom: 5px solid #50b232;
    border-radius: 6px;
    font-size: 15px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.button-action:hover,
.button-action-sm:hover {
    background: #5ac539;
}


.button-action-sm {
    background: #71c358;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    margin: 0 auto;
    border-bottom: 5px solid #50b232;
    border-radius: 6px;
    font-size: 10px;
    width: 50%;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.shield {
    background-color: #7cd063;
    padding: 2px 12px 2px 13px;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    top: 20px;
    right: -10px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    max-width: 215px;
    border-radius: 5px 5px 0 5px;
}

.shield i {
    font-size: 20px;
}

.shield::before {
    position: absolute;
    content: " ";
    right: 0;
    bottom: -10px;
    display: block;
    border-bottom: 10px;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #56a03f;
}

@media only screen and (max-width: 768px) {
    .container-form {
        margin: 20px 10px 20px 10px;
    }

    header div h5 {
        margin-top: 50px !important;
    }

    header .bi-award {
        margin-top: 50px;
    }
}
