﻿.reg-edu-scrore {
    background: url('/Content/Landding/RegEduScore/RegisterHoangHaEdu_desktop.png;width=756') no-repeat center center;
    width: 756px;
    height: 400px;
    font-size: 12px;
}

    .reg-edu-scrore .bg {
        padding: 128px 24px 0px 368px;
    }

    .reg-edu-scrore .head {
        text-align: center;
        font-size: 12px;
    }
        .reg-edu-scrore .head p{
            margin:8px 0px;
        }
        .reg-edu-scrore h3 {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 12px;
        }

    .reg-edu-scrore .frow {
        margin-bottom: 12px;
    }

        .reg-edu-scrore .frow input {
            border: 1px solid #ddd;
            padding: 8px 12px;
            border-radius: 8px;
            color: #555;
            width: calc(100% - 24px);
            margin-top: 3px;
            font-size: 12px;
        }

.frow-submit {
    display: flex;
    justify-items: center;
    justify-content: center;
}

    .frow-submit button {
        padding: 6px 15px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border-radius: 22px;
        border: 1px solid #FFF;
        background: linear-gradient(92deg, #D02B26 0.5%, #D02B26 97.34%);
        box-shadow: 0 2px 4px -8px rgba(91, 0, 255, 0.08), 0 8px 16px -8px rgba(91, 0, 255, 0.12), 0 36px 32px -16px rgba(68, 0, 143, 0.21), 0 0 12px 0 #FFF inset, 0 -24px 32px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 24px -16px rgba(255, 255, 255, 0.24) inset;
        font-size: 12px;
    }

        .frow-submit button:hover {
            box-shadow: none;
        }

.reg-edu-scrore .stats {
    text-align: center;
    margin-top: -5px;
    margin-right: -5px;
    color: #fff;
    color: var(--text-icon-foreground, #64748B);
}
    .reg-edu-scrore .stats strong {
        color: #009981;
    }
    #edu-msg-modal {
        background: url('/Content/Landding/RegEduScore/edu-msg-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #edu-msg-modal .reg-close {
        font-size: 18px;
        color: #333;
        float: right;
    }

#edu-msg-modal {
    max-width: 400px;
    text-align: center;
}
