﻿html, body {
    background-color: White;
    font-family: Verdana;
    font-size: 9px;
    height: 100%;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #3480DC;
}

input {
    font-family: Verdana;
    font-size: 9px;
}

.errorTable {
    width: 440px;
    padding: 0px;
    background-color: #F3C9C9;
    font-size: 9px;
    margin-bottom: 25px;
}

.errorIcon {
    font-size: 25px;
    color: #EA7368;
    height: 25px;
    padding: 0px 6px 0px 8px;
}

.cellPadding {
    padding-left: 50px;
}

.container {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
}

    .container .innerSection {
        width: 50%;
    }

.logoSection {
    width: 50%;
    height: 100%;
    background-image: linear-gradient(#209fcf, #53c0a1);
    position: fixed;
}

    .logoSection .logoImage {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        top: 50%;
        text-align: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.fogotPasswordLogo {
    width: 100px;
    height: 100px;
}

.removeTableSpace {
    border-collapse: collapse;
    border-spacing: 0;
}

.contentSection .inputSection {
    width: 100%;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
    top: 50%;
    right: 33%;
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

.centerContainer {
    margin-top: 130px;
    position: relative;
    width: 100%;
}

.forgotChangePassword .textboxEL20 {
    width: 200px;
    height: 26px !important;
    border-radius: 2px;
    font-size: 10px;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(169, 169, 169);
}

.forgotChangePassword .labelEL20 {
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
}

.marginTop {
    margin-top: 35px !important;
}

.RadCaptcha > div > p > input {
    width: 200px;
    height: 26px;
    border-radius: 2px;
    font-size: 10px;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(169, 169, 169);
}

.loginLink {
    padding-left: 50px;
    padding-top: 40px;
}

.logoWidth {
    width: 225px;
}

.title {
    padding: 40px 0px;
    font-size: 16px
}

.forgotChangePassword .spaceMarginBottom {
    margin-bottom: 20px !important;
}

.spaceRow {
    height: 25px;
}

.linkPaddingTop {
    margin-top: 20px;
    display: block;
}

.linkPaddingLeft {
    padding-left: 125px;
}