body {
    margin: 0;
    padding: 0;
    background: #f0f2f5;
    font-family: "Inter", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.card {
    width: 95%;
    max-width: 430px;
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
    text-align: center;
}

.logo {
    width: 95px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #111;
}

.subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.5;
}

label {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 600;
}

input, select {
    width: 100%;
    padding: 19px 13px;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    margin-bottom: 22px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

input:focus, select:focus {
    border-color: #0077ff;
    outline: none;
}

button {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(135deg, #007bff, #0056d6);
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}

button:hover {
    transform: translateY(-2px);
}

.footer {
    font-size: 13px;
    color: #666;
    margin-top: 25px;
}
.crypto {
    width: 20px;
    height: 20px;
    margin-top: 24px;
}

.notice {
    background-color: #e4fff7;
    border: 1px solid #009d1a;
    padding: 16px 24px;
    border-radius: 12px;
}
.green {
    color: #28a745;
}
.warning a{
    color: #007bff;
}
.warning {
    text-align: start;
    background-color: #e4e8ff;
    border: 1px solid blue;
    padding: 16px 24px;
    border-radius: 12px;
}
.flag{
    position:absolute;
    top:0; 
    right:0; 
    width:24px; 
    height:24px;
}