@font-face { font-family: Neue Haas Grotesk Display Pro;
			 src: url('../fonts/NeueHaasDisplayThin.ttf'); }
.loginpage {
    height: 100%;
    width: 100%;
}

.loginpage .bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
}

.loginpage .bg iframe {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/*.left_logo_login {*/
/*    position: absolute;*/
/*    width: 375px;*/
/*    height: 128px;*/
/*    left: 61px;*/
/*    top: 0px;*/
/*}*/

.loginpage .login {
    position: fixed;
    width: auto;
    height: auto;
    left: 5%;
    top: 15%;
}

.loginpage .login .login-heading {
    position: absolute;
    /*left: 5px;*/
    top: 5px;

    font-family: Neue Haas Grotesk Display Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 78px;
    line-height: 94px;
    /* identical to box height */

    /*text-transform: uppercase;*/

    color: #FFFFFF;
}

.loginpage .login .login-username {
    position: absolute;
    width: 280px;
    height: 30px;
    top: 180px;

    border: 2px solid;
    background: transparent;
    box-sizing: border-box;
    border-radius: 20px;

    font-family: Neue Haas Grotesk Display Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    padding-left: 15px;
    color: #DC002E !important;
    background-color: unset !important;

}
input:focus{
    outline: none;
}
input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }

.loginpage .login .login-username::placeholder {
    color: #DC002E !important;
}

.loginpage .login .login-password {
    position: absolute;
    width: 280px;
    height: 30px;
    top: 230px;

    border: 2px solid;
    background: transparent;
    box-sizing: border-box;
    border-radius: 20px;

    font-family: Neue Haas Grotesk Display Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    padding-left: 15px;
    color: #DC002E ;
}

.loginpage .login .login-password::placeholder {
    color: #DC002E;
}

.loginpage .login .login-button {
    position: absolute;
    width: 280px;
    height: 30px;
    top: 280px;

    border: 2px solid;
    background: transparent;
    box-sizing: border-box;
    border-radius: 20px;

    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    border: #130040;
    color: white;
    background: #DC002E;
}

.loginpage .description {
    position: fixed;
    width: auto;
    height: auto;
    right: 15%;
    bottom: 10%;
    color: #FFFFFF;
}

.loginpage .description h1 {
    font-family: Neue Haas Grotesk Display Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 30px;

    color: #FFFFFF;
}

.loginpage .description h1 i {
    font-family: Reckless Neue TRIAL;
}

body {
  overflow: hidden; /* Hide scrollbars */
}

@font-face {
    font-family: Reckless Neue TRIAL;
    src: url('../fonts/RecklessNeueTRIAL-LightItalic.otf');
}