.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed; }

.login-box {
    width: 400px;
    margin: 0 auto; }
.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
.login-box .social {
    display: block;
    margin-bottom: 30px; }

.bg-guest{
    background-color: #edf1f5;}

.text-anchor{color:#50a1ff}
.text-number{color:#b8d7a3}

.form-control-sm{    height: calc(1.5rem + 2px);
    padding: 0.1rem 0.3rem;
    font-size: 0.8rem;
    line-height: 1.0;
    border-radius: 0.3rem;}

.copied-msg{position:absolute;left:0px;top:0px;width:100%;height:100%;background:#fff;border-radius:0.5rem;z-index:2;text-align: center;display: none;}
