/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2022, 4:53:37 PM
    Author     : @Ankita Dobariya
*/

.qr-code-generator {
    width: 500px;
    margin: 0 auto;
}

.qr-code-generator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

#qrcode a {
    font-size: 0.8em;
}

.qr-url, .qr-size {
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qr-url {
    width: 79%;
}

.qr-size {
    width: 20%;
}

.generate-qr-code {
    display: block;
    width: 100%;
    margin: 0.5em 0 0;
    padding: 0.25em;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
    background-color: #e5554e;
    color: #fff;
}

.loginWithQRCodeText1{
    font-size: 23px;
    font-weight: 800;
    line-height: 33px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1.4px;
}
.loginWithQRCodeText2{
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.4px;
}
.loginWithQRHrefText{
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.4px;
    text-decoration: none;
}

.loginWithQRCodeTitle{
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.loginWithQRCodeFooter{
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}

.loginWithQRHrefText:hover{
    color: #fff;
}
.loginWithQRCodeMainSection{
    
}

