html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Nunito,Roboto,sans-serif;
    color: #182657;
    background: #f4f4f4;
}

.login {
    background-color: #172656;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login .leftPanel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 480px;
    /*background-image: url(/images/bg.svg);*/
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 5;
}

.login .leftPanel .mainText {
    position: relative;
    top: 20%;
    color: #fff;
    font-size: 2.3em;
    width: 50%;
    left: 25%;
}

.login .rightPanel {
    background-color: #fff;
    width: 300px;
    position: fixed;
    right: 10%;
    top: 20%;
    bottom: 20%;
    padding: 2% 50px 50px;
    min-height:400px;
    /*max-height: 38em;*/
    text-align: center;
    display: block;
    z-index: 10;
    border-radius: 15px;
    border-bottom: 15px solid #144ebe;
    border-top: 15px solid #fff;
    overflow-y: none;
}

.login .rightPanel .title {
    margin-bottom: 30px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
}

.login .rightPanel .loginform button {
    width: 100%;
    margin-bottom: 8px;
    height: 40px;
    outline: none;
}

button, a.button {
    outline: none;
    border: none;
    padding: 5px 20px 2px 20px;
    background-color: #a15a95;
    color: #fff;
    border-radius: 10000px;
    min-height: 40px;
    width: 100%;
    display: inline-block;
}

.login .rightPanel .loginform .form-row {
    margin-bottom: 8px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.login .rightPanel .loginform input {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 8px;
    border: none;
    border-radius: 10000px;
    text-indent: 5px;
    background: #ebe8f0;
    color: #300c5d;
    font-family: inherit;
}

.login .rightPanel .insightLogo {
    
    width: 205px;
    margin-top: 15px;
    padding: 10px;
}

.insightLogo {
    position: relative;
    bottom: 0px;
}
.notvalid
{
  color: red;
}

.sentmessage
{
    color: #a15a95;
}

.reset
{
    text-align: center;
    
}

.reset a 
{
    text-decoration: none;
    color: #a15a95;
}

.pw-reset-box
{
    padding:20px;
    text-align: center;
    position: absolute;     
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);      
    border-radius: 10px;
    box-shadow: 3px 3px 3px grey;
    background-color: #fff;
    border: 2px solid #a15a95;
    color: #a15a95;
    font-size: 1.0em;

    
}

.pw-reset-box input
{
    text-align: center;
    width: 300px;
    height:40px;
    border: 3px solid #a15a95;
    border-radius: 8px;
  
}

.pw-reset-box input[type=button]
{
  color: white;
  background-color: #a15a95;
  width: 310px;
  cursor: pointer;
}

.prlogo
{
    height: 100px;
    width: 200px;
}