﻿html,
body {
    height: 100%;
}

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

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

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

.text-color-blue {
    color: #3A86FF
}

.text-color-dark-blue {
    color: #0B326F
}

.bg-color-dgreen {
    background-color: #507474;
}


.btn-color-dgreen {
    background-color: #3A86FF;
    color: white;
    width: 90%;
    border-radius: 10px;
    border-style: none;
}


.btn-color-dgrey {
    background-color: darkgray;
    color: black;
    width: 90%;
    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;
}

.h-20 {
    height: 20%
}

body.login-layout {
    background-image: url("/images/background-new.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}