html, body {
    width: 100%;
    height: 100%;
    font-family: "Nunito Sans",sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1024px !important;
}
@media (min-width: 992px) {
    .header {
        height: 48px;
    }
}
.header {
    background: #006FC9;
}
.header-mobile {
    background: #006FC9;
    height: 48px;
}

.header-logo a, .header-mobile a {
    color: #fff;
    font-size: 14px;
}
a.logo {
    font-size: 20px;
}
.small, small {
    font-size: 100%;
    font-weight: 400;
}
.page-profile {
    background: #fff;
}
#page-title {
    font-size: 24px;
    text-align: center;
}
.form-login {
    padding: 44px;
    box-shadow: none;
    max-width: 440px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid rgba(3, 3, 3, .175);
}
    .form-login .form-label {
        margin-bottom: .5rem;
        font-size: 14px;
    }
.btn-primary {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 0px;
}
.client-title {
    color: #436cf2;
    font-style: normal;
    font-weight: 900;
    font-family: Proxima Nova,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.form-control {
    border: 0.0625rem solid #e3e6eb;
    border: 0.0625rem solid #ccc;
    border-radius: 0px;
}
.home {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}
.client-icon {
    width: 45px;
    height: 45px;
    background: rgb(207, 229, 246);
    border-radius: 50%;
    margin: 0 auto;
    color: #0948b3 !important;
}
    .client-icon i {
        color: #5a5959 !important;
        font-size: 16px;
    }
.card {
    border: 1px solid #ccc;
}