.or-gov-head {
    background-color: #0F506F !important;
    text-decoration:none !important;
    color: #FFFFFF !important;
    font-size:14px;
    height: 42px;
}

    .or-gov-head a {
        color: white;
        font-size:14px;
        text-decoration:none !important;
        color: #FFFFFF !important;
    }

    .or-gov-head a:visited {
        color: white;
        font-size:14px;
        text-decoration:none !important;
        color: #FFFFFF !important;
    }
.breadcrumb {
    background: rgba(255, 255, 255, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    margin-top: -45px;
    margin-bottom: 2px;
}


/* Begin login*/
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        /*border-radius: 5rem;*/
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
        background-color: #007A61;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        /*border-radius: 2rem;*/
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        /*border-radius: .25rem;*/
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }


/* End login*/



/* take off the Google Translate iframe banner */
 
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
} 




/*
strong {
    color: rgb(255, 140, 0)
}*/

.border-danger {
    border-color: #e8e3e3 !important;
}



.border-5 {
    border-style: solid;
    border-width: 5px;
}

.border-3 {
    border-style: solid;
    border-width: 3px;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #0F506F;
    color: #FFFFFF !important;
    text-align: center;
    font-weight:bold;
}
.footer a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight:bold;
 }

.footer a {
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-weight:bold;

}
