.module.forgottenpassword {
    text-align: center;
    }
.module.forgottenpassword .vmiddle {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 430px;
    width: 100%;
    }
.module.forgottenpassword .formix_form {
    width: 100%;
    }
.module.forgottenpassword form {
    width: 100%;
    }
.module.forgottenpassword .logintitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: rgb(90,90,90);
    margin-top: 20px;
    margin-bottom: 20px;
    }
.module.forgottenpassword .logininfo {
    font-weight: normal;
    font-size: 1em;
    color: rgb(90,90,90);
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: jutify;
    }
.module.forgottenpassword .dommessage {
    margin-top: 30px;
    padding: 20px;
    border: solid 1px transparent;
    display: none;
    line-height: 1.4em;
    margin-bottom: 30px;
    border-color: rgb(45,179,0);
    width: 100%;
    }
