﻿body {
    background-color: #F5F5F5;
    font-family: 'Montserrat';
    font-style: normal;
}
.card{
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.info{
    padding: 120px 30px 100px 30px;
    background: linear-gradient(180deg, #6A1C32 0%, #931D3E 100%);
    border-radius: 15px 0px 0px 15px;
}
.formulario{
    padding: 120px 40px 100px 40px;
    background: #FFFFFF;
    border-radius: 0px 15px 15px 0px;
}
.barras-abajo-izq {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200px 200px;
}
.barras-arriba-der {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 200px 200px;
}
.titulo{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 100px;
}
.titulo::after{
    content: '';
    border-bottom: 6px solid #D9D9D9;
    width: 160px;
    display: block;
    margin: 10px auto;
}
.info .titulo{
    color: white;
}
.formulario .titulo{
    color: #383838;
}
.formulario .titulo::after{
    width: 60px;
    border-bottom: 6px solid #6A1C32;
}
.descripcion{
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}
.descripcion [class^="col"]{
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
}
.pregunta{
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}
button{
    border-radius: 100px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    text-align: center!important;
    padding: 10px 24px;
    font-weight: 700;
}
.info button{
    background: #FAFAFA;
    color: #6A1B31;
}
.formulario button{
    background: linear-gradient(180deg, #6A1C32 0%, #931D3E 100%);
    color: #FFFFFF;
}
.renglon-boton {
    text-align: center;
}
form label{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #5E5E5E;
    margin-bottom: 10px
}
form input.form-control{
    margin-bottom: 22px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    border-radius: 4px;
}
form input.form-control::placeholder{
    color: #BBB;
}
.cont-centrado [class^="form-group"]{
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
}
form .renglon-boton{
    margin-top: 60px;
}
form button{
    font-weight: 500;
}
.input-group-addon{
    width: 40px;
    padding-top: 8px;
}
.input-group-addon a{
    color: gray;
}
@media (min-width: 768px){
    form .renglon-boton{
        margin-top: 150px;
    }
}
@media (min-width: 992px){
    form .renglon-boton{
        margin-top: 60px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 960px;
    }
}
@media (max-width: 768px){
    .info{
        border-radius: 15px 15px 15px 15px;
    }
    .formulario{
        border-radius: 15px 15px 15px 15px;
    }
    .info .renglon-boton{
        margin-top: 30px;
    }
}
@media (max-width: 576px){
    .container{
        margin-left: 20px;
        margin-right: 20px;
        max-width: calc(100% - 40px);
    }
    .info, .formulario{
        padding: 40px 25px 40px 25px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    }
    .formulario{
        margin-top: 20px;
    }
    form label{
        font-size: 16px;
    }
    .titulo{
        margin-bottom: 40px;
        font-size: 26px;
    }
    .descripcion [class^="col"]{
        max-width: unset;
        font-size: 14px;
        line-height: 18px;
    }
    .info .renglon-boton{
        margin-top: 30px;
    }
    form .renglon-boton{
        margin-top: 20px;
    }
    .card{
        background-color: transparent;
        box-shadow: unset;
        border: none;
    }
    body{
        padding-top: 40px;
    }
    .barras-arriba-der{
        background-size: 120px;
    }
}

@media (min-width: 576px){
    body.login {
        margin-top: 40px;
    }
}
@media (min-width: 768px){
    body.login {
        margin-top: 100px;
    }
}