@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,600,700&display=swap);
@import url("https://use.fontawesome.com/releases/v6.5.0/css/all.css");

* {
    box-sizing: border-box;
}


body, a, h1, h2, h3, p, div, li {
    font-family: Rubik !important;
}

.button,
.k-button,
.tasklink {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0;
    height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #37383c;
    color: #fff;
}


ul li {
    list-style-position: inside;
}

.header {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

h1,
h2,
h3 {
    color: #37383c;
    line-height: 1.4;
    font-weight: 700;
    text-transform: none !important;
}

.mhp-logo,
.mhp-client {
max-width: 100px;
    width: 100%;
    max-height: 60px;
}

body {
height: 100%;
margin: 0;
padding: 0;
}

.login-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
font-size: 16px;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 90002;
overflow: hidden;
}

.login-page-wrap {
height: 100%;
position: fixed;
width: 100%;
display: flex;
gap: 45px;
background: #fff;
overflow: hidden;
z-index:1;
}

.sso-login .login-page-wrap {
gap: 45px;
height: -webkit-fill-available;
}

.login-disclaimer-box {
background: #aac1cd;
padding: 3em;
max-width: 650px;
width: 100%;
position: relative;
display: flex;
height: 100%;
flex-direction: column;
}

.form-help-box {
position: absolute;
bottom: 20px;
left: -20px;
font-size: 14px;
font-weight: 500;
display: flex;
align-items: center;
}

.form-help-box:hover {
    transform: scale(1.01);
}

.logo-collaboration {
font-weight: 500;
}

.form-help-icon a:before {
content: "\3f";
border: 2px solid black;
padding: 0px 4px;
border-radius: 30px;
font-size: 11.5px;
margin-right: 4px;
font-weight: 600;
}

.sso-login .back-login {
background: black;
width: 100%;
display: flex;
color: white;
padding: 10px;
border-radius: 10px;
align-items: center;
text-align: center;
justify-content: center;
font-weight: 500;
}

.login .remember-me {
margin-top: 8px;
font-size: 13.5px;
display: none !important;
}

.remember-me label {
display: flex;
align-items: center;
}

.login .remember-me input {
margin: 0px 6px;
}

.login-form-box {
width: 100%;
max-width: 520px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
gap: 45px;
padding: 100px 0 1em 4em;
position: relative;
}

.form-widget {
width: 100%;
}

.disclaimer-title {
font-size: 43px;
font-weight: 500;
max-width: 460px;
}

.disclaimer-header {
color: white;
display: flex;
flex-direction: column;
gap: 10px;
margin-right: 4em;
margin-top: 20px;
}

.disclaimer-subtitle {
font-size: 20px;
font-weight: 100;
max-width: 380px;
}

.login-shape {
position: absolute;
bottom: -4px;
display: flex;
margin: auto;
justify-self: center;
align-self: center;
width: 100%;
max-width: 440px;
}

.login-shape img {
width: 100%;
max-width: 440px;
height: auto;
display: block;
}

@media (max-width: 1024px) {
    .login-shape img {
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .login-shape img {
      max-width: 280px;
    }
}

@media (max-width: 480px) {
    .login-shape img {
      max-width: 200px;
    }
}

@media (max-height: 800px) {
    .login-shape img {
      max-width: 360px;
    }
}

.form-welcome {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#forgot {
    font-size: 13.5px;
    font-weight: 500;
}

.form-title {
    font-size: 45px;
    font-weight: 700;
}

#forgot:hover {
    text-decoration: underline;
}

@media (max-width: 1500px) {
.form-title {
      font-size: 40px;
    }
}

.form-subtitle {
    color: #6f6f6f;
}

.login .k-button {
    border-radius: 9px;
    width: 100%;
    background: black;
}

.form-conditions {
    font-size: 13px;
    color: #6f6f6f;
    margin-top: -48px;
}

.sso-login .form-conditions {
    margin-top: -25px;
}

.sso-login .form-widget {
    margin-top: -17px;
}

.widget-dock.grid-whole.height_auto.padded {
    padding: 0;
}

.above {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 6px;
}

h1,
button#cancel {
    display: none;
}

label[for="username"],
label[for="password"] {
    color: #6f6f6f;
    font-weight: 500;
    font-size: 15.5px;
}

#username {
margin-bottom: 20px;
}

.login #password,
.login #username {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    height: 50px;
    line-height: 24px;
}

.login .toggleable-input-wrap button.toggle_password {
    top: 16px !important;
}

.page-master {
    margin-top: 0;
}

.sublinks-form {
    font-weight: 600;
}

.sublinks-form:hover {
    text-decoration:underline; 
}

.login.grid-whole.padded {
    padding: 0;
}

.login-powered {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
}

.login-powered .powered-waldon {
    margin-top: 2px;
    height: 9px;
}

.login-powered .powered-mhp {
    max-width: 20px;
}

.login-powered .powered-short {
    font-size: 11px;
}

.login-powered .powered-waldon:hover {
    transform: scale(1.05);
}

.form-clients-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.k-textbox {
  border-color: #e5e5e5 !important;
  border-width: 0px;
  margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
    .login-form-box {
      padding: 100px 2em;
      gap: 35px;
    }
    
    .form-help-box {
      left: 35px;
    }
    
    label[for="username"],
    label[for="password"] {
      font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .login-page-wrap {
      gap: 0;
    }
    .sso-login .login-page-wrap {
      gap: 22px;
    }
    .sso-login .form-conditions {
      margin-top: -25px;
    }
}

@media (max-width: 800px) {
    .login-page-wrap {
      flex-direction: column;
    }
    .login-disclaimer-box {
      display: none;
    }
    .login-form-box {
      max-width: 100%;
      padding: 40px 2em;
      height: 100%;
      align-items: center;
    }
    .sso-login .form-help-box {
      left: 10px;
    }
}

@media (max-height: 800px) {
    .login-form-box {
      padding: 40px 2em;
    }
    .login-disclaimer-box {
      max-width: 550px;
    }
    .disclaimer-title {
      font-size: 38px;
    }
    .sso-login .login-page-wrap {
      gap: 50px;
    }
    .sso-login .form-conditions {
      margin-top: -25px;
    }
}


/* FULLPAGE POPUP START */

/* INTERNET EXPLORER */

.fullpage-popup {
    display: none;
}

.k-ie .loggedOut .fullpage-popup {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -100px;
}

@media (max-width: 900px) {
    .k-ie .loggedOut .fullpage-popup {
        margin: 0;
    }
}

.fullpage-popup img,
.fullpage-popup div {
    align-self: center;
}

.fullpage-popup div {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #37383c;
    color: #fff;
}

.fullpage-popup div:hover {
    background-color: #85accb;
    color: #fff;
}

.fullpage-popup img {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw);
}

#page-content .main-grid {
    height: unset !important;
    max-width: unset !important;
}


/*@import url(https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap);*/
/*@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");*/

/*body, a, h1, h2, h3, p, div, li {*/
/*	font-family: Rubik!important;*/
/*}*/

/*#page-profile-bar .w-language li.link:hover, #page-profile-bar .links a:hover {*/
/*	font-weight: normal;*/
/*	text-shadow: 0 0 1px black;*/
/*}*/

/*.loggedOut_section {*/
/*    margin-top: 2em;*/
/*}*/

/*.loggedOut_content {*/
/*    height: 830px;*/
/*    margin: 0 auto;*/
/*}*/
/*.loggedOut_title {*/
/*	font-size: 3em;*/
/*    font-weight: bold;*/
/*    margin-left: 0.5em;*/
/*    line-height: 1em;*/
/*    color:#333;*/
/*    font-family: Rubik;*/
/*}*/
/*.loggedOut_text {*/
/*    color:#333;*/
/*    margin: 0 2em;*/
/*    line-height: 1.5;*/
/*    font-size: 1.2em;*/
/*    font-family: Rubik;*/
/*}*/
/*.loggedOut_iframe {*/
/*    margin: 0 auto;*/
/*    height:60%;*/
/*    width: 100%;*/
/*    background: #6fc0e6;*/
/*}*/
/*.loggedOut_box {*/
/*    background: #c2d5e1;*/
/*    height:40%;*/
/*}*/

/*@media (min-width:768px) {*/
/*    .loggedOut_content {*/
/*        height: 500px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        max-width: 1024px;*/
/*        margin-top: 3em;*/
/*    }*/
/*    .loggedOut_title {*/
/*		font-size: 4em;*/
/*        margin-top: -2em;*/
/*        max-width: 80%;*/
/*    }    */
/*    .loggedOut_iframe {*/
/*        flex: 0 0 47%;*/
/*        height:100%; */
/*        max-width: 75%*/
/*    }*/
/*    .loggedOut_box {*/
/*        flex: 0 0 53%;*/
/*        height:66%;*/
/*        max-width: 75%*/
/*    }*/
/*}*/

/* remove add to homescreen */
/*.ath-phone {*/
/*    display: none;*/
/*}*/

/* INTERNET EXPLORER */
/*.fullpage-popup {*/
/*	display: none;*/
/*}*/

/*.k-ie .loggedOut .fullpage-popup {*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255, 255, 255, 1);*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*	margin-top: -100px;*/
/*}*/

/*@media (max-width: 900px) {*/
/*    .k-ie .loggedOut .fullpage-popup {*/
/*        margin:0;*/
/*    }*/
/*} */

/*.fullpage-popup img, .fullpage-popup div {*/
/*    align-self: center;*/
/*}*/

/*.fullpage-popup div {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background: 0 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    cursor: pointer;*/
/*    height: 40px;*/
/*    padding: 0 40px;*/
/*    border-radius: 20px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    background-color: #37383c;*/
/*    color: #fff;*/
/*	font-family: Rubik;*/
/*}*/

/*.fullpage-popup div:hover {    */
/*    background-color: #85accb;*/
/*    color: #fff;*/
/*}*/

/*.fullpage-popup img {*/
/*    max-height: calc(100vh - 100px);*/
/*    max-width: calc(100vw);*/
/*}*/

/*.loggedOut #page-header {*/
/*    display: none;*/
/*}*/
