#search input[type=text]
{
    width: 230px;
}



#contactBox #subscribe label
{
    display: none;
}
#contactBox #subscribe input[type=text]
{
    width: 260px;
}

@media (max-width: 999px)
{
    #contactBox .wrap
    {
        flex-direction: column;
    }
    #contactBox #subscribe
    {
        padding: 0 0 10px !important;
    }
    #contactBox span
    {
        text-align: center;
    }
}

@media (max-width: 399px)
{
    #contactBox #subscribe input[type=text]
    {
        width: 220px;
    }
}



#login .box div a.more,
#register .box div a.more,
#resetPassword .box div a.more
{
    width: 380px;
}
#login .box div a.more:last-of-type,
#resetPassword .box div a.more:last-of-type
{
    margin-top: 40px;
}