﻿:root {
    --primary: #267BD1;
    --text: #4F4E68;
}

html{
    font-size:62.5%;
}
body {
    font-size:1.6rem;
}
header {
    font-size:3rem;
}
section{
    font-size:2.5rem;
}

#toast {
    position: fixed;
    top: 20px;
    right: 20px;
    transition: display 300ms cubic-bezier(0.4, 0, 0.2, 1) 200ms;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px;
    width:350px;
}

.bi-toast {

    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.43;
    display: flex;
    width:100%;
    padding: 20px;
    color: rgb(255, 255, 255);
}

.toast-success {
    background-color: rgb(46, 125, 50);
}
.toast-error {
    background-color: rgb(211, 47, 47);
}

.form-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
}

.form-container input {
    background: #79A3D5;
    border:none;
    padding:15px 30px;
    border-radius: 60px;
    color:#ffff;
}

.form-container input::placeholder{
    color:#ffff;
}

.form-container button {
    color: var(--primary);
    background: #ffff;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.25);
    border:none;
    padding:15px 30px;
    border-radius:5px;
    font-weight:bold;
}

.form-container button:hover {
    color: #0e569f;
    background: #dee2e6;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.25);
}


@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }

}
@media(min-width:576px) {
    .form-container {
        max-width: 80%;
        margin-top: -120px;
    }
}
@media(min-width:768px) {
    .form-container {
        max-width: 100%;
        margin-top: -60px;
    }
}
@media(min-width:992px) {
    .form-container {
        max-width: 100%;
        margin-top: -80px;
    }
}
@media(min-width:1200px) {
    .form-container {
        max-width: 100%;
        margin-top: -140px;
    }
}
@media(min-width:1500px) {
    .form-container {
        max-width: 90%;
        margin-top: -180px;
    }
}
@media(min-width:1800px) {
    .form-container {
        max-width: 90%;
        margin-top: -220px;
    }
}
@media(min-width:2180px) {
    .form-container {
        max-width: 90%;
        margin-top: -300px;
    }
}



section {
    padding-top: 5rem; 
    padding-bottom: 5rem;
    display: flex;
    justify-content:center;
    flex-direction:column;
    min-height: 500px;
}

section img {
    max-width: 100%;
}

.data-section {
    background:#EFF2FD;
}

.bg-gradient {
   background: linear-gradient(211.28deg, #00F0FF -13.02%, #267BD1 30.91%, #0D549C 98.12%);
}

.benefits-section {
   color:#ffff;
   position:relative;
}

.abs-cube {
    position: absolute;
    top: 60px;
    right: 60px;
    height: 200px;
    mix-blend-mode: luminosity;
}

.benefits-img {
    max-width: 80%;
    max-height: 250px;
}

.benefits-section .section-title {
    color: #ffff;
    text-align:center;
    font-size:6rem;

}
.benefits-section .section-subtitle {
    color: #ffff;
    text-align:center;
    font-size:3.5rem;
}

.benefits-section .section-text {
    color: #ffff;
    text-align:center;
}
.main-section .section-title {
    color: #ffff;
}
.main-section .section-subtitle {
    color: #ffff;
    font-size:3rem;
}

.main-section .section-text {
    color: #ffff;
    text-align:justify;
}

.main-section form{
    display:flex;
    flex-direction:column;
}

.section-title {
    color: var(--primary);
    font-size:4rem;
}

.section-text {
    color: var(--text);
}

body {
    font-family: 'Segoe UI', 'sans-serif' !important;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
}

.cm-content {
    min-height: 100%;
    margin-bottom: 20px;
}

.cm-top-nav-bar {
    background-color: #004578 !important;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
}

.cm-menu-bar {
    background-color: #F9F9F9 !important;
    margin-top: -142px;
}

.cm-signin {
    color: #ffffff !important;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 20px;
}

.cm-username {
    border-right: solid 1px white;
    padding-right: 6px;
}

.cm-logout {
    vertical-align: middle;
    padding-left: 2px;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.cm-menu-item {
    color: black !important;
    padding: 0px !important;
}

.cm-menu-item-active {
    background-color: #D0CCCC;
}

.cm-logo {
    border-style: none;
    width: auto;
    padding: 8px;
    max-width: 100%;
    width: 30%;
}

.cm-panel-default {
    background: #F9F9F9 !important;
    border-radius: 0px;
    padding: 20px;
}

.cm-section-heading {
    font-family: 'Segoe UI', 'sans-serif' !important;
    font-size: 25px;
    background-color: #fff;
    border-bottom: 4px solid #2180a6;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    color: black;
}

.p10 {
    padding: 10px;
}

.w286 {
    width: 286px;
}

.w120 {
    width: 120px;
}

.w200 {
    width: 200px;
}

.mr250 {
    margin-right: 250px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.cm-button-default {
    color: #fff !important;
    background-color: #004578;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-default:hover {
        background-color: #EAE7E7 !important;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-error {
    color: #fff;
    background-color: #004578 !important;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-error:hover {
        background-color: #EAE7E7 !important;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-success {
    color: #fff;
    background-color: #256525;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-success:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-button-danger {
    color: #fff;
    background-color: #EA2333;
    border-color: #2e6da4;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .cm-button-danger:hover {
        background-color: #EAE7E7;
        border-radius: 5px;
        padding: 12px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #004578;
    }

.cm-table {
    background: #ffffff !important;
    font-size: 16px;
}

    .cm-table th {
        padding: 10px !important;
    }

    .cm-table td {
        padding: 10px !important;
    }

.cm-table-head th {
    text-align: center;
    background: #F9F9F9 !important;
    font-size: 14px;
}

.cm-ellipsis {
    text-align: center !important;
}

    .cm-ellipsis a {
        color: black !important;
    }

.cm-minus-circle {
    text-align: center;
}

    .cm-minus-circle a {
        color: black !important;
    }

.cm-link-button {
    cursor: pointer;
}

    .cm-link-button:hover {
        cursor: pointer;
        color: #004578 !important;
    }

/*.cm-footer {
    background-color: #F9F9F9;
    position: absolute !important
}*/

.cm-container {
    margin-left: 80px;
}

.cm-footer, .cm-push {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E6E6E6;
    font-size: 12px !important;
    color: black !important;
    height: 20px;
    line-height: 20px;
}

a.cm-dropdown-option {
    background: transparent !important;
    color: black;
    cursor: pointer;
}

    a.cm-dropdown-option:hover {
        background: transparent !important;
        color: #004578 !important;
        cursor: pointer;
    }

.mrtop {
    margin-top: 25px !important;
}

.maxwidth {
    width: 1300px !important;
}


.mr420 {
    margin-right: !important;
}
.red-star {
    color: red;
}