﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.page-header {
    border-bottom: 2px solid darkblue;
    padding-bottom: 5px;
    font-size: 1.5rem;
    padding-left: 0px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.uploadInfo {
    color: red;
    font-size: small;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}

@font-face {
    font-family: 'InterRegular';
    src: url('font/Inter-Regular.ttf');
    src: url('font/Inter-Regular.ttf') format('truetype'),url('font/Inter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'MontserratBold';
    src: url('font/Montserrat-Bold.ttf');
    src: url('font/Montserrat-Bold.ttf') format('truetype'),url("font/Montserrat-Bold.woff")format('woff');
}

@font-face {
    font-family: 'InterSemiBold';
    src: url('font/Inter-SemiBold.ttf');
    src: url('font/Inter-SemiBold.ttf') format('truetype'),url("font/Inter-SemiBold.woff")format('woff');
}

.Registerlbl {
    color: #001489;
    font-weight: bold;
}

.spanValidator {
    color: #001489;
    position: absolute;
    margin: 2px;
}

.spanValidatorCheckbox {
    color: #E0004D;
}

.registerTxt {
    border: 2px solid #001489;
}

.consent {
    border: 2px solid #001489;
    color: #001489;
    width: 60px;
}

.registerBtn {
    color: white;
    font-family: InterSemiBold !important;
    background-color: #E0004D !important;
    border-color: #E0004D !important;
    width: 35%;
}

.uploadDocuments {
    color: white;
    font-family: InterRegular !important;
    background-color: #001489 !important;
    border-color: #001489 !important;
}

.backbtn {
    color: white;
    font-family: InterSemiBold !important;
    background-color: #E0004D !important;
    border-color: #E0004D !important;
}

.eyeicoImage {
    width: 27px;
    cursor: pointer;
}

input[type=file]::file-selector-button {
    border: 2px solid #E0004D;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #E0004D;
    transition: 1s;
    color: white;
}

.hide {
    display: none;
}
