
    
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background: linear-gradient(90deg, rgba(217,31,38,1) 0%, rgba(166,40,45,1) 49%, rgba(108,6,9,1) 100%);
    background-repeat: no-repeat;
}
@font-face {
    font-family: "gillsans";
    src: url(./fonts/gillsans.ttf);
}
@font-face {
    font-family: "gillbold";
    src: url(./fonts/gillbold.ttf);
}
@font-face {
    font-family: "gillmedium";
    src: url(./fonts/gillmedium.ttf);
}
@font-face {
    font-family: "helvetica";
    src: url(./fonts/helvetica.ttf);
}
@font-face {
    font-family: "sign";
    src: url(./fonts/sign.ttf);
}
@font-face {
    font-family: "myraidbold";
    src: url(./fonts/myraidbold.ttf);
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2 {
        width: 100%;
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid .index {
        padding: 10px !important;
    }

    .card2 {
        padding: 50px;
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input, textarea {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #094e98 !important;
    outline-width: 0;
    font-weight: 400;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card {
    border-radius: 0;
    border: none;
}

.card1 {
    width: 100%;
    padding: 10px 30px 0px 30px;
    font-family: "gillmedium";

}

.card2 {
    width: 50%;
    background: linear-gradient(to right, #1d57a0, #8f94fb); 
    font-family: "gillmedium";

}

#logo {
    width: 70px;
    height: auto;
}

.heading {
    margin-bottom: 60px !important;
}

::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(90deg, rgba(217,31,38,1) 0%, rgba(166,40,45,1) 49%, rgb(154, 14, 18) 100%);
    padding: 15px;
    cursor: pointer;
    border: none !important;    
    margin-top: 40px;
    font-size: 14px;
}

.btn-color:hover {
    color: #fff;
    background: linear-gradient(to right, #1d57a0, #8f94fb); 
}

.btn-white {
    border-radius: 50px;
    color: #094e98;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #094e98 !important;
}

.btn-white:hover {
    color: #fff;
    background: linear-gradient(to right, #1d57a0, #8f94fb); 
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.bottom {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2 {
        width: 100%;
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid .index {
        padding: 10px !important;
    }

    .card2 {
        padding: 50px;
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}
.landing{
    /* background-image: url(./img/desk-flyer.png); */
    height: 60vh ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:top center;
    max-width: 100% !important;
    margin: auto;
}
.certificate{
    background-image: url(./img/cert.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 900px;
    margin: auto;
    width: 100%;
    padding: 0;
}
#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
    /* width: inherit; */
    overflow: hidden;
    touch-action: cross-slide-x;

}
#sig-dataUrl{
    display: none;
}

@media screen and (min-width: 280px) and (max-width: 600px) {

    .g-2 {
        gap: 1rem !important;
    }
#sig-canvas{
    width: 320px;
    height: 200px;
    touch-action: cross-slide-x;

}
img.asset {
    max-width: 300px !important;
    margin: auto;
    display: flex;
}
img.asset-c {
    max-width: 230px !important;
    margin: auto;
    display: flex;
}
img.asset1 {
    max-width: 300px !important ;
    margin: auto;
    display: flex;

}
img.asset3 {
    max-width: 340px !important;
    margin: auto;
    display: flex;
    
}
img.asset4 {
    max-width: 336px !important;
    margin: auto;
    display: flex;
    
}


    .landing{
        /* background-image: url(./img/mob-flyer.png); */
        height: 54vh ;
        background-size: contain;
        background-repeat: no-repeat;
        background-position:top center;
        max-width: 100% !important;
        margin: auto;
    }
    .btn-color {
        width: 50% !important;
    }

}

@media screen and (min-width: 1100px) and (max-width: 4000px) {

    .dflex{
        display: flex;
        justify-content: center;
    }

}
.container-fluid .certificate{ 
    max-width: 800px;
}
p.text-center{
    /* margin-top: 25%; */
}
.responsive-text {
    font-size: 1.5rem; /* Base font size */
}

@media (max-width: 448px) {
  
    p.text-center {
        /* margin-top: 46%; */
    
}
#display ,#display1{
    font-family: "gillbold";
    font-size: 1.05rem !important;
    text-transform: capitalize;

}
.responsive-text {
    font-size: 1.05rem;
}
.sign {
    font-family: "sign";
    font-size: 0.2rem !important;

}
.timestamp{
    font-size: 0.3rem !important;

}
img#signatureImage {
    max-width: 100% !important;
    height: 50px !important;
}
.signbox {
    flex-direction: column;
    float: inline-end;
    margin-right: 30px !important;
    margin-top: 2px !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
}
@media screen and (min-width: 449px) and (max-width: 768px) {
 

    .btn-color {
        width: 50% !important;
    }

.sign {
    font-family: "sign";
    font-size: 0.4rem !important;

}



}
@media screen and (min-width: 769px) and (max-width: 1020px) {
   
    .btn-color {
        width: 50% !important;
    }

.sign {
    font-family: "sign";
    font-size: 0.5rem !important;

}


}
#display ,#display1 {
    font-family: "gillbold";
    font-size: 1.75rem;
    text-transform: capitalize;


}                                                   

p{
    font-family: "gillsans"; 
    color: #474748;
}
.color {
    color: #1B75BA;
    font-family: "helvetica";

}
.color1 {
    color: #E41C24;
}
.sign {
    font-family: "sign";
    font-size: 0.5rem;

}
span.totalcount{
    position: relative;
    /* bottom: 4.15rem; */
    /* left: 28rem; */
    font-family: "helvetica";
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666766;
    margin-top: 15rem !important;
    left: -1.5rem;
    bottom: 1rem;
}
#logoa{
    width: 220px;
    height: auto;
}
img#signatureImage {
    max-width: 75px !important;
    height: auto;
}
.signbox{
    flex-direction: column;
    float: inline-end;
    margin-right: 17px ;
    margin-top: -39px ;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
    
    /* .btn-color {
        width: 50% !important;
    } */
    span.totalcount{
    
        bottom: 0rem !important;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    
    span.totalcount{
    
        bottom: 0rem !important;
    }

}

@media screen and (min-width: 776px) and (max-width: 992px) {
    
    span.totalcount{
    
        bottom: 9.25rem;
    }

}
@media screen and (min-width: 776px) and (max-width:775px) {
    
    span.totalcount{
    
        bottom: 5.75rem;
    }

}
@media screen and (min-width: 601px) and (max-width:775px) {
    
    span.totalcount{
        font-size: 2.5rem;
        left: -1rem;
        bottom: 5.75rem;
    
    }

}


@media screen and (min-width: 280px) and (max-width:600px) {
    
    span.totalcount{
        font-size: 2.5rem;
        margin-top: 15rem !important;
        left: -1.1rem;
        bottom: -2.5rem;
    
    
    }

}

#logoa{
    width: 220px;
    height: auto;
}
/* .btn-color{
    width: 25%;
} */
.g-2{
    gap: 2rem;
}
.edit{
    background: white;
    color: #000;
    border: 1px solid rgb(137, 137, 221) !important;
}
.submit:hover {
    transform: scale(0.92);
}
.btn-color {
    /* width: 50%; */
    margin-top: 5rem;
}
h1.oath {
    font-size: 1.1rem;
}
img.top-bg {
    max-width: 100%;
    margin: auto;
}
.asset{

}
img.asset {
    max-width: 390px;
    margin: auto;
    display: flex;
}
img.asset-c {
    max-width: 230px;
    margin: auto;
    display: flex;
}
img.asset1 {
    max-width: 390px;
    margin: auto;
    display: flex;

}
img.asset3 {
    max-width: 420px;
    margin: auto;
    display: flex;
    
}
.text{
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    top: 1rem;

}
span.number {
    font-size: 6rem;
    font-family: "myraidbold";
    font-weight: bold;
    color: #666766;

}
img.asset4 {
    max-width: 530px;
    margin: auto;
    display: flex;
    
}
img.img-fluid.topasset {
    max-width: 75%;
}
img.img-fluid.bottomasset{
    max-width: 85%;
    float: right;

}
/* p.text-center{
    margin-top: 25%;
} */
button.btn-color.edit{
    width: 50%;
}

button.btn-color.submit{
    width: 50%;
}
button.btn-block.btn-color.submit1{
    width: 100% !important;
    font-size: 18px;
}
button#sig-clearBtn{
    background: white;
    color: #000;
    border: 1px solid rgb(137, 137, 221) !important;
}
button#sig-clearBtn:hover{
    color: #fff;
    background: linear-gradient(to right, #1d57a0, #8f94fb); 
}
img.img-fluid.logoasset {
    max-width: 100px;
    float: none;
}
input, textarea{
    font-family:'Times New Roman', Times, serif;
    font-weight: normal;

}