@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

h1, h2, h3, h4, h5, h6, span, p, .btn, button {
    font-family: 'Quicksand', 'Roboto', sans-serif;
}

html {
    height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Quicksand', 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #eeeeee;

}

button:focus {
    outline: none !important;
}

.btn:focus {
    outline: none !important;
}

.content {
    padding: 1rem 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 95%;
}

.header_home {
    margin-top: 1rem;
    margin-bottom: 4rem;
    position: relative;
    padding: 0 1rem;
}

.header_home .logo {
    width: 330px;
    position: relative;
    left: -15px;
}

.header_home nav {
    right: 0;
    top: 0;
    text-align: right;
    margin-left: 80px;
}

.header_home nav form {
    margin-bottom: .5rem;
}

.header_home nav form input {
    width: 250px;
}

.login_box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 2rem 2rem 2rem;
}

.login-btn {
    background-color: #fff;
    color: #222222;
    font-weight: 400;
    border: 2px solid #33b04a;
    border-radius: 5px;
}

.login-btn:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login_form input {
    border: 1px solid #eeeeee;
}

#login_form input:focus {
    background-color: #fff;
    border: 1px solid #dddddd;
    outline: none;
    box-shadow: none;
}

.centric {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}