﻿/* Página de inicio */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    background-image: url("../../images/fondo.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
}

.main-header{
    display:none !important;
}
.main-sidebar {
    display: none !important;
}
.content-wrapper {
    margin-left: 0 !important;
}
.main-footer {
    display: none !important;
}

.content-wrapper {
    background: transparent !important;
}

#contenedorLogin {
    max-width: 440px;
    margin-top: 12rem !important;
}

#form-inicio {
    background-color: #033f85c2;
    border-radius: 30px;
    color: white !important;
    font-size: 14px;
    font-weight: 300;
    padding: 1px 30px 30px 30px;
    font-family: 'Montserrat', sans-serif !important;
}

    #form-inicio a {
        color: white !important;
        font-size: 14px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif !important;
    }

.botones1{
    margin-left: 5%;
}

.olvidaste{
    padding:0 !important;
}

.logo-pagina-inicial {
    width: 20vw;
    min-width: 400px;
    height: 130px;
    margin-top: 30px;
}

#loginLogoGrande {
    width: 300px;
    margin-left: 50px;
    height: 100px;
}

.iconoLogin {
    background-color: #033f85ff;
    color: white;
    border: 0 !important;
    border-radius:0 !important;
}

#userName {
    background-color: #ffffff8c;
    color: black !important;
    border: none !important;
}

#userName::placeholder  {
    color: black !important;
}

#Password {
    background-color: #ffffff8c;
    color: black !important;
    border: none !important;
}

#Password::placeholder {
    color: black !important;
}

#botonLogin {
    background-color: #033f85c2 !important;
    border: 0 !important;
    width: calc(100% - 60px);
    box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    -webkit-box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    -moz-box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    margin-left: 30px;
    border-radius: 0 0 19px 19px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
}

#botonRegistro {
    /*background-color: #033f85c2 !important;
    border: 0 !important;
    width: calc(50% - 30px);
    box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    -webkit-box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    -moz-box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.57) inset;
    border-radius: 0 0 19px 19px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;*/

    padding: 0;
    text-decoration: underline;
}

