body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.login-logo{
    height: 4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding: 0 2rem;
}

.login-logo-image {
    max-width: 160px;
    max-height: 60px;
}

.login-logo-text {
    margin-left: 0.5rem;
    font-weight: 300;
    font-size: 2rem;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
}

.login-text {
    font-size: 1.375rem;
    font-weight: 500;
    color: #505050;
    text-shadow: #fff 0 1px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
}

.login-btn {
    width:100%;
    border-top-color: rgba(110, 150, 215, 0.7);
    border-left-color: rgba(70, 121, 204, 0.7);
    border-right-color: rgba(70, 121, 204, 0.7);
    background-image: linear-gradient(250deg, rgba(16, 112, 102, 0.7), transparent);
    background-color: #3060af;
    color: white;
}

.login-btn:hover {
    color: #fff;
}