.gradualBackground {
    background-image: -webkit-linear-gradient(to right, rgb(43, 70, 111), rgb(63, 85, 144), rgb(35, 57, 90)), url(../img/diamond_upholstery.png);
    background-image: -moz-linear-gradient(to right, rgb(43, 70, 111), rgb(63, 85, 144), rgb(35, 57, 90)), url(../img/diamond_upholstery.png);
    background-image: -o-linear-gradient(to right, rgb(43, 70, 111), rgb(63, 85, 144), rgb(35, 57, 90)), url(../img/diamond_upholstery.png);
    background-image: linear-gradient(to right, rgb(43, 70, 111), rgb(63, 85, 144), rgb(35, 57, 90)), url(../img/diamond_upholstery.png);
    background-image: -ms-linear-gradient(to right, rgb(43, 70, 111), rgb(63, 85, 144), rgb(35, 57, 90)), url(../img/diamond_upholstery.png);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#12826c, endColorstr=#14a88d, GradientType=1);
    background-blend-mode: multiply;
    height: auto;
    overflow: hidden;
}
.demoLoginCont {
    background: rgba(0, 0, 0, 0.08);
    padding: 10px 41% 10px 41%;
}
.demoLogo {
    width: 63%;
    margin-left: 20%;
    margin-right: 20%;
}
.demoLoginForm {
    width: 100%;
    margin-top: 0.5em;
}
.demoLoginDetails {
    width: 100%;
    color: #fff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.51);
    border-radius: 9px;
    font-size: 1.9em;
    font-family: 'museo-sans-condensed';
    outline: none;
    text-align: center;
    padding: 0.4em 1em 0.4em 1em;
    margin-bottom: 0.5em;
}
.demoLoginSubmit {
    width: 100%;
    color: #10705e;
    background: rgba(236, 249, 244, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 9px;
    font-size: 1.9em;
    font-family: 'museo-sans-condensed';
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: 300;
    padding: 0.45em 1em 0.45em 1em;
    outline: none;
}
.demoLoginSubmit:hover {
    background: #fff
}
.infoLogin {
    color: #f9d99d;
    font-size: 1.5em;
    font-weight: 300;
    /* text-decoration: none; */
    margin-top: 0.1em;
    margin-bottom: 1.5em;
}
.forgottenPass {
    text-align: center;
}
.demoOpenForgot {
    text-decoration: none!important;
}
.errorMessage {
    font-size: 1.5em;
    line-height: 0.8em;
    color: #ff8787;
    display: block;
    margin-bottom: 1em;
}
.demoInfoCont {
    margin: 0 16%;
}
.demoInfoPanel {
    width: 49.8%;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    height: 35em;
    padding: 2.7em 4em 0 4em;
    display: inline-table;
}
.demoInfoPanelIcon {
    position: absolute;
    margin-top: -3.8em;
    margin-left: -5.8em;
    width: 3.3em;
    opacity: 0.7;
}
.demoInfoHeader {
    display: block;
    color: #ffe9bf;
    font-size: 2.7em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.demoInfoParagraph {
    font-size: 1.7em;
    color: rgba(255, 255, 255, 0.91);
    line-height: 1.2em;
    font-weight: 300;
}
.demoInfoBulletPoints {
    line-height: 1.6em;
    display: block;
    margin-top: -0.2em;
    font-size: 1.7em;
    color: rgba(255, 255, 255, 0.91);
    font-weight: 300;
}
.demoInfoImage {
    width: 80%;
    margin-top: 0em;
    margin-left: 10%;
}
.loginMaintCont {
    background: rgb(202 91 91);
    border-radius: 5px;
    padding: 2em;
    position: absolute;
    left: 16%;
    top: 11em;
    width: 23%;
}
.loginMaintText {
    color: rgb(255 255 255);
    font-size: 1.6em;
}
.forgottenPassTextArea {
    background: rgb(245 245 245);
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 0.5em;
    width: 50%;
    text-align: center;
    color: rgb(0 0 0);
    border-radius: 3px;
    margin-bottom: 0.5em;
}
.forgottenPassSentText {
    display:block;
}