﻿
html, body, form, table.centeredPage {
    height: 100%;
}
    table.centeredPage * {
        text-rendering: geometricPrecision !important;
        font-family: "Inter",sans-serif !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 11px;
        font-weight: normal;
        color: #000;
    }

#leftSection {
    width: 35%;
    border-right: 1px solid #000;
    margin: auto;
    text-align: center;
    position: relative;
}

    #leftSection .top {
        min-height: 80px;
        padding-top: 40px;
    }

        #leftSection .top img {
            max-width: 150px;
        }

    #leftSection hr {
        width: 70%;
        border: 1px solid black;
    }

    #leftSection .middle {
        margin-bottom: 70px;
        min-height: 140px;
        padding: 5px;
    }

#Login #leftSection .middle {
    min-height: 280px;
}

#leftSection .middle span {
    word-break: break-word;
    font-weight: normal;
}

#leftSection .middle img {
    max-width: 140px;
}

#leftSection .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCE00;
    width: 100%;
    height: 70px;
}

    #leftSection .bottom img {
        max-height: 50px;
    }

#rightSection {
    width: 65%;
    position: relative;
    vertical-align: top;
}

    #rightSection .info {
        margin: 10px auto 5px auto;
    }

    #rightSection .controls {
        margin: 80px auto 30px auto;
        width: 300px;
        min-height: 200px;
    }

        #rightSection .controls .label, #rightSection .controls .button {
            margin: 5px 0;
        }

        #rightSection .controls .input {
            margin-bottom: 10px;
        }

        #rightSection .controls .newuser {
            margin: 15px 0;
            text-align: center;
        }

        #rightSection .controls .button {
            text-align: right;
        }
        #rightSection .controls .link {
            text-align: center;
            margin: 15px 0;
        }

    #rightSection .copyrights {
        width: 100%;
    }

        #rightSection .copyrights .copyrightsText {
            width: 300px;
            margin: 10px auto;
        }
            #rightSection .copyrights .copyrightsText a {
                font-weight: 700 !important;
                text-decoration: none !important;
            }

        #rightSection .copyrights .sectionHyperLink {
            margin: 10px auto;
            text-align: center;
        }

#Login #rightSection .controls {
    width: 240px;
}
#NewWebUserAccess #rightSection .controls {
    width: 230px;
}
    #NewWebUserAccess #rightSection .controls .label {
        margin: 10px auto;
    }

    #ThankYou #rightSection .controls .button {
        margin-top: 30px;
    }

#GeneralError #rightSection .controls {
    margin: 20px auto;
    width: 330px;
    min-height: 260px;
}
    #GeneralError #rightSection .controls .label {
        margin: 20px auto;
    }
    #GeneralError #rightSection .controls .header {
        margin: 20px auto;
        color: #000;
        margin-bottom: 30px;
        text-transform: uppercase;
        text-align: center;
    }

#rightSection .controls .header span {
    display: block;
    color: #000;
    margin-bottom: 40px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

#SecurityMessage #rightSection .controls .button {
    margin-top: 20px;
    text-align: center;
}

#SecurityMessage #rightSection #lblDescription {
    font-weight: normal;
}

#rightSection input[type=password], #rightSection input[type=text] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    border: 1px solid #000 !important;
    padding: 2px 5px !important;
    font-size: 11px !important;
    line-height: 20px !important;
    color: #000 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    width: calc(100% - 10px) !important;
}

a {
    color: #000 !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
}
.vertical-divider {
    padding-right: 10px;
    margin-right: 7px;
    border-right: 2px solid #000;
}

.btnClinisys {
    color: white !important;
    background-color: black;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sectionFooterCopyright {
    background-color: #fff;
    padding: 20px;
}
a#lnkChangePassword[disabled] {
    text-decoration: underline !important;
    cursor: default;
}
