﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

    a:focus, a:hover {
        text-decoration: none;
        outline: none;
    }

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.conserv-pageheadr-hs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 17px;
    padding-bottom: 12px;
    text-align: center;
}

    .conserv-pageheadr-hs h1 {
        color: #0083fd;
        font-size: 23px;
        font-weight: bold;
        margin-top: 12px;
    }

    .conserv-pageheadr-hs p {
        font-size: 16px;
        margin: 0;
    }

.signup_sec {
    display: block;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.signup-text {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .signup-text a {
        color: #007bff;
        text-decoration: none;
    }

        .signup-text a:hover {
            text-decoration: underline;
        }
