﻿body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0A1539;
    background-image: url(/Images/verifybg.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    min-height:100vh;
}

.onemeLogo {
    width: 120px;
    height: 120px;
    border-radius:50%;
    display:block;
    margin:auto;
}
.welcomtext {
    width: 781px;
    height: 224px;
    display:block;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .footer p {
        color: #848A9C;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom:0.5rem;
    }

.checkicon {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}

.checkmessage {
    color: #CED0D7;
    font-size:20px;
    font-weight:500;
    margin:auto;
    text-align:center;
    margin-bottom:24px;
}
.onemeappDesc {
    font-size: 1.125rem;
    color: #CED0D7;
    max-width: 789px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
}
.downloadAppText {
    font-size: 1.125rem;
    color: #CED0D7;
    font-weight: 400;
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
}
.d-appIcons{
    display:flex;
    margin-bottom:2rem;
}
.d-appIcons img{
    cursor:pointer;
}

.verifyBtn {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 286px;
    background-color: #BEEFFF;
    font-size: 1rem;
    color: #000000;
    font-weight:500;
    box-shadow:none;
    text-align:center;
    display:block;
    margin:auto;
    margin-bottom:100px;
}
.verifyBtn:focus, .verifyBtn:hover, .verifyBtn:active {

    background-color: #BEEFFF !important;
    font-size: 1rem;
    color: #000000 !important;
    font-weight: 500;
    box-shadow: none !important;
}
.oppsText {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
}

.dislebleBtn {
    pointer-events: none !important;
    opacity: 0.7 !important;
}
.validationerr {
    color: #FFBEBE;
    font-size:14px;
    font-weight:400;
    display:block;
    text-align:center;
    margin-top:-65px;
}