﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 650px;
    padding: 15px;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

.text-color-dblue {
    color: #0B326F;
}

.bg-color-dblue {
    background-color: #0B326F;
}

.btn-color-dblue {
    background-color: #0B326F;
    color: white;
    font-size: 18px;
    width: 90%;
    height: 55px;
    border-radius: 10px;
    border-style: none;
}

.login-card {
    border-radius: 10px;
}

.toggle-password-button {
    border: none;
    background-color: transparent;
}

    .toggle-password-button:focus {
        outline: none;
    }

.input-group-icon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.border-radius-right {
    border-radius: 0 0.375rem 0.375rem 0;
}

.border-radius-left {
    border-radius: 0.375rem 0 0 0.375rem;
}

.register-confirmation-button {
    background-color: #7250EF;
    color: white;
    width: 50%;
    height: 10%;
    border: none;
    padding: 3%;
    border-radius: 45px;
}

.purple-title {
    color: #7250EF;

}
