﻿.reset-password-wrap {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-password-box:hover {
    transform: scale(1.01);
    box-shadow: 0 0 35px rgba(0, 100, 255, 0.25) !important;
}

.reset-password-box {
    width: 85%;
    max-width: 420px;
    border-radius: 10px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.title {
    text-align: center;
    background: #fff;
}

img {
    height: 50px;
}

.title-border {
    margin-top: 30px;
    border-bottom: .5px #c7c7c7 solid;
    width: 100%;
    display: inline-block;
}

.contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 0;
}

.form-control {
    font-style: italic;
    text-overflow: ellipsis;
    border-color: rgb(209.1, 216.75, 231.2);
}

.input-container {
    text-align: start;
    margin-bottom: 2rem;
}

.text-error,
.time-wrap {
    color: #e53232;
    text-align: left;
    font-size: 12px;
    font-style: italic;
}

.time-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.btn-send-again {
    border: none;
    color: #1866f1;
    text-decoration: underline;
    background-color: transparent;
}

.message-note-invalid {
    font-style: italic;
    opacity: .7;
    font-size: 12px;
    position: absolute;
    top: 100%;
    right: calc(0% + 8px);
}

.required-label::before {
    content: "*";
    color: red;
    margin-right: 2px;
}
