﻿body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container {
    background-color: #eaeaea;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 450px;
    text-align: center;
    height: 310px;
}

    .container img {
        width: 100px;
        margin-bottom: 20px;
    }

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

    .input-group label {
        display: block;
        margin-bottom: 5px;
    }

    .input-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

.button-d {
    background-color: #ccc;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

    button:hover {
        background-color: #bbb;
    }

.help-text {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

    .help-text a {
        color: #333;
        text-decoration: none;
    }

        .help-text a:hover {
            text-decoration: underline;
        }

.logo-secure {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .logo-secure img {
        width: 70px;
    }

.img-logo {
    height: 100px;
    width: 200px;
    margin-bottom:auto;
    padding-left:190px;
}

.warning-message {
    float: left;
    width: 100%;
    min-height: 24px;
    margin: 16px 0;
    padding: 0 0 0 40px;
    /*background: url(../../assets/en/us/images/icon-warning.svg) no-repeat left center;*/
    background-size: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(239, 22, 22);
}

    .warning-message b,
    p.warning-message {
        color: rgb(239, 22, 22);
    }
