
.logo{
  background-image:url("../assets/logo-40-md-wrk-spc.png") ;
  width: 345px;
    background-repeat: no-repeat;
    height: 96px;
    display: inline-block;
    background-size: contain;
    background-position: center;
}
.login-container{
     float: right;
    background: #fff;
    height: 96%;
    position: absolute;
    right: 20px;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    /* justify-items: center; */
    align-items: center;
    justify-content: start;
    z-index: 99;
}

.login-bg{
   width:100%;
   height: 100%;
    background:#EAEAEA url("../assets/login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: absolute;
}



.logo{
    width: 70%;
    
}
.btn-login{
	flex: 1 1 auto;
    /* margin: 10px; */
    padding: 15px;
    width: 100%;
    text-align: center;
    
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgb(0 0 0 / 20%); */
    box-shadow: 0 0 20px #eee;
    border-radius: 25px;
	background-image: linear-gradient(to right, #556784 0%, #262f3e 51%, #262f3e 100%);
}

.btn-login:hover {
  background-position: right center; /* change the direction of the change here */
}

.rem-pass-lbl{
	color: #676464;
	margin-top:10px;
    font-weight: 300;
}

#save-pass{
	    margin-top: 14px;
    position: absolute;
    margin-left: 10px;
}


.login-text{
    color:#000000;
    font-weight: bold;
    min-height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
    padding-top: 50px;
}

.login-text h1{
    font-weight: bold;
    width: 100%;
    line-height: 1;
    font-size: 3em;
    color: #000;
    font-family: "Poppins-ExtraBold", "Inter-Bold";
}
.login-text h4{
    color: #615f5f;
    margin-top: 15px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: "Poppins-ExtraLight", "Inter-Light";
}


/** login aigned left**/

.login-left .login-bg {
   width: 100%;
    height: 100%;
    background: #262f3e;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
}

.login-left .login-container{
  float: left;
  border-radius: 20px 0px 0px 20px;
  right: auto;
}

.login-left .login-text{
    color: #ffffff;
    font-weight: bold;
    min-height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: flex;
    /* justify-items: center; */
    align-items: center;
    justify-content: center;
    float: right;
    padding-left: 50px;

}

.login-left .login-text h1{
    font-weight: bold;
    width: 100%;
    line-height: 1.4;
    font-size: 3.5em;
    color: #fff;
    text-align: left;
    
}
.login-left  .login-text h4{
    color: #ffffff;
    margin-top: 30px;
    font-size: 2.3em;
    text-align: left;
}


/***START PORTRIT ORIENTATION**/
@media screen and (orientation:portrait){

.login-text{
  display: none!important;
}
.login-container{
	width: 100%;
    border-radius: 20px!important;
    position: static;
   
    right: auto;
}

}
/***ENDS PORTRIT ORIENTATION**/
