abbr, address, article, aside, audio, b, 
blockquote, body, body div, caption, cite, code, dd, del, 
details, dfn, dl, dt, em, fieldset, figure, footer, form, 
h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, 
ins, kbd, label, legend, li, mark, menu, nav, object, ol, option,
 p, pre, q, samp, section, select, small, span, strong, sub, summary, 
 sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0;
    max-width: 100%;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F6F7F8 !important;
    box-sizing: border-box;
}

form-custom {
    padding: 2em 1em 1em 1em !important;
}

.login-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.fa {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.versa-login-logo {
    background-image: url("../styles/img/Versa-Networks-Logo.svg");
    background-repeat: no-repeat;
    height: 65px;
    width: 226px;
    background-size: contain;
    margin: 0 auto;
}

h1{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;    
    text-align: center;
    margin-bottom: 12px;
    color: #009BDE;
}

h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #282828;
    margin-bottom: 26px;
}

.login-form-wrapper {
    margin: 32px 0;
    background: #fff;
    border: 1px solid #BDBDBD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
}

.container-fluid {
    height: 100% !important;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.row-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.well {
    background: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.smart-form {
        position: absolute;
        top: 50%;
        width: 500px;
        transform: translate(0,-50%);
        left: calc(50% - 250px);
        right: calc(50% - 250px);
        text-align: center;
}

#ssoLink {
    display: none;
}

.showSSO {
    text-align:left;
    margin-bottom:8px;
}

.ssoLink {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282828;
    text-decoration: none;
    margin-top: 26px;
}
.ssoLink:hover {
    text-decoration: underline;
}

.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    opacity: 0;
    transition: margin .3s, opacity .3s;
    -o-transition: margin .3s, opacity .3s;
    -ms-transition: margin .3s, opacity .3s;
    -moz-transition: margin .3s, opacity .3s;
    -webkit-transition: margin .3s, opacity .3s;
}

.showMainLogin input,
#tenantText {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    color: #7c8184;
    font-size: 14px;
    line-height: 17px;
    padding: 10.5px 16px;
    margin: 16px 0 0 0;
    box-sizing: border-box;
}

.showMainLogin input:disabled,
#tenantText:disabled {
    background: #d8d8d8;
    border: 1px solid #969696;
    cursor: not-allowed;
}

.error-message {
    font-weight: normal;
    font-size: 13px !important;
    line-height: 16px !important;
    padding:0 !important;
    color: #d90000;
    text-align:left;
    margin-top:4px;
}

.smart-form .btn {
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    background: #0095da;
    border-radius: 4px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    margin: 16px 0 0 0;
    box-shadow: none;
    border: none;
    min-height: 44px;
}

.smart-form .btn:hover {
    background-color: rgba(0,149,218,.75);
    cursor:pointer;
}
#login-form label.copyright {
    font-size: 12px;
    color: #696767;
}
