@import "./bootstrap-compat-safe.css";

body{
    font-family: 'Verdana';
    color: #FFF;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 48px;
    font-weight: 200;
    opacity: 0.8;
    margin: 0;
}

/*=============*/
/*LAYOUT STYLES*/
/*=============*/
.container{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    min-height: 10em;

    text-align: center;
    width: 100vw;
    height: 100vh;
    background: url('../images/logo/Background-blur.png') center no-repeat;
    background-size: cover;
}
.kiosk-container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    min-height: 10em;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background: url('../images/hid-safe-product-logos/hid-wallpaper-for-kiosk-1-d-5-c-10-jpg.jpg') center no-repeat;
    background-size: cover;
}
.col-container{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex: none;
    max-width: 70%;
    max-height: 50%;
    padding-bottom: 40px;

    display: flex;
    display: -ms-flexbox;
    align-items: center;
    /*min-height: 40em;*/
}
.col{
    display: inline-block;
    margin: 0 auto;

    max-width: 70%;
    max-height: 50%;
}
.left-col{
    text-align: left;
    float: left;
}
.right-col{
    text-align: left;
}

.common__input__default {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #1A4599;
    padding-left: 15px;
    font-family: 'montserratlight';
    background: rgba(255, 255, 255, 0.2) !important;
    color: #1A4599;
    letter-spacing: 1.67px !important;
    font-weight: 600;
    font-size: 24px;
    
}

.kiosk-welcome-msg {
    font-family: Roboto;
    font-size: 32px;
    color: #00539b;
    text-decoration: none solid rgb(0, 83, 155);
    text-align: center;
}

#welcomeMsg {
    font-size: 32px;
}

.visitor-kiosk-input {
    width: 371px;
    height: 56px;
    padding: 0px 8px;
    background-size: cover;
    font-family: Roboto;
    font-size: 20px;
    color: #0a0a0a;
    text-decoration: none solid rgb(10, 10, 10);
}

.visitor-kiosk-input-scanner {
    width: 100%;
    height: 75px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    border-radius: 10px;
    border: 1px solid #1A4599;
    padding-left: 15px;
    font-family: 'montserratlight';
    background-color: white;
    color: #1A4599;
    letter-spacing: 1.67px !important;
    font-weight: 600;
    background-size: cover;
    font-family: Roboto;
    font-size: 32px;
    color: #0a0a0a;
    text-decoration: none solid rgb(10, 10, 10);
}

.visitor-kiosk-input-scanner-btn {
    margin-left: -50px;
    height: 25px;
    width: 50px;
    background: blue;
    color: white;
    border: 0;
    -webkit-appearance: none;
}

/*===========*/
/*LEFT COLUMN*/
/*===========*/
.left-col h1 {
    margin-bottom: 21px;
}
.left-col ul{
    padding-left: 15px;
    margin-bottom: 30px;
  /*  list-style-image: url('../images/logo/icon__list-item.svg');*/
}
.left-col ul li{
    margin-bottom: 16px;
    font-size: 14px;
    padding-left: 6px;
    font-weight: 200;
}
.switch-button{
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    width: 133px;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(38, 71, 104, 100)
}

/*============*/
/*RIGHT COLUMN*/
/*============*/
.check-in-form{
    background-color: #FFF;
    padding: 30px 30px 45px 30px;
    border-radius: 5px;

}

.check-in-form-visitor {
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
}

.input-label,
.select-label{
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
}
.form-input,
.form-select{
    display: block;
    width: 300px;
    margin-bottom: 22px;
    height: 36px;
    margin-top: 6px;
    border-radius: 2px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color:#555555;
    padding: 5px;
}

.form-input-visitor {
    display: block;
    width: 300px;
    margin-bottom: 22px;
    height: 32px;
    margin-top: 6px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #555555;
    padding: 5px;
}

#Locationcode {
    border-radius: 7px;
}

#Confirmationno {
    border-radius: 7px;
}


.forget-password-input {
    width: 350px;
}

.input-w label{
    float: right; /* if you had floats before? otherwise inline-block will behave differently */
    display: inline-block;
    vertical-align: middle;    
}

.input-w input {
    float: right; /* if you had floats before? otherwise inline-block will behave differently */
    display: inline-block;
    width: 30px;
    vertical-align: middle;    
}

.form-select{
  /* background-image: url('../images/icon__select-dropdown-arrow.svg');*/
    background-repeat: no-repeat;
    background-position: 95% center;

    -webkit-appearance:  none;
    -moz-appearance:  none;
    appearance:  none;
}
.btn{
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.login-button{
    color: #FFF;
    width: 70px;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(44, 72, 124, 100);
    line-height: 22px;

}
.btn-visitor {
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

.login-button-visitor {
    color: #FFF;
    width: 70px;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(44, 72, 124, 100);
    line-height: 22px;
}
.Reset-button{
    color: #FFF;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(44, 72, 124, 100);
    line-height: 22px;

}
.btn-group{
    position: relative;
}
.btn-group a{
    display: inline-block;
}

.forgot-password-button{
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #777;
}
.quantum-icon{
    float: right;
    margin-top: 24px;
    height: 40px;
}

.paraHeader{
    color:#225E9C;
    font-weight: 700;
}
.textBlack{
    color:black;
}
.padding10{
    padding-top: 10px;
}

/*============*/
/*=RESPONSIVE=*/
/*============*/
@media (max-width: 900px) {
    .col-container{
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .container{
        padding-left: 0;
    }
    .col-container{
        display: block;
        position: absolute;
        top: 20%;
        width: auto;
    }
    .col-container .col{
        display: block;
        width: 100%;
        clear: both;
    }
    .left-col{
        float: none;
        margin-bottom: 20px;
    }
    .form-input{
        width: 100% !important;
        margin-right: 0;
        vertical-align: middle;
        display: inline-block;
    }
     .header-logo{
            width: 100% !important;
            height: 300%;
    }
    .header-logo-visitor {
        width: 100% !important;
        height: 300%;
    }

}


@media (min-width:701px) and (max-width:770px){
    .header-logo{
        width:100% !important;
        height: 300%;
    }
    .header-logo-visitor {
        width: 100% !important;
        height: 300%;
    }
    

}

@media (min-width:771px) and (max-width:900px){
    .header-logo{
        width:100% !important;
        height: 300%;
    }
    .header-logo-visitor {
        width: 100% !important;
        height: 300%;
    }
    
}

@media (min-width:901px) and (max-width:1199px){
    .header-logo{
    position: relative !important;
    width: 135% !important;
    right: 52% !important;
    height: 300%;
    }
    .header-logo-visitor {
        position: relative !important;
        width: 50% !important;
        right: 1% !important;
        height: 300%;
    }
}
@media (min-width:1200px){
     .header-logo{
    position: relative !important;
    width: 80% !important;
    right: 12% !important;
    }
    .header-logo-visitor {
        margin-left:150px;
        position: relative !important;
        width: 48% !important;
    }
}

@media (min-width:1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .header-logo{
    position: relative !important;
    /* right: 60% !important;
    width:200% !important; */
    }
    .header-logo-visitor {
        position: relative !important;
    }
    .col {
        margin: 0px !important;
    }
}

.hideForm{
    display:none;
}


.error {
    color: #d0021b;
    font-weight: 500;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
    color: red;
}

.center-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.adjust-qr-code{
    position: relative;
}
.qr-code-settle {
    position: absolute;
}
@media screen and (max-device-width: 768px) {
    .mobile-hiding{
        display:none;
    }
    .header-logo{
        margin-top: -74%;
        right: 24px !important;
        width: 100% !important;
    }
    .header-logo-visitor {
        margin-top: -74%;
        right: 24px !important;
        width: 100% !important;
    }
    .mobile-check-inform {
        margin-left: 20px;
    }
    .mobile-check-inform-visitor {
        margin-left: 20px;
    }
    .right-col {
        width: 98% !important;
    }
    .mobile-check-inform label{
        font-size:27px !important

    }
    .mobile-check-inform-visitor label {
        font-size: 27px !important
    }
    .mobile-check-inform input {
        height: 60px !important;
        font-size: 30px !important;
        width: 80% !important;
    }
    .mobile-check-inform-visitor input {
        height: 70px !important;
        font-size: 32px !important;
        width: 94% !important;
        display: inline-block;
        border-radius: 10px;
    }
    .mobile-check-inform button {
        font-size: 35px !important;
        height: 73px !important;
    }
    .mobile-check-inform-visitor button {
        font-size: 35px !important;
        height: 73px !important;
    }
    .mobile-forgotpwd a{
        font-size:34px !important;
    }
    .mobile-login-section {
        margin-top: 25px !important;
    }
    .mobile-check-inform .text-danger{
        font-size: 25px !important;
    }
    .mobile-check-inform-visitor .text-danger {
        font-size: 32px !important;
    }
    .mobile-paraheader{
        font-size: 32px !important;
    }
    .mobile-textBlack{
        font-size: 27px !important;
    }
    .mobile-forgot-password label{
        font-size: 27px !important;
    }
    .mobile-forgot-password input{
        height: 60px !important;
        font-size: 30px !important;
        width: 80% !important;
    }
    .mobile-forgot-password button{
        font-size: 35px !important;
        height: 73px !important;
    }
    .mobile-signgin-link a{
        font-size:34px !important;
    }
    .mobile-margin-left {
        margin-left: -34px;
    }
    .qr-code-settle{
        top: 12px;
        right: 50px
    }
    .qr-code-settle img {
        height: 60px;
    }
    video {
        width: 100% !important;
    }
}

@media screen and (min-device-width:769px) {
    .desktop-label-width {
        width: 300px;
    }

    .qr-code-settle {
        top: 1px;
        right: 5px
    }
    .qr-code-settle img{
        height: 35px;
    }

    .mobile-margin-left {
        margin-left: -12px;
    }

    .mobile-logo {
        display: none !important;
    }

    #qrDescription {
        width: 50%;
    }

    .qr-canvas {
        width: 300px;
        height: 300px;
    }

    video {
        width: 200px;
    }
}

.textTransform ::-webkit-input-placeholder { /* Edge */
    text-transform: capitalize
}

.textTransform :-ms-input-placeholder { /* Internet Explorer */
    text-transform: capitalize
}

.textTransform ::placeholder {
    text-transform: capitalize
}

button:focus, .buttons button:focus {
    outline: 2px solid #61116a !important;
}

a {
    color: #3E67B4;
}