﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

label i {
    margin-left: 5px;
    color: green;
}

.section-form {
}

fieldset {
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px 5px #efefef;
}

    fieldset legend {
        padding: 0px 10px 10px 0px;
        border-bottom: 1px solid #efefef;
    }

input[type=tel] {
    max-width: 160px;
}

input[type=checkbox]:checked {
    background-color: green
}

.form-check label {
    cursor: pointer
}

.btn-primary {
    background-color: #008000;
    border-color: #025c02;
}

    .btn-primary:disabled {
        background-color: #008000;
        border-color: #025c02;
    }

    .btn-primary:hover {
        background-color: #025c02;
        border-color: #008000;
    }

.icon-primary {
    color: red;
}

.link-primary {
    color: #008000;
    text-decoration: none;
}

    .link-primary:hover {
        color: #025c02;
    }

.link-muted {
    color: #666;
    text-decoration: none;
}

.section-container {
    max-width: 350px;
    padding: 5px;
    border-radius: 5px;
}

.section-logo {
    text-align: center;
    margin-bottom: 10px;
}

.section-title {
    text-align: center;
    font-size: 2em;
}

.section-message {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-container {
        min-width: 600px;
        padding: 40px;
        /*box-shadow: 0 0 50px 15px #ddd;*/
        border-radius: 5px;
    }

    .section-logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title {
        text-align: center;
        font-size: 2em;
    }

    .section-message {
        text-align: center;
        margin-bottom: 40px;
    }
}

.red {
    color: red;
}

.text-help {
    font-size: .9em;
    margin: 0px 5px 0px 5px;
}

.card {
    margin-bottom: 20px;
}
