body{
    background-size: 100% 540px;
    margin: 0;
    text-align: center;
}

.head{
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-items: center;
    justify-content: center;
    height: auto;
}

#left{
    position: unset;
    font-size: 24px;
    font-weight: bolder;
    color: #ff5214;
    font-family: 'Ubuntu', sans-serif;
    padding: 11px 0px 10px 0;
}

#mid{
    font-weight: lighter;
    font-size: 12px;
}

#right{
    display: block;
    position: unset;    
}

.navbar{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.navbar li {
    padding: 0 10px;
}

#gsearch{
    border-color: #ff5214;
    outline: none;
    height: 30px;
    width: 170px;
    background-color: transparent;
    color: white;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.btn-search{
    border-color: #ff5214;
    background: #ff5214;
    position: relative;
    height: 30px;
    right: 5px;
    border: none;
    width: 81px;
    border-radius: 0 5px 5px 0;
}

.mid-left{
    display: block;
    position: unset;
}

.mid-left h1 {
    font-size: 33px;
    margin-bottom: 10px;
    line-height: 44px;
}

.mid-left h1 span {
    color: #ff5214;
    font-size: 50px;
}

.mid-text {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Varela Round', sans-serif;
}

.btn-joinus{
    background: #ea4f16;
    width: 144px;
    height: 44px;
    border-radius: 10px;
    font-size: 17px;
}

.mid-right {
    position: unset;
    background: black;
    text-align: center;
    width: auto;
    border-radius: 10px;
}

.loghere{
    width: 250px;
    height: 55px;
}

#email{
    width: 250px;
    height: 55px;
}

#password{
    width: 250px;
    height: 55px;
}

.btn-login{
    width: 250px;
    height: 55px;
}

@media (max-width: 790px){
    #right{
        display: none;
    }
    .navbar{
        padding: 0;
    }
}