﻿input[type=submit], input[type=button] {
    padding: 10px 28px;
    background: #276d9d;
    border: 2px #173954 solid;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 100;
    font-family: "Josefin Sans";
}


input[class=find-button] {
    padding: 0;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    width: 44px;
    height: 52px;
    background-image: url(../img/find.png);
    background-repeat: no-repeat;
    background-position: top left;
}

input[type=text] {
    padding: 3px;
    color: #276d9d;
   
    font-size: 20px;
    font-weight: 500;
    border: 1px #276d9d solid;
    width: 85%;
    height: 38px;
}

input[type=password] {
    padding: 3px;
    color: #276d9d;
  
    font-size: 20px;
    font-weight: 500;
    border: 1px #276d9d solid;
    width: 85%;
    height: 38px;
}


label, textarea, input[type="checkbox"] + label {
    color: #276d9d;
  
    font-size: 20px;
    font-weight: 500;
}

select {
    width: 210px;
    color: #276d9d;
    padding: 3px;
    margin: 0;
    height: 44px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    color: #276d9d;
    border-color: #276d9d;
    outline: none;
    cursor: pointer;
   
    font-size: 20px;
    font-weight: 500;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

textarea {
    border-color: #276d9d;
}

label + input[type="checkbox"] {
    width: 0;
    height: 20px;
    display: inline;
}

input[type="checkbox"] {
    display: none;
}

    label + input[type="checkbox"], input[type="checkbox"] + label {
        cursor: pointer;
    }

        input[type="checkbox"] + label::before {
            content: "";
            display: inline-block;
            height: 25px;
            width: 25px;
            margin: 0px 5px 0 0;
            background-image: none;
            border: 1px #276d9d solid;
            background-repeat: no-repeat;
            vertical-align: top;
        }

        label + input[type="checkbox"]::after {
            content: "";
            display: inline-block;
            height: 25px;
            width: 25px;
            margin: 0px 5px 0 0;
            background-image: none;
            border: 1px #276d9d solid;
            background-repeat: no-repeat;
            vertical-align: top;
        }

    input[type="checkbox"]:checked + label::before {
        background-color: #f7931d;
    }

label + input[type="checkbox"]:checked::after {
    background-color: #f7931d;
}

.full {
    width: 100% !important;
}

.block {
    display: block !important;
}

.orange-button {
    background-color: #f7931d !important;
    border: none !important;
}

.dark-green-button {
    background-color: #1e4f76; !important;
    border: none !important;
}

.bold {
    font-weight: bold !important;
    font-family: "Josefin Sans";!important;

}
