body {
    background: #ECEFF1;
    color: rgba(0,0,0,0.87);
    font-family: "Raleway","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    /*Roboto, Helvetica, Arial, sans-serif;*/
    margin: 0;
    padding: 0;
}

.hide {
    display: none !important;
}

#logo {
    width: 500px;
    margin: 0 auto 10px;
    padding-bottom: 3px;
}

#oir_logo {
    margin: 0 auto;
    width: 250px;
    height: auto;
}

.logoLink {
    text-decoration: none !important;
    display: inline-block;
}

#title {
    font-size: 1.2em;
    padding: 0px;
    line-height: 0.9;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    /* margin-left: 2.8em; */
    white-space: nowrap;
    padding-left: 2.7em;
    color: #000;
    font-weight: 500;
    text-decoration: none !important;
}


    #title:hover {
        text-decoration: underline !important;
    }

#registration {
    background: white;
    max-width: 688px;
    margin: 50px auto 16px;
    padding: 16px 24px 32px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    #registration h2, .howto h3{
        color: #6F054F;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 8px;
    }

    #registration h1 {
        font-size: 22px;
        font-weight: 300;
        color: rgba(0,0,0,0.6);
        margin: 0 0 16px;
    }

    #registration p {
        line-height: 140%;
        margin: 16px 0 24px;
        font-size: 14px;
    }

/*#registration a {
            display: block;
            text-align: center;
            background: #039be5;
            text-transform: uppercase;
            text-decoration: none;
            color: white;
            padding: 16px;
            border-radius: 4px;
        }*/


#load {
    color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 13px;
}


.form-group {
    margin-bottom: 10px;
}

.form-help {
    position: relative;
    top: -8px;
    left:5px;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

label {
    display: inline-block;
    /* margin-bottom: .5em; */
}

input[type=text], input[type=email], select {
    /* width: 100%; */
    padding-left: 15px;
    margin: 8px 0;
    box-sizing: border-box;
}

    input[type=text]:hover, input[type=email]:hover, select:hover {
        border-color: #6F054F;
    }

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    line-height: 1.5;
    padding: .375rem .75rem;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: "Raleway","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn:hover {
        border-color: #6F054F;
    }

#btnSample {
    padding: .188rem .38rem;
    border-radius: .125rem;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#checkTemrs {
    /* position: absolute; */
    margin-top: .3rem;
    padding: 11px 0 11px 105px;
    font-size: small;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* min-height: 32px; */
}

#checkLabel {
    cursor: pointer;
}

    #checkLabel:focus {
        color: #495057;
        background-color: #fff;
        border-color: #6F054F;
        outline: 0;
        box-shadow: 0 0 0 0.16em rgba(132,0,100,.25);
    }

#checkAgree {
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #6F054F;
        outline: 0;
        box-shadow: 0 0 0 0.16em rgba(132,0,100,.25);
    }

.autocomplete {
    width: 100%;
    position: relative;
    display: inline-block;
}

/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}*/
.af_list {
    width: 646px;
    margin-top: 0px;
    border: 1px solid #d4d4d4;
    /*border-bottom: none;*/
    border-top: none;
    z-index: 99;
    background-color: #fff;
}

.af_item {
    display: block;
    padding: 10px;
    margin-left: -40px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    .af_item.af_hover {
        background-color: #e9e9e9;
    }

.af_footer a {
    text-decoration: none !important;
}


.autocomplete-items {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -8px;
    height: 300px;
    overflow-y: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        border-top: none;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@media (max-width: 719px) {
    body, #registration {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }

    body {
        border-top: 16px solid #740C50;
    }

    #checkTemrs {
        padding: 4px 0 3px 105px;
        min-height: 32px;
    }
}

@media (max-width: 479px) {
    #logo {
        width: 200px;
    }

    #oir_logo {
        width: 167px;
    }

    #titleContainer {
        font-size: 0.8em;
    }
}
