@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSansCyrl_100.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSansCyrl_300.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSansCyrl_500.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSansCyrl_700.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSansCyrl_900.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: unset !important;
    }
}

body {
    font: 13px "Museo Sans", Arial, Helvetica, sans-serif;
    color: #65696F;
    margin: 0;
    background: #f2f3f8 none repeat scroll 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
}

.container-narrow {
    padding-bottom: 40px;
    padding-top: 0px;
    margin: 0 auto;
    width: 440px;
    border-radius: 5px;
    display: block;
}

.header-img {
    width: 350px !important;
}

.baseForm {
    height: 520px;
    color: #5B5E64;
    background: #fdfdfe none repeat scroll 0% 0%;
    padding: 16px 30px 20px;
}

.baseForm input[type="text"],
.baseForm input[type="password"] {

    margin-bottom: 15px;
    color: #313E4B;
    height: 50px;
    width: 378px;
    border: 2px solid #E6E9ED;
    font-size: 16px;
    line-height: 45px;
    border-radius: 5px;
    font: "Museo Sans", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    outline: medium none;
    box-sizing: border-box;
    padding: 0.375rem 0.75rem;
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus{
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn {
    border-radius: 30px;
    width: 130px;
    display: inline-block;
    border: medium none;
    background: #b2c1d1 none repeat scroll 0% 0%;
    height: 45px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    margin: 0px 2px;
    box-sizing: border-box;
    font: "Museo Sans", arial, sans-serif;
    vertical-align: middle;
    float: right;
}

.remember {
    float: left;
    font-size: 13px;
    color: #6F727B;
    margin: 12px 0px 0px 16px;
    text-decoration: underline;
    outline: medium none;
    box-sizing: border-box;
    font: 13px "Museo Sans", Arial, Helvetica, sans-serif;
}

.register-link {
    margin: 12px 0px 0px 16px;
    color: #6F727B;
    font-size: 13px;
    text-decoration: underline;
    outline: medium none;
    box-sizing: border-box;
    float: left;
}

.header {
    line-height: 26px;
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
    font: 22px "Museo Sans", Arial, Helvetica, sans-serif;
    width: 100%;
}

.footer {
    font-size: 14px;
    margin-top: 1px;
    color: #5B5E64;
    background: #E6E9ED none repeat scroll 0% 0%;
    padding: 20px 20px 20px;
}

.register {
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    outline: medium none;
    box-sizing: border-box;
    font: 14px "Museo Sans", Arial, Helvetica, sans-serif;
    color: #2196F3;
}

.alert {
    display: block;
    margin: 10px 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #8A0000;
    font-size: 16px;
    text-align: center;
}

#list-providers {
    background: none !important;
    border: none;

}

#list-providers .card-body .card-title {
    font-size: 22px;
    text-align: center;
}

#list-providers .card-text li {
    display: inline-block;
}

#list-providers .card-text .btn-google2 {
    width: 45px;
    padding: 0;
}

#list-providers .card-text .btn-google2 .fa-google, #list-providers .card-text .btn-google2 .fa-linkedin-in {
    text-align: center;
    line-height: 45px;
    font-size: 1.8em;
    width: 47px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#list-providers .card-text .btn-google2 .fa-google:hover, #list-providers .card-text .btn-google2 .fa-google:active, #list-providers .card-text .btn-google2 .fa-linkedin-in:hover, #list-providers .card-text .btn-google2 .fa-linkedin-in:active {
    background-color: #2462b7;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#list-providers .card-text ul {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 0;
}

#list-providers ul li a.btn, #list-providers ul li a.btn:visited{
    color: white;
}

.btn-social:hover {
    background-color: #2881fb;
}

.btn-google2:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn-social, .btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-header {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 24px;
}

.text {
    color: #2f2f30;
}

.bold-text {
    font-weight: 600;
}

.label-text {
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.link {
    font-size: 13px;
    color: #487cbf;
}

.login-form-header {
    font-size: 22px;
}

.placeholder {
    color: #6b727a;
}

.password-fld-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 325px;
    margin-top: 10px;
    cursor: pointer;
    opacity: 0.4;
}

.password-fld-icon:hover {
    opacity: 1.0;
}

.form-check {
    padding-left: 0;

}

.form-group {
    margin-bottom: 0;
}

.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#inputPreview {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.css-checkbox + label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 28px;
}

.css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 26px;
    height: 26px;
    background-color: white;
    border: 2px solid #E6E9ED;
}

.css-checkbox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMjI1ZWIyIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 28px;
    width: 28px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}

.register-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-inline {
    color: #FF0000;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
    margin-top: -10px;
    display: block;
    padding-bottom: 10px;
}

.error-img {
    margin-right: 5px;
}

.card-title {
    font: 13px "Museo Sans", Arial, Helvetica, sans-serif !important;
}

.card-body {
    padding: 1.25rem 0 0;
}

.card {
    margin-bottom: 0;
}

.btn-social:hover {
    background-color: #2881fb;
}

footer {
    background-color: inherit;
    height: 60px;
    line-height: inherit;
    color: #333333;
}

footer a:link, footer a:visited {
    color: inherit;
}

header {
    height: 50px;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ddd;
}

.contact-us {
    margin-top: 7px;
    height: 37px;
    margin-right: 4%;
    width: 131px;
    font: 14px "Museo Sans", "Open Sans", sans-serif
}

.btn:not(:disabled):not(.disabled):not(.btn-social) {
    background-color: #2782FF;
}

.btn:not(:disabled):not(.disabled):not(.btn-social):hover {
    background-color: #2462b7;
}

.header-logo {
    height: 40px;
    width: 40px;
}

.header-lbl {
    margin-left: 30px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

body > .container {
    padding: 20px 15px 0;
}

a {
    text-decoration: none;
}

.go-to-link {
    color: #333333 !important;
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
}

.main-text, .go-to-link:hover {
    color: #2462b7 !important;
}

a:hover {
    text-decoration: underline;
}

.mdc-drawer-app-content {
    padding-top: 20px;
}

div#content {
    box-shadow: none;
}

.link-text {
    color: #2782FF !important;
}

.link-text:hover {
    color: #2462b7 !important;
}

#main-content #content.mdc-card a.mdc-button{
    border-radius: 30px;
    background-color: #2782FF;
}