﻿.loading-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    pointer-events: auto;
    user-select: none;
    z-index: 9999999999999;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: .2s opacity linear;
    transition: .2s opacity linear;
    opacity: 1;
    background: rgb(0 0 0 / 10%);
}

.loading-container .loading {
    padding: 2px;
    border-radius: 50%;
    background-color: rgb(183 183 183 / 70%);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px;
}

.login-card {
    min-height: 300px;
    display: block;
    margin: 20px auto 20px;
    background: #f8f8f8;
    background-position: center;
    padding: 20px;
    border: solid 1px #ececec;
}

.register-card {
    display: block;
    margin: 20px auto 20px;
    background: #f8f8f8;
    background-position: center;
    padding: 20px;
    border: solid 1px #ececec;
}


.reg_suc {
    display: block;
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 95%);
}

.reg_inr {
    display: block;
    position: absolute;
    background: #fff;
    width: 70%;
    max-width: 300px;
    border: dashed 1px #e0e0e0;
    margin: auto;
    border-radius: 5px;
    padding: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    max-height: 266px;
    min-height: 266px;
    border-radius: 7px;
}

    .reg_inr .logo {
        display: block;
        width: 150px;
        height: 60px;
        margin: 0 auto;
        background: #fff;
        margin-top: -50px;
        padding: 10px;
        border: dashed 1px #e0e0e0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .reg_inr .sucimg {
        display: block;
        width: 100px;
        margin: 20px auto 5px;
    }

    .reg_inr h1 {
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #3e6ba2;
        font-weight: bold;
    }

    .reg_inr h2 {
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #000000;
        line-height: 60px;
    }

    .reg_inr h4 {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #000000;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .reg_inr a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        background: #1d9bd4;
        color: #fff;
        font-size: 17px;
        border-radius: 7px;
        float: none;
        margin: 10px auto 0;
        letter-spacing: 1px;
    }
