.vcenter {
    padding-top: 40px;
}

.container {
    width: 100%;
}

.main {
    width: 100%;
}

.main img {
    width: 100%;
}

aside {
    width: 30%;
}

.footer {
    background-color: #F1DFEC;
    color: #641870;
    font-size: 12px;
    padding: 10px;
}

.morado {
    color: #662B6E;
}

a {
    color: #B3B3B3;
}

#logo {
    margin-right: -0px;
    margin-left: -0px;
    background-color: black !important;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #b9b7b7 !important;
    background-color: #b9b7b7 !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div#metodo {
    background-color: #D8D7D7;
}

.seleccionmetodo {
    margin-left: auto;
    margin-right: auto;
    color: black;
    height: 100%;
    font-weight: bold;
}

.hr {
    height: 10px;
    background-color: red;
}

.ins {
    border-radius: 15px;
    background: #72D55E;
    width: 200px;
    height: 80px;
}

h4 {
    font-size: 1.2rem !important;
    /* align-items: center; */
    /* display: flex; */
    /* align-items: center; */
    padding: 10px;
    margin: 20px;
    font-weight: bolder;
    color: white;
}

h5 {
    font-size: 1.05rem !important;
    margin: 10px !important;
    color: #72D55E;
    font-weight: 900;
}

form.form {
    margin: 20px;
}

.h3,
h3 {
    font-size: 2.75rem !important;
    /* align-items: center; */
    position: relative !important;
   
}

.text-center {
    text-align: center!important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: revert !important;
    font-weight: bold;
    font-size: 1.05rem !important;
}

::placeholder {
    color: black !important;
    font-weight: bold;
}

input::placeholder {
    color: black !important;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #b9b7b7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: black;
    font-size: bold !important;
}

.btn-primary {
    color: black !important;
    font-size: bold;
    background-color: #72D55E !important;
    border-color: #72D55E !important;
}

input.form-control {
    background-color: #b9b7b7 !important;
    color: black !important;
    font-size: bold;
}