﻿
.CustomDropDown {
    height: 42px;
    width: 290px;
    padding: 2px;
    border-radius: 3px;
}

.logoSize {
    width: 232.73px !important;
    height: 50px !important;
    top: 15px !important;
    left: 25px !important;
}

body {
    background-color: #f8f9fa;
    font-size: 14px !important;
    max-width: 100%;
    max-height: 100vh; 
    overflow: auto; 
    margin: 0;
    padding: 0;
}

#login-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center !important;
    border-radius: 3px;
    color: white !important;  
    padding: 20px;
}


.logo-top {
    max-width: 150px !important;
    margin-left: 120px;
    margin-bottom: 10px;
}

.logo img {
    max-width: 200px;
}

.headerLogo {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 25px !important;
}

input[type="text"] {
    width: 290px !important;
    height: 42px;
    margin-left: 65px;
}

input[type="password"] {
    width: 290px !important;
    height: 42px;
    margin-left: 65px;
    margin-bottom: 4px;
}

.loginBtn, .loginBtn:active {
    width: 290px;
    height:42px;
    margin-top:15px;
    margin-left: 75px;
    margin-bottom: 15px;
    background-color: #005A96;
    border-color: #005A96;
    font-size:16px;
}

lblAlign {
    text-align: center !important;
}

select, span {
    margin-left: 65px !important;
    margin-bottom:6px;
}

.loginlabel {
    margin-left: 75px !important;
    margin-top:6px;
    margin-bottom:6px;
    font-size:14px !important;
}

.otherLabel {
    font-size: 14px !important;
}

margin {
    margin-left: 60px !important;
}

.CheckBoxHomeOrOffice input[type="checkbox"] {
    margin-right: 5px;
}

.footer {
    width: 100%;
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.footer-text {
    margin: 3px 0;
}

.versioncss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.errorMsg {
    color: red !important;
    display: inline-block;
    text-align: center;
}

.RadMenu_Default .rmRootGroup {
    background-color: none !important;
}

.loginSlimBorder {
    border: 2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #003046;
    height: 10px
}

.controlMargin {
    margin-bottom: 12px
}
 .textFont 
 {
     font-size:14px !important;
 }

.headerBanner {
    background-color: #003046 !important;
    height: 80px
}

.centerBox {
    background-color: white;
    margin-top: 70px;
    padding-left: 0px !important;
    padding-right: 0px !important
}


