p {
    margin: 0;
    padding: 0;
}
#mp_htmlFront, #mp_htmlFront #mp_body, #wrapper, input, p {
    /*height:100%;*/
    /*background:#e4e4e4;*/
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
body, html {
    margin: 0;
    padding: 0;
}
#wrapper {
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    background: url(modulpark_bg_02.jpg);
    background-size: cover;
}
#loginWrap {
    width: 500px;
    background: #353535;
    /*transform: translate(-65%, -15px);*/
    overflow: hidden;
    /*
box-sizing:border-box;
margin:20vh auto 0 auto;
background:#fff;
border-radius:4px;
box-shadow:0 2px 5px -1px rgba(0,0,0,.6);*/
}
a.ActionLink, a.ActionLink:hover {
    color: #737373;
    text-decoration: none;
}
@media (min-width: 992px) {
    #loginWrap {
        transform: translate(-35%, -50px);
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #353535 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
.loginForm, .pwForm {
    width: 400px;
}
.pwForm {
    padding-top: 116px;
}
#titleRow {
    padding: 25px 25px 25px 50px;
    display: flex;
    justify-content: flex-end;
}
#loginWrap h1 {
    color: #fff;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 36px;
    margin: 15px 0 20px 0;
}
#formContent {
    padding: 15px 50px 30px 50px;
    display: flex;
    width: 1000px;
    justify-content: space-between;
    transition: all 400ms;
}
#formContent.showPW {
    transform: translate(-500px);
}
#titleRow p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    transform: translateY(7px);
}
#mpLogo {
    width: 166px;
    position: relative;
}
#mpLogo img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 0;
    left: 45px;
}
.icon {
    width: 39px;
    height: 39px;
    position: relative;
}
.logoCube01, .logoCube02, .logoCube03, .logoCube04 {
    height: 18px;
    width: 18px;
    background: #B5B5B5;
    position: absolute;
}
.logoCube01 {
    left: 0;
    top: 0;
}
.logoCube02 {
    right: 0;
    top: 0;
    background: #e60004;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transition: all 280ms ease-in;
    -moz-transition: all 280ms ease-in;
    -ms-transition: all 280ms ease-in;
    -o-transition: all 280ms ease-in;
    transition: all 280ms ease-in;
}
#mpLogo:hover .logoCube02 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 280ms ease-in;
    -moz-transition: all 280ms ease-in;
    -ms-transition: all 280ms ease-in;
    -o-transition: all 280ms ease-in;
    transition: all 280ms ease-in;
}
.logoCube03 {
    left: 0;
    bottom: 0;
}
.logoCube04 {
    right: 0;
    bottom: 0;
}
input:-internal-autofill-selected {
    color: #fff;
}
#formContent input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    border-radius: 0;
    /*border:1px solid transparent;*/
    border: none;
    color: #fff;
    background: #353535;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
}
.inputRow {
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 12px;
}
#formContent input:focus {
    outline: none;
    /*border-color:#999;*/
}
#formContent .inputRow.required {
    border-color: #e60004;
}
#formContent .inputRow.required label {
    color: #e60004;
}
.loginFormRow label {
    line-height: 40px;
    color: #B5B5B5;
    font-size: 20px;
}
#formContent .formSubmit {
    padding-top: 25px;
}
#formContent .formSubmit input {
    background: #fff;
    border: 1px solid #fff;
    border: none;
    line-height: 1;
    padding: 6px 10px;
    padding: 8px 25px;
    color: #999;
    border-radius: 3px !important;
    /*border-radius:25px;*/
    display: inline-block;
    margin: 0;
    /*font-size: 13px !important;*/
    /*font-weight: 100 !important;*/
    text-transform: none !important;
    cursor: pointer;
    background: #1e89c3;
    color: #fff !important;
    transition: all 250ms;
}
#formContent .formSubmit input:hover {
    background: #1473a7;
}
.backLink, .resendPW {
    color: #fff;
    cursor: pointer;
}
/*.message{
font-size: 15px;
line-height: 17px;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.message.alert{
background-color: #3c1010;
border-color: #670002;
color: #a94442;
}
.message.warning{
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.message.info{
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.message.success{
background-color: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}*/
