﻿
html {
    font-family: 'IBM Plex Sans','Ubuntu', sans-serif !important;
    font-size: 13px;
}

body {
    margin: 0;
}

.centered {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.paragraphText {
    font-family: 'Roboto', 'IBM Plex Sans', sans-serif !important;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #003145;
    margin-bottom:15px;
}

.paragraphText-bold {
    font-family: 'Roboto', 'IBM Plex Sans', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #003145;
}

.paragraphText-14 {
    font-family: 'Roboto', 'IBM Plex Sans', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #9d9d9d;
}

.paragraphTextLeft {
    font-family: 'Roboto', 'IBM Plex Sans', sans-serif !important;
    font-size: 18px;
    W font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}


.paragraphTextBold {
    font-family: 'Roboto', 'IBM Plex Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.external-providers-button {
    color: white;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .external-providers-button a {
        text-decoration: none;
        color: white;
        text-align: center;
        font-family: 'IBM Plex Sans', sans-serif !important;
        font-size: 16px;
    }

.external-providers {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.socialIcons {
    margin-right: 10px;
}

#content-wrap {
    padding-top: 0px;
    height: 100vh;
    /*padding-bottom: 8.5rem;*/ /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 4.5rem;*/ /* Footer height */
}

a.nosa-link {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #69BE28;
}

a.back-link {
    font-family: 'Roboto', sans-serif !important;
    text-decoration: none;
    height: 1.7rem;
    line-height: 1.7rem;
    letter-spacing: normal;
    text-align: right;
    color: #69be28;
    font-size: 0.85rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    width: 20rem;
}

.chevron-button {
    display: inline;
    width: auto;
    height: 18px;
    object-fit: contain;
    transform: rotate(-90deg);
    margin-left: 5rem;
    margin-bottom: 0.1rem;
}

.chevron-link {
    display: inline;
    width: auto;
    height: 1.2rem;
    object-fit: contain;
    transform: rotate(90deg);
    margin-bottom: 2px;
}

/*Social Login*/
#Facebook a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 16px;
}

#Facebook {
    background-color: #4267b2;
}

#Microsoft a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 16px;
}

#Microsoft {
    background-color: #2f2f2f;
}

#Google a {
    text-decoration: none;
    color: #4a4a4a;
    text-align: center;
    font-size: 16px;
}

#Google {
    background-color: #d8d8d8;
}

#Twitter a {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
}

#Twitter {
    background-color: #1da1f2;
}

.h-100 {
    height: 100vh;
}

.back-link-container {
    padding: 1rem;
    width: 100%;
    text-align: center;
}

form {
    width: 100%;
    margin: 0 auto;
}

.logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .logo img {
        width: 200px;
    }

.logo-banner {
    width: 100%;
    height: 250px;
}

.img-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}

.img-wrapper img {
    width: 100%;
}

.loading-image {
    height: 2.8rem;
    margin-bottom: 2rem;
    width: auto;
}

.panel-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 22px;
    font-family: 'IBM Plex Sans', sans-serif !important;
}

.panel-sub-title {
    width: 18rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.hide-panel-div {
    display: none;
}

.page {
    width: 100%;
}

.page-body {
    width: 100%;
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.body-content {
    box-shadow: 5px 5px 8px 0 rgb(63 63 68 / 15%);
    border-radius: 0px 6px 6px 0px;
    min-width: 50%;
    max-width: 60%;
}

.page-loading-image {
    text-align: center;
    width: 100%;
}

.page-bold-text {
    font-weight: bolder;
}

#GetIdentificationDiv {
    width: 100%;
    text-align: center;
}

.container-page-label {
    width: 100%;
    height: 3.5rem;
    border-radius: 4px;
    border: solid 1px #00a550;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-label {
    width: 100%;
    height: 3.28rem;
    font-family: Ubuntu;
    font-size: 1.2rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.28rem;
    letter-spacing: normal;
    color: #4a4a4a;
    float: right;
    text-align: left;
}

input[name=Choice] {
    float: left;
    height: 3.5rem;
}

.page-form-center {
    text-align: center;
    width: 100%;
}

.control-label {
    text-align: left;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #4a4a4a;
}

.btn {
    font-size: 14px;
    padding: 0.9rem 1.5rem;
    font-family: 'Roboto' !important;
    border: none;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.btn-primary {
    border: 2px solid #69BE28;
    color: #FFF;
    background-color: #69BE28;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    width: 100%;
}
    .btn-primary.focus, .btn-primary:focus {
        border-color: #66c83d;
        box-shadow: 0 0 0 0.2rem rgb(105 190 40 / 50%);
    }

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:visited {
        color: #FFFFFF;
        background-image: none !important;
        background-color: #66c83d;
        border-color: #66c83d;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #90db57;
        border-color: #66c83d;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #8E908F;
        background-color: #FFFFFF;
        border-color: #8E908F;
    }

.form-control {
    border: solid 1px #d1d4d3;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Ubuntu' !important;
    font-size: 22px;
    height: 3.6rem !important;
    border-radius: 6px;
    background-color: #f8f8f8;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.6rem;
    letter-spacing: normal;
    color: #9d9d9d;
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #69BE28;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(105 190 40 / 25%);
    }

.form-control.input-validation-error{
    margin-bottom: 5px !important;
}

.otp-text {
    width: 50px;
    text-align: center;
}

.grey-oval {
    width: 16px;
    height: 16px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #eee;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.green-oval {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to left, #95c83d, #00a550);
    margin-right: 0.5rem;
}
/*********CUSTOM RADIO BUTTONS**********/
.container_radio {
    font-family: 'IBM Plex Sans', sans-serif !important;
    display: block;
    position: relative;
    padding-left: 2.7rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-size: 1.2rem;
    width: 25rem;
    height: 4.6rem;
    line-height: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
}

    .container_radio:hover {
        border: 1px solid #00a550;
    }

    /* Hide the browser's default radio button */
    .container_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
    display: block;
}

a {
    color: #69BE28;
}

    a:hover, a:focus {
        color: #90db57;
    }

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00a550;
}


.container_check {
    font-family: 'IBM Plex Sans', sans-serif !important;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    /* Hide the browser's default checkbox */
    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark_check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
    border: solid 1px #d1d4d3;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark_check {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark_check {
    background-color: #69be28;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark_check:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark_check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


footer {
    /*background-color: #f2f2f2;*/
}

.footer-link {
    font-family: 'IBM Plex Sans' !important;
    text-decoration: none;
    height: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: normal;
    text-align: right;
    color: #4a4a4a;
    font-size: 0.85rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    margin-left: 3rem;
}

.footer-copy-text {
    font-family: 'IBM Plex Sans', sans-serif !important;
    text-decoration: none;
    height: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: normal;
    text-align: right;
    color: #4a4a4a;
    font-size: 0.85rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    margin-left: 3rem;
}

.center-text {
    text-align: center;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.body-container{
    display:flex;
    justify-content:center;
}

.body-image {
    width: 250px;
    background-image: url(/img/page-image.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    box-shadow: -5px 5px 8px 0 rgb(63 63 68 / 15%);
    border-radius: 6px 0px 0px 6px;
}

.astrix {
    color: red;
    margin-left: 5px;
}

.input-validation-error

@media (min-width: 1200px) {
    html {
        font-size: 13px;
    }

    .page {
        width: 100%;
    }
}

@media (max-width: 1200px) {    
    .paragraphText-14 {
        font-size: 12px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    html {
        font-size: 12px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    html {
        font-size: 11px;
    }
    .paragraphText-bold {
        font-size: 14px;      
    }
    .paragraphText-14 {
        font-size: 10px;
    }

    #content-wrap {
        padding-bottom: 15.5rem; /* Footer height */
    }

    #footer {
        /*height: 15.5rem;*/ /* Footer height */
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    html {
        font-size: 10px;
    }

    #content-wrap {
        padding-bottom: 15.5rem; /* Footer height */
    }

    #footer {
       /* height: 15.5rem;*/ /* Footer height */
    }
}

@media (max-width: 350px) {
    .paragraphText-bold {
        font-size: 12px;
    }

    .paragraphText-14 {
        display:none;
    }
}