﻿/*=== Utilities ===*/
.float-right {
    float: right;
    margin-bottom:50px;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}
/*=== End Utilities ===*/


.login-form-button {
    background: #00B5E2 0% 0% no-repeat padding-box !important;
    border-radius: 21px !important;
    opacity: 1;
    color: #fff;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background: #F8F8F8 0% 0% no-repeat padding-box !important;
}

.nova-logo {
    cursor: pointer !important;
    max-height: 45px;
}

.back-button {
    margin-top: -14px;
    margin-bottom: 27px;
}

.table-title {
    font: normal normal 600 18px/27px Hind;
    letter-spacing: 0.11px;
    color: #171725;
    padding-left: 16px;
}

.table-subtitle {
    font: normal normal normal 18px/16px Hind !important;
    color: #001329 !important;
    padding-left: 16px;
}

.table-subtitle-noml {
    font: normal normal normal 18px/16px Hind !important;
    color: #001329 !important;
}

.pointer-link {
    cursor: pointer;
}