﻿

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.mainContainer1 {
    height: 100vh;
    width: 100vw;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 50px;
    }

    .size {
        width: 45px;
    }

    #VerificationHeader {
        font-family: Circular Std Book;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
        padding-right: 70px;
    }

    .footerCopyright {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }

    .minHeight {
        min-height: 98%;
    }
}

@media screen and (min-width: 361px) and (max-width:1024px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 0px;
    }

    .size {
        width: 55px;
    }

    #VerificationHeader {
        font-family: Circular Std Book;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 8%;
        margin-bottom: 17px;
    }

    .minHeight {
        min-height: 84%;
    }
}

@media screen and (min-width: 321px) and (max-width:361px) {
    /* Custum CSS for layout */
    .login-area {
        padding: 0px;
    }

    .size {
        width: 45px;
    }

    #VerificationHeader {
        font-family: Circular Std Book;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 8%;
        margin-bottom: 17px;
    }

    .minHeight {
        min-height: 84%;
    }
}

@media screen and (max-width:321px) {
    .size {
        width: 35px;
    }

    #VerificationHeader {
        font-family: Circular Std Book;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #707070;
    }

    .footerCopyright {
        max-height: 8%;
        margin-bottom: 17px;
    }

    .minHeight {
        min-height: 84%;
    }
}

.column-in-center {
    float: none;
    margin: 0 auto;
    justify-content: space-around;
}


.col-xs-4, .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.fullSiteHeight {
    min-height: 100%;
}

.mainContainer {
    min-height: 100vh;
}




.logoholder {
    border-radius: 40px 40px 40px 40px;
    background: #fff;
    margin-left: 40px;
    margin-top: 50px;
    padding: 10px;
}

.input-border {
    border: none;
    border-bottom: 1px solid #D5D5D5;
}


.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

/*.invalid-feedback {
    display: none;
    text-align: left;
}*/

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.login-container {
    color: #a39c9c;
}

.form-group {
    position: relative
}

.customInput {
    background: transparent;
    border-radius: 0;
    border: 0;
    outline: 0;
    border-color: #fff;
    padding-left: 0;
}

    .customInput:focus {
        box-shadow: none;
        background: inherit;
    }

    .customInput:-webkit-autofill {
        box-shadow: none;
        background: inherit;
    }

    .customInput + label {
        position: absolute;
        top: 10px;
        left: 0;
        transition: all 200ms;
        opacity: 0.5;
        pointer-events: none;
    }

    .customInput:focus + label,
    .customInput[value]:not([value=""]) + label,
    .customInput:not([value]):not(:empty) + label {
        font-size: 13px;
        transform: translate3d(0, -100%, 0);
        top: 0px !important;
        opacity: 1;
    }

    .customInput:-webkit-autofill + label {
        font-size: 13px;
        transform: translate3d(0, -100%, 0);
        top: 0px !important;
        opacity: 1;
    }

    .customInput.mobileNumber:focus + label, .customInput.mobileNumber[value]:not([value=""]) + label, .customInput.mobileNumber:not([value]):not(:empty) + label {
        left: -28px !important;
    }

    .customInput.mobileNumber:-webkit-autofill + label {
        left: -28px !important;
    }

.spinner-border {
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.caption-text {
    color: #707070;
    font-size: 18px;
    font-weight: 100;
}

.copyright {
    font-family: Circular Std Book;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #4e4e4e;
    width: 100%
}

.input-text {
    padding: 0 !important;
    margin-left: 15px;
    height: auto;
    color: #75859d;
    font-size: 14px;
    font-family: Circular Std Book;
    font-weight: bold;
}

.input-text-span {
    padding: 0 !important;
    margin-left: 15px;
    height: auto;
    color: #75859d;
    font-size: 14px;
    font-family: Circular Std Book;
    font-weight: bold;
    margin-top: 1px;
}

.copyright {
    font-family: Circular Std Book;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #4e4e4e;
    width: 100%
}

.input-text {
    padding: 0 !important;
    margin-left: 15px;
    height: auto;
    color: #181c2d;
    font-size: 14px;
    font-family: Circular Std Book;
    font-weight: bold;
}

.input-text-span {
    padding: 0 !important;
    margin-left: 15px;
    height: auto;
    color: #75859d;
    font-size: 14px;
    font-family: Circular Std Book;
    font-weight: bold;
    margin-top: 6px;
}

.custom_label {
    float: right;
    margin-left: 55px;
}

.bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

.custom_background {
    background-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-input-group {
    height: 48px;
    vertical-align: middle;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    margin: 0 0 0 55px;
    transition: all 200ms;
    opacity: 0;
}

.form-control:focus + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -58%, 0);
    opacity: 1;
    background-color: #FFF;
    margin-top: 5px;
}

.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #FFF;
}

.btn-danger-custom {
    border-radius: 5px;
    border: solid 1px #b72028;
    background-color: #b72027;
    font-family: Circular Std BookBold;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

    .btn-danger-custom:hover {
        color: #000000;
        background-color: #b72027;
    }

    .btn-danger-custom:disabled {
        background-color: #ffffff;
        color: #b72027;
        border: solid 1px #b72028;
    }

.backButton {
    width: 40px;
    height: 23px;
    font-family: Circular Std Book;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: left;
    color: #181c2d;
}

#loader {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    justify-content: center
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 20%;
    z-index: 100;
}

.popUpText {
    font-family: CircularStd;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #1d2134;
}

#logoutloader {
    position: fixed;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}
