﻿@import url('https://fonts.googleapis.com/css?family=Lato&amp;subset=latin-ext');

.content {
    background-color: #3ec090;
}

	.label, .label-wide {
        font-family: 'Lato', sans-serif;
		color: #fff;                          /* kolor czcionki nagłówków */
	}

    .box {
        font-family: 'Lato', sans-serif;
        background-color: #95f2ce;
    }
        
        .box input {
            border: 1px solid #e4e4e4;
            height: 2rem;
            line-height: 2rem;
        }

        .box-label {
            color: #595965;
        }

        .box-p {
            color: #595965;
        }

        .box-link {
            text-align: right;
        }

        .box-extended-links {
            font-size: 1.5rem;
        }

            .box-extended-links::after {
                content: '';
                display: block;
                clear: both;
            }

            .box-extended-links a {
                display: inline;
                float: right;
                width: auto;
                margin-left: 1rem;
                text-decoration: none;
            }

        .submit-button {
            font-family: 'Lato', sans-serif;
            color: white;
            background: #425789;
            border: none;
            text-transform: uppercase;
        }
