*, *::after, *::before {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
	 user-select: none;
}


/* Generic */
html{
    overflow-x:hidden;
}

 body {
     position:relative;
	 width: 100%;
	 height: 100vh;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-family: 'Muli';
	 font-size: 12px;
	 background-color: #f5f5f5;
	 color: #161825;
     overflow-x:hidden;
}

a{
     background-color:transparent;
     color:#4939F3;
     font-weight:400;
     text-decoration:none 
}
a.form__span{
    color:#b8b8b8
}
 a:active{
     outline:0;
}
 a:hover{
     text-decoration: none;
     color: #4939F3;
     outline:0;
}



/* Login page*/
 .main {
	 position: relative;
	 width: 1000px;
	 min-width: 1000px;
	 min-height: 550px;
	 height: 550px;
	 padding: 25px;
	 background-color: #f5f5f5;
	 box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
	 border-radius: 12px;
	 overflow: hidden;
}

 .right-container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 top: 0;
	 width: 600px;
	 height: 100%;
	 padding: 25px;
	 background-color: #f5f5f5;
	 transition: 1.25s;
}
 .account-form {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 width: 100%;
	 height: 100%;
}
 .loginform__icon {
	 object-fit: contain;
	 width: 30px;
	 margin: 0 5px;
   margin-top: 10px;
	 transition: 0.15s;
}
 .loginform__icon:hover {
	 opacity: 1;
	 transition: 0.15s;
	 cursor: pointer;
}
 .loginform__input {
	 max-width: 350px;
     width:97%;
	 height: 40px;
	 margin: 4px 0;
	 padding-left: 25px;
	 font-size: 13px;
	 letter-spacing: 0.15px;
	 border: none;
	 outline: none;
	 font-family: 'Montserrat', sans-serif;
	 background-color: #f5f5f5;
	 transition: 0.25s ease;
	 border-radius: 8px;
	 box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
 .form__input:focus {
	 box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}
 .form__span {
	 margin-top: 30px;
	 margin-bottom: 12px;
}
 .form__link {
	 color: #181818;
	 font-size: 15px;
	 margin-top: 25px;
	 border-bottom: 1px solid #a0a5a8;
	 font-size: 12px;
}
 .login-title {
	 font-size: 30px;
	 font-weight: 1500;
	 color: #181818;
}
 .description {
	 font-size: 12px;
	 letter-spacing: 0.25px;
	 text-align: left;
	 line-height: 1.6;
}
 .button {
     position: relative;
	 width: 180px;
	 height: 50px;
	 margin-top: 50px;
	 font-weight: 700;
	 font-size: 14px;
	 letter-spacing: 1.15px;
	 background-color: #161825;
	 color: #f9f9f9;
	 box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
	 border: none;
	 outline: none;
     cursor: pointer;
}
/**/
 .a-container {
	 z-index: 100;
	 left: calc(100% - 600px);
}
 .b-container {
	 left: calc(100% - 600px);
	 z-index: 0;
}
 .left-container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 400px;
	 padding: 50px;
	 z-index: 200;
	 transition: 1.25s;
	 background-color: #f5f5f5;
	 overflow-x: hidden;
	 box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}
 .left__container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 position: absolute;
	 width: 100%;
	 padding: 30px 25px;
	 transition: 1.25s;
}
.button.sign-btn{
  background: #f9f9f9;
  color: #161825;
  box-shadow: 4px 4px 8px #d1d9e6, -4px -4px 8px #f9f9f9;
}
 .button:hover {
	 box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
	 transform: scale(0.985);
	 transition: 0.25s;
}
 .button:active, .button:focus {
	 box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
	 transform: scale(0.97);
	 transition: 0.25s;
}

.arrow-left {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.email-associate{
   font-size: 15px;
   letter-spacing: 1px;
   text-align: center;
   line-height: 3;
   padding-right: 5px;
   padding-left: 5px;
   margin-top: 10px;
   border: solid black;
}


/* logo */
.animated-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    /*background-color: black;*/
    background-image: url(https://storage.googleapis.com/nlq-app-static/icon/nlq_beeldmerk.svg);
    background-size: 56px;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    animation-name: rocketLaunch;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes rocketLaunch {
    0% {
        background-position: 50% 0px;
    }
    49% {
        background-position: 50% -220px;
        opacity: 0;
    }
    50% {
        background-position: 50% -150%;
        opacity: 0;
    }
    51% {
        background-position: 50% 50%;
        opacity: 0;
    }
    100% {
        background-position: 50% 0px;
    }
}




input:-webkit-autofill, input:-webkit-autofill-strong-password, input:-webkit-autofill-strong-password-viewable {
   transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width:1150px){
    .main{
        max-width:500px;
        min-width:300px;
        width:90%;
        overflow-x:hidden;
        padding-top:10px;
        padding-bottom:10px;
    }
    .left-container{
        width:100%;
        position:relative;
        box-shadow: none;
        overflow-x:hidden;
    }
    .right-container{
        position:relative;
        width:100%;
        left:0;
    }
    
    .button-switch{
        position:relative;
    }
    .hide{
        display:none;
    }


}

@media screen and (max-height:600px){
    body{
        height:100%;
    }
    .main{
        margin-top:40px;
        margin-bottom:40px;
    }
}
