﻿@font-face {
    font-family: 'DB Ozone';
    src: url('../Content/Font/DB Ozone X Bd v3.2.ttf');
    src: url('../Content/Font/DB Ozone X It v3.2.ttf');
    src: url('../Content/Font/DB Ozone X Li v3.2.ttf');
    src: url('../Content/Font/DB Ozone X Med v3.2.ttf');
    src: url('../Content/Font/DB Ozone X v3.2.ttf');
}

body {
    font-family: 'DB Ozone';
    font-weight: 400;
    font-size: 1.2rem;
}

.header {
    background: #1a4a8d;
    color: #fff;
    padding: 2.5rem 1rem 1rem 1rem;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

.disclaimer {
    padding: 2.5rem 1rem 1rem 1rem;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

.btn-custom {
    display: flex;
    width: 100%;
    max-width: 150px;
    min-height: 6rem;
    align-items: center;
    margin-bottom: .5rem;
}

.fullwidth {
    width: 100%;
    max-width: 300px;
}

.btn-submit {
    min-width: 150px;
    background: #19459C;
    border: 2px solid #19459C;
    color: #fff;
    font-weight: 600;
}

    .btn-submit:hover {
        background: #fff;
        border-color: #19459C;
        color: #19459C;
    }

.btn-outline-submit {
    min-width: 150px;
    background: #fff;
    border: 2px solid #19459C;
    color: #19459C;
    font-weight: 600;
}

    .btn-outline-submit:hover {
        background: #19459C;
        border-color: #19459C;
        color: #fff;
    }

input[type="checkbox"] {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.laser {
    max-width: 300px;
}

.inputOTP {
    width: 12rem;
    color: #1a4a8d;
    font-size: 2rem;
    padding-left: 1.5rem;
    letter-spacing: .5rem;
    z-index: 1;
    text-align: center;
}

.font-custom {
    color: #19459C;
    font-weight: bold;
}
