body {
    /* font-family: "Montserrat"; */
    font-family: "Montserrat", sans-serif;
}

h1 {
    color: #ffffff;
    font-weight: bold;

}

.form-title {
   background: #1361c5;
   border-radius: 12px 12px 0px 0px;
   padding: 10px;
}

.title-pass {

    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
    /* margin: 0.4rem 0px; */
}

.contenedor-form {
   border: 1px solid #1973e9;
   border-radius: 12px;
}

.user-text {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}


input[type="text"],
input[type="password"] {
    border: 1.5px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    color: #414141;
    background: transparent;
    min-width: 160px;
    min-height: 40px;
    width: 90%;
    font-size: 1rem;
}

.text-form {
    font-size: 21px;
    font-weight: normal;
    color: #000000;
}

.button-submit {
    min-width: 134px;
    min-height: 42px;
    border-radius: 9px;
    font-size: 18px;
    color: #fff;
    background-color: #1361c5;
    border: 1px solid #ffffff;
}

.button-submit:hover {
    color: #ffffff;
    background-color: #0099db;
}