
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,body{
    background-color:#F0F8FB;
    height:100%;
    width:100%;
    font-family: 'Inter', sans-serif;
}
.container-fluid{
    --bs-gutter-x: 5rem;
}

body{
    color:#004074;
}
strong{
    font-weight: bold;
}
.container-fluid{
    --bs-gutter-x: 5rem;
}

.btn{
    text-transform: uppercase;
    font-size:14px !important;
    font-weight:bold !important;
    letter-spacing: 0.8px;
    padding: 12px 25px !important;
    font-family: 'Inter', sans-serif !important;
}
.btn i.bi-arrow-right{
    margin-left:15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.btn:hover i.bi-arrow-right{
    margin-left:30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.btn-sm{
    padding: 8px 20px !important;
    font-size:12px !important;
}
.btn-primary{
    background-color:#1A99D6 !important;
    border-color:#1A99D6 !important;
    color:#fcfcfc !important;
}
.btn-primary:hover{
    background-color:#004074 !important;
}
.btn-secondary{
    background-color:#A2D5EB !important;
    border-color:#A2D5EB !important;
    color:#fcfcfc !important;
}
.btn-secondary:hover{
    background-color:#1A99D6 !important;
}
.btn-success{
    background-color:#82BF38 !important;
    border-color:#82BF38 !important;
    color:#fcfcfc !important;
}
.btn-success:hover{
    background-color:#598a1d !important;
}
.btn-danger{
    background-color:#cb1818 !important;
    border-color:#cb1818 !important;
    color:#fcfcfc !important;
}
.btn-danger:hover{
    background-color:#980e0e !important;
}
.btn-light{
    background-color:#b7cad5 !important;
    border-color:#b7cad5 !important;
    color:#fcfcfc !important;
}
.btn-light:hover{
    background-color:#5e7086 !important;
}
.btn-info{
    background: #82BF38;
    background: -webkit-linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    background: -moz-linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    background: linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
    color:#fcfcfc;
}
.btn-info:hover{
    background-color:#1A99D6 !important;
}

a:link, a:visited, a:focus{
    color:#1A99D6;
    text-decoration: none;
    font-size:13px;
}
a:hover{
    color:#004074;
}
span {
    color: #1A99D6;
}
a.more-info span{
    text-transform: uppercase;
}
a.more-info i.bi-arrow-right{
    margin-left:15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
a.more-info:hover i.bi-arrow-right{
    margin-left:30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    color:#1A99D6;
}

label{
    font-size:13px;
    color:#1A99D6;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 20px;
}
.form-group{
    margin-bottom:30px;
}
.form-control{
    background-color:#F0F8FB;
    border:0;
    padding:15px;
}
.form-control:focus{
    background-color:#F0F8FB;
    border:0;
    box-shadow: none;
}
.form-control::placeholder{
    color:#004074;
    opacity: 0.75;
    font-size:15px;
    line-height: 55px;
}
.form-check-input {
    border: 1px solid #C4E19E;
}
.form-check-input:checked {
    background-color: #1A99D6;
    border-color: #1A99D6;
}
.form-check-input:focus {
    border-color: #C4E19E;
    outline: 0;
    box-shadow: none;
}

.page-login-wrapper{
    height:100%;
    background: #82BF38;
    background: -webkit-linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    background: -moz-linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    background: linear-gradient(149deg, rgba(130, 191, 56, 1) 0%, rgba(196, 225, 158, 1) 50%, rgba(26, 153, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82BF38", endColorstr="#1A99D6", GradientType=0);
    font-family: 'Inter', sans-serif;
}
.page-login{
    height:100%;
    background-image:url('../img/bg-gradient-watermark.svg');
    background-position: center;
    background-size:contain;
    background-repeat:no-repeat;
}
.page-login .left-login-title{
    font-size:11px;
    color:#1A99D6;
    display: flex;
    align-items: center;
    span{
        background-color:#1A99D6;
        height:1px;
        width: 35px;
        display: inline-block;
        margin-left: 15px;
    }
}
.page-login p{
    margin-bottom:3vh;
}
.page-login blockquote{
    margin:3vh 0;
    font-size:45px;
    line-height:45px;
    font-family: "Inter", sans-serif;;
}
.page-login .row{
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.page-login .card{
    background-color:#fcfcfc;
    padding:70px;
}
.page-login .card-header, .page-login .card-body, .page-login .card-footer{
    background-color:#fcfcfc;
    border:0px;
}
.page-login .card-header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:25px 0;
}
.page-login .card-header p{
    color:#1A99D6;
    font-size:13px;
    line-height: 16px;
    margin-top:10px;
}
.page-login .card-header img{
    width: 100%;
    max-width: 280px;
}
.page-login .card-body .btn-primary{
    width:100%;
}
.page-login .card-footer span{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-login .more-info{
    font-weight: bold;
    letter-spacing: 1.3px;
}
.alert{
    margin-top: 2vh;
    margin-bottom:0;
}
.alert-success {
    color: #0f5132;
    background-color: rgba(196, 225, 158, 0.25);
    border-color: #badbcc;
}
.error-messages-frontend{
    color:#cb1818 !important;
}
.success-messages-frontend{
    color:#82BF38 !important;
}
.dropdown-menu .dropdown-toggle {
    display: none;
}
.alert-warning{
    color: #111111;
    background-color: #b7cad5;
    border-color: #5e7086;
}
.alert-warning .success-messages-frontend{
    color:#111111 !important;
}
.alert-warning .bi{
    display: none;
}
.update-password-page .btn{
    width: initial !important;
}
.color-mustard{
    color: #df9d00;
}
.password-requirements ul{
    list-style: circle;
    font-size:14px;
}
.password-requirements ul li{
    margin-left:15px;
}