﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

body {
    /*background-color: #f2f2f2;*/
    font-family: Poppins;
    /*background-color: lightgray;*/ /*temporary background*/
    /*background-color: lightcoral;*/
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.error-container {
    max-width: 1000px;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    /*box-shadow: 0 8px 25px rgba(0,0,0,0.1);*/
}

.s-relax {
    color: #40a040;
}

h1 {
    font-size: 35px;
    margin-bottom: 25px;
    /*color: #ff4c4c;*/
}

h2 {
    font-size: 25px;
}

p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.custom-btn-login {
    height: 50px;
    width: 50%;
    background-color: #40a040;
    align-content: center;
    color: white;
    text-transform: uppercase;
}

    .custom-btn-login:hover {
        background-color: #dcfce7;
        color: #327732;
    }

.menu-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

    /*.menu-logo img {*/
    /*max-width: 50%;*/
    /*width: 100%;*/
    /*height: 80%;*/
    /*}*/

    .menu-logo .logo-title {
        font-size: 25px;
        color: #6b7280;
        font-weight: 900;
    }
