﻿/*
Base typography styles
 */

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

@font-face {
    font-family: "URWDIN";
    src: url('../../fonts/URWDINRegular/font-regular.woff2') format('woff2'), url('../../fonts/URWDINRegular/font-regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "URWDIN";
    src: url('../../fonts/URWDINMedium/font-medium.woff2') format('woff2'), url('../../fonts/URWDINMedium/font-medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

body {
    /*margin-top: 65px;*/
    font-family: "URWDIN" !important;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 1500px;
        height: 100px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

grants .page-header .errorMessgae {
    color: darkred;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

grants.grant.page-header.errorMessgae {
    color: darkred;
}

.grants .grant img {
    width: 100px;
    height: 100px;
}

.grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
}

.grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .created {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant li {
    list-style-type: none;
    display: inline;
}

    .grants .grant li:after {
        content: ', ';
    }

    .grants .grant li:last-child:after {
        content: '';
    }

.errorMessgae {
    color: darkred
}

body {
    background-color: #000000;
    background-image: url("../newbg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (min-width: 308px) and (max-width: 991px) {
    body {
        background-image: url("../mobilebg.png") !important;
    }

    .send-otp-btn-icon {
        transform: translateX(10px) !important;
    }

    .btn-icon {
        transform: translateX(95px) !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        background-image: url("../mobilebg.png") !important;
    }

    .btn-icon {
        transform: translateX()
    }

    .send-otp-btn-icon {
        transform: translateX(7px) !important;
    }
}

.mainbody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content-area {
    background-color: #EAEAE8;
    /* display: flex;*/
    justify-content: center;
    align-items: center;
    color: blue;
    flex-direction: column;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.forgot-link {
    font-size: 8px;
}

.page-content {
    display: flex;
    flex-direction: column;
    min-width: 25%;
}

.left, .right {
    width: 50%;
}

.page-container {
    /*    display: flex;*/
    flex-direction: column;
    align-content: center;
    width: 100%;
    color: #484847;
    font-size: 12px;
}

.page-header-style {
    display: flex;
    justify-content: center;
}

.header-titile-sub-text {
    display: flex;
    align-items: center; 
}

#otp-timer {
    margin-left: 10px; 
    
}


.login-page {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.button-area {
    display: flex;
    justify-content: flex-end;
    color: #002D9C;
}

    .button-area button {
        margin: 0 !important;
    }



.btn-primary:hover {
    color: #f5df4d;
}

.btn-default {
    width: 100%;
    background-color: #005b7f !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: white;
    border: none;
    margin-top: 10px;
}

a:link {
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<AUTO GENERATED BY CONFLICT EXTENSION<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< development
    color: #0030FF;
====================================AUTO GENERATED BY CONFLICT EXTENSION====================================
    color: #0554f9 !important;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>AUTO GENERATED BY CONFLICT EXTENSION>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bg-change-web-mobile
    background-color: transparent;
    text-decoration: none;
}

.margin-btn {
    margin-top: 5px;
}

.header-titile-text {
    color: #484847;
    font-size: 13px;
    font-weight: 400;
    font-family: URWDIN;
    padding-bottom: 10px;
    text-align: left;
}

.form-control {
    height: 40px;
    border-radius: 2px !important;
    border: none;
}

.remember-login-text {
    color: black;
    font-weight: normal !important;
    font-size: 12px;
    text-align:left;
}

.login-remember {
    margin-top: 5px !important;
}

.form-group {
    margin-top: -5px !important;
}

.remeber-login-checkbox-alignment {
    transform: translateY(2px) !important;
}

.nextbtn {
    height: 40px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    background-color: #0043ce !important;
    width: 100%;
}

.cancelbtn {
    height: 40px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    background-color: #E8A392 !important;
}

.btn-icon {
    height: 18px;
    transform: translateX(130px);
}

.next-btn-text {
    color: #f5df4d;
    font-weight: 500;
}

.cancel-btn-text {
    color: #7E0000;
    font-weight: 500;
}

.card-footer-alignment {
    text-align: center;
    font-size: 11px;
    color: #0043ce;
    font-weight: 500;
}


.sub-header-titile-text {
    color: #CC0059;
    font-size: 12px;
}

.header-titile-sub-text {
    color: #CC0059;
    font-size: 11px;
    margin-bottom: 5px;
}


.input-group-addon {
    border: none;
    background-color: #DADDE2;
}

.send-otp-btn-icon {
    transform: translateX(75px)
}

.margin-bottom {
    padding-bottom: 15px;
}

.dob-label {
    color: #acacac;
    transform: translateY(1px) !important;
    position: absolute;
    margin-left: 10px;
    font-size:9px;
}

.datepicker {
    padding-top: 20px;
}

.padding-bottom {
    margin-bottom: 10px;
}
