﻿:root {
    --btn-primary-color: #00434C;
    --btn-secondary-color: gray;
    --hover-primary: #0C2E34;
}

* {
    font-family: 'Montserrat', sans-serif;
}


.span-welcome {
    color: #605F5F !important;
}

.logo {
    color: var(--btn-primary-color) !important;
    font-size: 48px;
    text-align-last: center;
}

.logo {
    color: var(--btn-primary-color) !important;
}

small {
    color: #00434C !important;
    font-weight:bold !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;
    }

.bienvenida {
    color: rgba(0, 0, 0, 0.7);
}

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: white;

    border-radius: 15px !important;
    color: black !important;
}

.ui.form .field > label {
    color: black !important;
}

.login-content {
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-login {
    background-image: url('../Images/loginbackground.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);
}

@media (max-width: 650px){
    .image-login {
        background-image: none;
        background: white;
    }

    .container-fluid{
        background: white;
    }
}