* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/image/backAzulFormas.png);
    height: 100% !important;
    width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

div#mgj-final-Notifi {
    color: #FFF;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 1rem;
    background-image: url(/assets/image/blockPayCuota.png) ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

div#mgj-final-Notifi img {
    width: 90%;
}

div#mgj-final-Notifi h2 {
	font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

div#mgj-final-Notifi h5 {
    margin-top: 0;
}

#Principal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Detalle {
    width: 90%;
}

#Detalle .reportePago {
    display: flex;
    flex-direction: column;
    border: 1px solid #FFF;
}

.reportePago .detalle {
    padding-top: 0.5rem;
    color: #000;
    background: #FFF;
}

.reportePago .detalle .row {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #000;
}

.reportePago .detalle .row:last-child {
    border: 0;
}

.reportePago .detalle .row h4 {
    margin: 0;
}

#txtID {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.AbonoCas #currencyInput {
    font-size: 1.4rem;
    max-width: 80px;
}

div#error {
    color: #F00;
}

#btnSend, #Abonar, #PagarAbono {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
    color: #FFF;
    border: 2px solid #008fc9;
    border-radius: 0.5rem;
    background: #374264;
    background: radial-gradient(circle, rgba(55, 66, 100, 0.89) 0%, rgba(18, 32, 57, 1) 100%);
}

.benefits {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.benefits img {
    display: inline-block;
    width: 100%;
}

.benefits img:first-child {
    max-width: 50%;
}

@media (min-width: 768px) {
    div#mgj-final-Notifi {
        width: 700px;
        padding: 3.5rem 3rem;
    }

    div#mgj-final-Notifi h2 {
    	font-size: 1.5rem;
    }

    div#mgj-final-Notifi img {
        width: auto;
    }
    
    #btnSend:hover, #Abonar:hover {
        color: #374264;
        background: #FFF;
    }

    .benefits {
        max-width: 30%;
        padding-top: 1rem;
    }
}
