*{
    margin:0;
    font-family: 'Quicksand', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.text-p{font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 14px;}
.text-n-bold{font-family: 'Open Sans', sans-serif; font-weight: 400; }
.text-s-bold{font-family: 'Open Sans', sans-serif; font-weight: 600;}
.text-bold{font-family: 'Open Sans', sans-serif; font-weight: 700;}
.justify{text-align: justify;}
.text-center{text-align: center;}
.p2{padding:20px; }
.pl-2{padding-left:20px; }
.pr-2{padding-right:20px; }
.pt-1{padding-top:10px; }
.pt-2{padding-top: 20px;}
.pb-2{padding-bottom: 20px !important;}
.mt-5{margin-top: 30px !important;}
.mt-10{margin-top: 80px !important;}
.t-24{font-size: 24px;}
.bg-color{background: #009cf0;}
.bg{
    //background-image: url('../images/back.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-height: 100%;
    -webkit-filter: blur25px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    //filter: blur(2px);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top:0;
}
.login-container{
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 50%;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
.login-qr-code{
    margin-top: 2%;
    margin-bottom: 2%;
}
.header{
    width: 100%;
    text-align: center;
}

.login-time{
    margin-top: 20px;
}