﻿
#divMsg {
    position: absolute;
    text-align: left;
    line-height: 28px;
    width: 390px;
    top: 130px;
    right: 5px;
}

.btnlogin {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 12px 10px;
    background-image: url(../../image/login.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 25% 50%;
    border-radius: 10px;
    background-color: #CC5B33;
    padding-left: 50px;
    font-size: 1rem;
    font-weight: 600;
    visibility: hidden;
}

.btn-new-reg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 10px auto;
    padding: 0.5em 0.8em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #2589d0;
    background-color: #2589d0;
    font-weight: 600;
    font-size: 1em;
}

.btn-manual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 25px auto 0px auto;
    padding: 0.5em 0.8em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #CB0000;
    background-color: #CB0000;
    font-weight: 600;
    font-size: 1em;
}