::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9B2BF !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9B2BF !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #A9B2BF !important;
}

html, body, .container {
    height: 100%;
}

textarea:focus, input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #2f45c5 !important;
}

textarea, input {
    border-color: #DBE6F0 !important;
}

a {
    color: #2F45C5;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

p {
    font-weight: 400;
}

input#UserName, input#Password, input#Email {
    background-image: url('../Images/icon-username.png');
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: left;
    background-position-x: 8px;
    background-size: 15px;
}


    input#Password {
        background-image: url('../Images/icon-password.png');
    }

button#togglePassword {
    position: absolute;
    right: 4px;
    background-image: url("../Images/icon-toggle-pass.png");
    height: 39px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    z-index: 9;
}

.btn-primary {
    width: 100%;
    padding: 8px 0.75rem;
    background-color: #2F45C5;
    outline: none !important;
    box-shadow: none !important;
}

label {
    font-weight: 600;
}

.container {
    max-width: 100% !important;
}

.right-side {
    background-color: #2f45c5;
}

.autolex-logo {
    background-image: url('../Images/autolex.ai_logo_white.svg');
    background-repeat: no-repeat;
    margin-left: 6rem;
    margin-bottom: 0;
    height: 200px;
    margin-top: 2rem;
}

.autolex-slogan {
    font-size: 6.5rem;
    font-weight: 450;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin-left: 6rem;
    max-width: 500px;
}

.form-to-center {
    float: none;
    margin: auto;
}
