﻿body {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.card {
    width: 100%;
    max-width: 480px;
    align-items: center;
    padding: 2rem 2rem 3rem 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
}

.Resiliant-logo {
    height: 61px;
}

.brand {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #000;
}

.text-muted {
    font-size: 1rem;
    color: #6c757d;
    text-align: center;
}

.form-control {
    width: 420px;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
}

    .form-control::placeholder {
        color: #6c757d;
    }

.btn-submit {
    background-color: rgba(0, 0, 0, 0.12) !important;
    border: none;
    color: #adb5bd;
    padding: 0.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.invalid-feedback {
    display: none;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}
.btn-primary {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    background: #45A9DF;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
    padding: 6px 16px;
    color: #fff !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.btn-disable {
    margin: 0;
    background-color: #E1E1E1 !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
    padding: 6px 16px;
    color: #B8B8B8 !important;
    border: 1px solid transparent;
}

.password-show, .password-hide {
    position: absolute;
    right: 28px;
    top: 18px;
    color: #a1a1a1;
}

.hidden {
    display: none !important;
}

.from-error-msg {
    color: #f50505;
    padding-left: 6px;
}