﻿
body {
    font-family: 'DM Sans', serif;
    font-size: 48px;
    color: #1A2165;
    background-image: url(../images/Resilico-Background.png);
}
h1 {
    font-family: 'DM serif Display', serif;
    background: white;
    border: 20px solid white;
    font-size: 3rem;
    line-height: 1;
}

li { font-size: 16px;}

.resilico-logo {
    font-family: DM Serif Display,serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.login-grid {
    display: flex;
    /*padding: 20px;*/
    padding: 50px;
    justify-content: space-around;
    
}

@media (max-width: 1000px) {
    .login-grid {
        flex-direction: column;
    }
}

.login-box {
    color: #1A2165;
    position: relative;
    width: 400px;
    margin: 30px;
}


@media (max-width: 1000px) {
    .login-box {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        /*max-height: 350px;*/
    }
}


.svg-stream {
    position: absolute;
    /*width: 320px;*/
    width: 312px;
    margin-left: -15px;
}


.path-stream {
    fill: none;
    /*stroke: url(#linearGradient);*/
    stroke: url(#linearGradientStream);
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}


.login-form {
    margin: 40px;
    position: absolute;
}

.login-label {
    font-family: 'DM Sans', serif;
    color: #1A2165;
    display: block;
    font-size: 14px;
    height: 16px;
    margin-top: 20px;
}
