
.login-bg-wrapper {
    background: url(../images/Stellium_login_bg.svg) center center no-repeat;
  background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
   
}

.login-header{
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px -5px 10px rgba(131, 123, 123, 0.5);
}
.login-header img{
    width: 225px;
}
.login-content-wrapper{
    max-width: 600px;
    width: 100%;
    padding: 0 20px;
}
.login-form-section{
    margin-top:50px;
}
.login-form-section input {
    background: #F2F4F8;
    padding:14px;
    font-size:18px;
    border: 0;
    width: 100%;
    color: #202840;
}

.login-form-section input::placeholder {
    color: #202840 !important;
}

.login-form-section input:focus-visible {
    outline: none;
    border: 0;
}

.login-form-section a {
    color: #303147;
    font-size:16px;
    text-decoration: none;
}
.login-form-section a:hover{
    text-decoration: underline;
}
.login-btn-new {
    background: #202840;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0;
    height:54px;
    width: 54px;
}
