﻿@font-face {
    font-family: "Inter-Regular";
    src: local("Inter-Regular"), url(../fonts/Inter-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Inter-Medium";
    src: local("Inter-Medium"), url(../fonts/Inter-Medium.ttf) format("truetype");
}

body {
    background-color: #F4F5F8;
    color: #424242;
    font-family: 'Inter-Regular', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 12px;
}

h5 {
    font-family: 'Inter-Medium', 'Inter-Regular', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    color: #000 !important;
}

.slob-route-container {
    padding: 20px;
}

.manage-box {
    max-width: 800px;
    margin: auto;
}

.sso-box {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.login-box {
    width: 400px;
    margin: auto;
}

.login-footer {
    max-width: 400px;
    margin: auto;
    color: #686868;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.footer-link {
    color: #686868 !important;
    text-decoration: none !important;
}

.plan-div {
    border-top: 1px solid #F5F5F5;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.plan-link {
    color: #21ABF6 !important;
    text-decoration: none !important;
    font-weight: 500;
}

.btn{
    border-radius:1.2em;
}

.btn-forgot {
    color: #21ABF6;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    font-weight: 500;
}

.btn-cancel {
    color: #000;
    background-color: #FFF;
    text-decoration: none;
    font-weight: 700;
    border-color: aliceblue;
}

.btn-submit {
    color: #FFF;
    font-weight: 500;
    background-color: #38B6FF;
    border-color: none;
}

.btn-submit:hover {
    color: #FFF;
    background-color: #494F56;
}

.icon-banner {
    height: 25px;
}

.card {
    border-radius: 1.2em;
    border: none;
}

.form-validation {
    width: 100%;
    /*margin-top: 0.25rem;*/
    font-size: 0.875em;
    color: #fff;
    background-color: #dc3545;
}

.form-success {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #000;
    background-color: greenyellow;
}

.form-label {
    margin-top: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.form-control {
    padding: .1rem .3rem;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 576px) {
    .form-label {
        padding: unset;
        flex: unset;
    }
}


