.login_screen{
    position: relative;
}
.left{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.4rem;
    left: 1rem;
    background: url("/static/sc/img/left.png") repeat;
    background-size: 1.5rem 1.5rem;
}
.login_screen .login_bg{
    padding-top: 5rem;
    background: linear-gradient(180deg, rgba(11,191,172,1) 0%,rgba(11,191,135,0) 100%);
}
.login_screen .login_bg img{
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
}
.login_screen .text{
    text-align: center;
    display: grid;
    align-content: center;
    padding-top: 4rem;
}
.login_screen .text p:first-child{
    color: #101010;
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.login_screen .text p:last-child{
    color: #FF6200;
    font-size: 1.2rem;
    font-style: italic;
}
.login_screen button{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 3rem;
    background: #27B148;
    border-radius: 5rem;
    border: none;
    color: #fff;
    font-size: 1rem;
    position: fixed;
    bottom:5rem;
}