/*






*/


.login-wrap {
    background: linear-gradient(to bottom right, #72bf44 0%, #4a914b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 5%;
}

.login-box {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: white;
    max-width: 450px;
    margin: 0 auto;
    margin: 0px 5%;
}

.login-box .logo {
    text-align: center;
}



.login-box  h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: black;
    margin-bottom: 20px;
}




















