﻿.resendDiv {
    min-height: 80vh;
    background-color: transparent;
}

.resendCardDiv {
    max-width: 500px;
    width: 100%;
    background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
    border-radius: 16px;
    padding: 30px;
    color: #ffffff;
}

.resendHtext {
    color: #00eaff;
}

.resendParagraphCool {
    font-size: 14px;
}

.confirmLabel {
    font-weight: bold;
}

.confirmInput {
    background-color: #2e2e2e;
    color: #ffffff;
    border: 1px solid #444;
    border-radius: 8px;
}

.confirmButton {
    background-color: #00eaff;
    color: #000;
    font-weight: bold;
    border-radius: 8px;
}

.anotherCOnfirmDiv {
    border-radius: 8px;
    background-color: #222;
    color: #00eaff;
    border: 1px solid #00eaff;
}