@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Source+Code+Pro');


/*
CSS based on Tipue Search
Copyright (c) 2018 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/



/* search box */

.search_input {
    float: left;
    width: 200px;
    height: 1.4rem;
    background-color: #ffffff;
    border-radius: 3px;
    border: .5px solid #213b9d;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .2rem .5rem .2rem .5rem;
    outline: 0;
    margin: 0;
}

.search_icon {
    transform: rotate(-45deg);
    float: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-shadow: none;
    color: #ffffff;
}

.search_button {
    position: inherit;
    height: 1.4rem;
    margin-left: -3px;
    padding: 1.5px 5px 3px 5px;
    background-color: #2440aa;
    border: .5px solid #213b9d;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
}


