form[name=login_form] label { display: none; }
form[name=login_form] input[type=text],
form[name=login_form] input[type=password],
.cms3--helper input[type=text],
.cms3--helper input[type=password],
.cms3--helper input[type=email]
{
    height: 54px;
    margin-bottom: 25px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #867551;
    background-color: transparent;
    color: #867551;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

form[name=login_form] input[type=text]:focus, form[name=login_form] input[type=password]:focus {
    border-color: #000 #000 #867551;
}

.cms3--helper .btn {
    padding-right: 40px;
    padding-left: 25px;
    border-bottom: 1px solid #000;
    background-color: transparent;
    background-image: url('../../images/Right.svg');
    background-position: 79% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Fractul Alt', sans-serif;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 9px;
    float: right;
}

.cms3--helper a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: Fractul, sans-serif;
    color: #807f80;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-top: 11px;
}

.map-tabs {
    display: flex;
}