/*
    Alumno: Marta Broncano Suárez
    Asignatura: Proyecto San Romilla
    Curso: 20-21
    Descripción: Estilos del inicio de sesión
 */
body {
    font-family: 'Roboto', sans-serif;
}

.login-box {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.90), 0 3px 6px rgba(0, 0, 0, 0.90);
}

.login-key {
    height: 110px;
    font-size: 80px;
    line-height: 100px;
    width: auto;
    margin: auto;
    background: -webkit-linear-gradient(#FFD340, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input[type=text],input[type=password] {
    border: none;
    border-bottom: 2px solid #FFD340;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: black;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #FFD340;
    outline: 0;

}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    background-color: #FFD340;
    border-color: #FFD340;
    color: black;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #FFD340;
    right: 0px;
    color:black;
    border: 1px solid black;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

.login-text:hover {
    color: #0DB8DE;
}
.error{
    color: red;
}