﻿:root {
    /*--btn-primary-color: #773792;*/
    /*--btn-primary-color: #3c204c;*/
    /*--btn-primary-color: #434172;*/
    /*--btn-primary-color:#4D37B3;*/
    /*--btn-primary-color:#6152BE;*/
    /*--btn-primary-color: #5F30E2;*/
    --btn-primary-color: #68337d;
    --btn-secondary-color: gray;
    --hover-primary: #3c204c;

}

* {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-family: 'Quicksand', sans-serif;
}

.span-welcome {
    color: white !important;
}

.logo {
    color: var(--btn-primary-color) !important;
    font-size: 48px;
    text-align-last: center;
}

.logo {
    color: var(--btn-primary-color) !important;
}

small {
    color: white !important;
}

.btn-primary-custom {
    background-color: var(--btn-primary-color) !important;
    color: white !important;
    padding: 15px !important;
    transition: 1s !important;
}

.btn-primary-custom:hover {
    background-color: var(--hover-primary) !important;
    color: white !important;

}



input:focus {
    border-color: var(--btn-primary-color) !important;
}

.btn-login {
    width: 100% !important;
}

.loginspace {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    /*background: rgba(255,255,255,0.9);*/
  
    border-radius: 5px;
    color: white !important;
}

.ui.form .field > label{
    color: white !important;
}

.login-content {
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-login {
    background-image: url('../Imagenes/loginnavidad.jpg');
    height: 100%;
    background-position: end;
    background-repeat: no-repeat;
    background-size: cover;
}

.ui.button {
    font-weight: 500 !important;
}

.container-fluid {
    background: rgba(0, 0, 0, 0.55);
}