
/*--- Contacts / Login --------------------------------------------------------------------------*/

.contacts
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts__hotline,
.feedback
{
    width: 50%;
    padding: 0 30px;
    margin-bottom: 60px;
}


.contacts__hotline__disclaimer
{
    margin-top: 40px;
}

.contacts__hotline__disclaimer__toggle-text
{
    padding-top: 40px;
}

.feedback .form-submit
{

}

.login .form-submit input.btn,
.feedback .form-submit input.btn
{
    padding-left: 3em;
    padding-right: 3em;
    background-color: unset;
}






.support
{
    padding-bottom: 90px;
}

.support__search-form
{
    padding-right: 2.6em;
    position: relative;
}

.support__search-form__submit
{
    width: 2em;
    height: 2em;
    display: inline-block;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    background: url('/images/icons/magnifier-2.svg') no-repeat;

    position: absolute;
    top: .2em;
    right: -.2em;
}

.support__serial-number
{
    margin-top: 60px;
}

.support__serial-number__label
{
    max-width: 500px;
}






.login
{
    padding: 105px 0;
}

.login__bubble
{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.login__bubble__form
{
    padding: 50px 50px 60px 50px;
    background-color: rgba(255, 255, 255, .03);
}

.login__bubble__description
{
    text-align: center;
    margin-top: 40px;
}