﻿body {
}
.recover-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.recover-box {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.recover-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2378b8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .recover-logo i {
        color: white;
        font-size: 28px;
    }

.recover-box h2 {
    margin: 0 0 10px;
    color: #333;
}

.recover-box p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.recover-field {
    height: 48px;
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
}

    .recover-field i {
        text-align: center;
        color: #666;
    }

    .recover-field input {
        border: none;
        outline: none;
        width: 100%;
        height: 46px;
        padding: 0 12px;
        box-sizing: border-box;
    }

.btn-recover {
    width: 100%;
    height: 46px;
    border: none;
    background: #2378b8;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

    .btn-recover:hover {
        background: #1c669d;
    }

.msg-recover {
    color: #d60000;
    font-size: 13px;
    margin-bottom: 12px;
}

.back-login {
    display: inline-block;
    margin-top: 18px;
    color: #2378b8;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 768px) {

    .recover-box {
        padding: 20px;
    }
}


.newpass-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.newpass-box {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.newpass-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2378b8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .newpass-logo i {
        color: white;
        font-size: 28px;
    }

.newpass-box h2 {
    margin: 0 0 10px;
    color: #333;
}

.newpass-box p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.newpass-field {
    height: 48px;
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
}

    .newpass-field i {
        text-align: center;
        color: #666;
    }

    .newpass-field input {
        border: none;
        outline: none;
        width: 100%;
        height: 46px;
        padding: 0 12px;
        box-sizing: border-box;
    }

.btn-newpass {
    width: 100%;
    height: 46px;
    border: none;
    background: #2378b8;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

    .btn-newpass:hover {
        background: #1c669d;
    }

.msg-newpass {
    color: #d60000;
    font-size: 13px;
    margin-bottom: 12px;
}

.back-login {
    display: inline-block;
    margin-top: 18px;
    color: #2378b8;
    text-decoration: none;
    font-size: 14px;
}

.msg-ok {
    color: green;
    font-size: 13px;
    margin: 8px 0 12px;
}