
body {
            background-color: #191919;
            color: white;
            font-family: Roboto, sans-serif;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-container-page2{
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.login-container-page2 {
    background-color: #000;
    border-radius: 10px;
    padding: 0 1.5em 1em 1.5em;
    width: 620px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

        .login-container-page2 h3{
            font-size: 1.5rem;
            margin-bottom: 1em;
        }

        .login-header-page2 {
            text-align-last: center;
            background-color: #45a9df;
            padding: 15px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .login-header-page2 img {
            height: 4em;
        }

        .btn-login {
            background-color: #45a9df;
            border-color: #45a9df;
            color: white;
            font-size: 0.9rem;
            font-weight: bold;
            letter-spacing: 0.05rem !important;
            padding: 0.75rem 1rem;
            width: 100%;
            margin-top:7px;
        }

        .btn-login:hover{
            background-color: #000 !important;
            border: 1px solid #45a9df !important;
        }

        .btn-back {
            background-color: #282828;
            border-color: #282828;
            color: white;
            font-size: 0.9rem;
            font-weight: bold;
            letter-spacing: 0.05rem;
            padding: 0.75rem 1rem;
            width: 48%;
        }

        .btn-back:hover{
            background-color: #000;
            border: 1px solid #45a9df;
        }

        .login-card a {
            color: #54b2f0;
            text-decoration: none;
        }

#welcome-text-login {
    font-size: 1.25rem;
    font-weight: 100 !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 2em 0 2em 0;
}

.form-control {
    padding: 1em .75em !important;
}

.input-group > .form-group {
    width: 30%;
    margin-right: 20px;
}

    .input-group > .form-group input, .form-group select {
        height: 45px;
    }

    .input-group > .form-group label {
        top: 13px;
    }
.password-show, .password-hide {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #a1a1a1;
}

.hidden {
    display: none;
}