﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
}

.image-section {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.container {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    height: 100vh;
    width: 100%;
    margin: 0;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.font-14 {
    font-size: 0.875rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-48 {
    font-size: 3rem;
}

.fw-600 {
    font-weight: 600;
}

.input-field {
    width: 100%;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.2);
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.submit-button {
    width: 100%;
    color: white;
    background: #000000;
    border-radius: 16px;
    padding: 10px 0;
    border: none;
    font-size: 1.125rem;
}

.signup-container {
    font-size: 1rem;
    margin-top: 2.5rem;
}

.text-black-80 {
    color: rgba(0,0,0,0.8) !important;
}

.label {
    color: rgba(0,0,0,0.8);
    font-size: 0.875rem;
}

.p-block-20 {
    padding-block: 20px;
}
