﻿/*------------------
    Login section
--------------------*/
body {
    background-color: #0090CA;
}

.main-container {
    position: relative;
    top: 70px;
    width: 100%;
}

.forgotpassword-cont {
    position: relative;
}

.bannermiddle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    position: relative !important;
    left: 0;
    width: 100%;
}

.forgotpassword-box {
    /*max-width: 602px;*/
    /*background-color: rgba(241, 248, 255, 0.2);*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*position: relative;
  display: table;*/
}

    .forgotpassword-box .left,
    .forgotpassword-box .right {
        min-height: 440px;
    }

    .forgotpassword-box .left {
        padding: 5px 32px 15px;
        color: #ffffff;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }

        .forgotpassword-box .left .tagline {
            margin-bottom: 65px;
            margin-top: 5px;
        }

        .forgotpassword-box .left h1,
        .forgotpassword-box .left p {
            color: #ffffff;
        }

        .forgotpassword-box .left h1 {
            font-size: 24px;
            margin-bottom: 5px;
        }

        .forgotpassword-box .left p {
            font-size: 14px;
            font-weight: 300;
            color: #ffffff;
        }

        .forgotpassword-box .left ul {
            padding: 0 0 0 17px;
            font-size: 14px;
            line-height: initial;
            font-weight: 300;
            margin: 15px 0 36px;
        }

    .forgotpassword-box .right {
        background-color: #fff;
        padding: 0;
        border-radius: 3px 3px 3px 3px;
    }

        .forgotpassword-box .right.push-sm-center {
            float: none;
        }

.forgotpassword-section-container {
    position: relative;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.64);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.64);
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.64);
    margin-top: 20px;
}

.forgotpassword-comp-cont {
    display: inline-block;
    width: 100%;
    vertical-align: bottom !important;
    padding-left: 4px;
    padding-right: 4px;
}

.marketing-cont {
    display: inline-block;
    height: 440px;
    background-color: #fff;
    vertical-align: top;
}

    .marketing-cont img {
        vertical-align: inherit !important;
        padding: 5px;
    }

.forgotpassword-box .right .ultriva-logo {
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    border-top-right-radius: 2px;
}

.forgotpassword-box .right form {
    padding: 10px 20px 5px;
    position: relative;
}

.forgotpassword-box .right form .input-cont {
    margin-top: 10px;
}

.forgotpassword-box .right form .input-cont.captcha-container {
    margin-top: 25px;
}
.forgotpassword-box .entryform {
    width: 100%;
}
.forgotpassword-box .entryform .float-left {
    float: left;
}
.logo-container {
}

.upland-logo-container {
    display: inline-block;
}

.client-logo-container {
    display: inline-block;
}

div#footer-content {
    position: absolute;
    bottom: 0;
}

.forgotpassword-footer-content-disclaimer {
    text-align: justify;
    margin: 0 10px !important;
    font-size: .8em;
    line-height: 13px;
    padding: 5px;
    border-top: 1px solid #DDD;
    color: #686868;
}

.forgotpassword-box .right form .form-label {
    font-size: 11px;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.forgotpassword-box .right form .checkbox {
    margin: 10px 0 10px;
}

    .forgotpassword-box .right form .checkbox label {
        font-size: 11px;
        color: #151515;
    }

        .forgotpassword-box .right form .checkbox label input {
            vertical-align: middle;
        }

        .forgotpassword-box .right form .checkbox label span {
            border: 1px solid #9e9d9d;
            background-color: transparent;
        }

    .forgotpassword-box .right form .checkbox .check-label {
        padding-left: 1px !important;
        padding-top: 10px;
        font-size: 15px;
    }

        .forgotpassword-box .right form .checkbox .check-label span {
            height: 18px !important;
            width: 18px !important;
            color: #313131 !important;
        }

.forgotpassword-box .right form .form-input-2 {
    border: 2px solid #B4BDC2;
    border-radius: 0 6px 6px 0;
    font-size: 20px;
    height: 50px;
    line-height: normal;
    outline: medium none;
    overflow: hidden;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-top: 3px;
    position: relative;
    transition: all 0.4s ease-out 0s;
    width: 82%;
}

    .forgotpassword-box .right form .form-input-2::-webkit-input-placeholder,
    .forgotpassword-box .right form .form-input-2:-moz-placeholder,
    .forgotpassword-box .right form .form-input-2::-moz-placeholder,
    .forgotpassword-box .right form .form-input-2:-ms-input-placeholder,
    .forgotpassword-box .right form .form-input-2::-ms-input-placeholder,
    .forgotpassword-box .right form .form-input-2::placeholder {
        color: #d3c9c9;
    }

.forgotpassword-box .right form .input-img {
    border: 2px solid #B4BDC2;
    transition: all 0.4s ease-out 0s;
    background-color: #F0F0F0;
    border-bottom: 2px solid #B4BDC2;
    border-left: 2px solid #B4BDC2;
    border-radius: 6px 0 0 6px !important;
    border-right: medium none !important;
    border-top: 2px solid #B4BDC2;
    display: inline-block;
    float: left;
    height: 50px;
    position: relative;
    width: 60px;
    line-height: 60px;
}

.forgotpassword-box .right form span.forgotpassword-button {
    font-size: 16px;
    cursor: pointer;
    background: none repeat scroll 0 0 #0090CA;
    background-color: #0090CA !important;
    border: 1px solid transparent;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px auto 2px auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    height: 50px;
    width: 400px;
}

.forgotpassword-box span.goback-button {
    font-size: 16px;
    cursor: pointer;
    background: none repeat scroll 0 0 #0090CA;
    background-color: #0090CA !important;
    border: 1px solid transparent;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px auto 2px auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    height: 50px;
    width: 250px;
}

.forgotpassword-box .right form .form-input:focus {
    outline: none;
    box-shadow: none;
}

.forgotpassword-box .right form .form-input[type='password'] {
    letter-spacing: 0.2em;
}

.forgotpassword-box .link-btn {
    padding: 0 2px;
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    font-size: 11px;
}

.forgotpassword-box .right form .checkbox [type=checkbox]:checked ~ span:before {
    content: url("../../../Content/images/Components/Checkbox/tick.png");
    padding-top: 3px;
    padding-left: 2px;
}

.forgotpassword-access-denied {
    padding: 20px;
    text-align: center;
}

.forgotpassword-access-denied * {
    color: #fff;
}

.forgotpassword-access-denied h2 {
    font-size: 24px;
}

.forgotpassword-access-denied p {
    font-size: 14px;
    font-weight: 300;
}

.forgotpassword-access-denied .link-btn {
    font-size: 14px;
}

.forgotpassword-btn-container {
    margin-top: 40px;
}

.goback-btn-container {
    margin: 0px 0 45px 96px;
}

.forgotpassword-box .requiredfield {
    color: red;
}
.forgotpassword-box .entryform td{
    padding-right: 10px;
}
.forgotpassword-box.reset-box .entryform tr td{
    padding-right: 10px;
    padding-top: 10px;
}

.forgotpassword-box.reset-box .entryform tr.loginname-row td{
    padding-top: 18px;
}
.forgotpassword-box.reset-box .entryform tr.password-help-text td{
    padding-top: 6px;
}

.forgotpassword-box p.result-message {
    text-align: left;
    font-size: 1.2em;
    padding: 10px;
}

#alert-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}

#inner-alert-login {
    margin: 0 auto;
}

#form-validation-message {
    display: none;
}

.leansuite-copyright.forgotpassword-copyright {
    bottom: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset;
}

.client-logo-separator {
    border-left: 1px solid #000;
    height: 45px;
    display: inline-block;
    margin: 0 8px;
    vertical-align: bottom;
}

.client-logo-inner-container {
    height: 45px;
    width: 120px;
    display: inline-block;
}

.username-img {
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH3QYFAAcjN8xHdgAAATpJREFUSMfN1D1LXEEUANCzr7MIRhECghLsREtBMFHQFGIQERSsvU1qsfBX2Ak2YVIJCqKVhQT8AwoWFltI0KCVhdY2G5tFRFffw7cPctu5M2c+7p2aApFS+ow1zKEDd9jGekTc5s2vFQC+4ACdLYYv8C0iLt6NpJS6UMenN9JOMBoRjdcSspyD/MgBYASzbyXkIROKxWQZ5ENB5GMZ5LogclkG2S8ANLBXBtnFUU7OZkScvRtpluUifrcY/oefWCndjE96ZupZx+9ExKn/JWotdtyJVcygu+A6DfxpXutGRNy/iqSUhnGI3hIbr2MmIv6+QJo/7TF62nBDVxiJiJvH6kopZdhqEwB9+PW8hJcx1ub3/p5SWoJa8xTnGKigsOoYyjBdEQCDGM8wX3GbLGT4WjEykaG/YmTgAR5HSIM22hgEAAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    border: 2px solid rgb(180, 189, 194);
}

.password-img {
    background-position: center center;
    transition: all 0.4s ease-out 0s;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAZCAYAAAA8CX6UAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH3QYFAAkLnPrCAgAAAQtJREFUOMvt0c8qxFEUwPHPzLCw1fi3mFh5ATYsxcbWWukslEewUYpXmI26Ina2ZOUJLGVjJUpkLanB5o5+jWFGzULyrdvpnnvPt3vOLWlDSmkSa5jDWE7f4Qz1iLhqrSm1CCrYwDr6tecF29iKiNdmslyQlLCfRRXsYgaDec1iD33YzOefX5RSWkMdT1iKiNMv2l7EEQawGhE7H6KU0gCuMYTliDjwDSmllfyie0xExHOztYUsucChzuzhEiOYL85oOsfjiHjrZMl3TvJ2qigaKnxxt9zmOFoUVXJs/EDUKNaW9YieiUoppXOMo4obPHRZO4waHnHd15x6ppbXT6ii+vtm9C/6F/1N0Tv31j8dFKZjlwAAAABJRU5ErkJggg==);
    border: 2px solid rgb(180, 189, 194);
}
.forgot-password-panel-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.forgotpassword-box .alert{
    margin-top: 10px;
}

table.entryform tr td input[type=text], table.entryform tr td input[type=password] {outline-color: #6699cc;border: 1px solid #6699cc;}
table.entryform tr td input[type=text],table.entryform tr td input[type=password]{font-size:11pt;height:28px;width:200px;outline-color: #0090ca;padding-left: 5px;padding-bottom: 3px; padding-right: 3px;color: #2a1515;}
legend { margin-bottom: 5px; }
p.message-cont { font-size: 1.1em; }
.alert { padding: 8px; margin-bottom: 8px; }
