body.login .login-sidebar{
    border-radius: 5px;
    border-radius: 0;
    border-top: 5px solid #22a7f0;
    justify-content: center;
    min-height: 500px;
    margin-top: 20vh;
    margin-left: 10%;
    padding: 0;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.6);
    border: 2px solid #F9FAFC;
    backdrop-filter: blur(20px);
    border-radius: 40px;
    filter: drop-shadow(0px 4px 70px rgba(0,0,0,0.2));
}
body.login .copy h1 {
    color: #12B555;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    margin: 20px 0 0 14px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    vertical-align: middle;
    z-index: 9999;
}
body.login .copy p {
    color: #757c85;
    font-size: 13px;
    font-weight: 300;
    left: 15px;
    margin-top: 0;
    max-width: 650px;
    opacity: .9;
    position: relative;
    top: -8px;
    z-index: 99;
}
body.login .login-container {
    margin-top: -150px;
    padding: 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
}
body.login .logo-title-container{
    bottom: unset;
    margin-top: 0;
    top: 0%;
    left: 30px;
    position: fixed;
    width: 100%;
}
