.connection-block{
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.connection-block form{
    width: 50%;
}

.connection-block input{
    background: transparent;
    border: 1px solid #ffd50063;
    border-radius: 0;
    height: 40px;
    width: 100%;
}
.connection-block button{
    background: #ffd500e6;
    width: 100%;
    height: 40px;
    border: 1px solid #ffd500e6;
}

.brand img{
    width: 40%;
}
.connection-block .row-block{
    width: 100%;
    padding-top: 3%;
    margin: 0;
}
.connection-block .row-block .logo{
    text-align: end;
    border-right: 1px solid #ffd50063;
    padding-right: 20px;
}

.connection-block-row-title{
    margin: 0!important;
}
.connection-block-title{
    width: 100%;
    text-align: center;
    padding: 32px 0;
    border-bottom: 1px solid #ffd50063;
}
.connection-block-title h1{


    font-weight: normal;
    color: #FFF;
    line-height: 1.2em;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.connection-errors{
    font-size: 12px;
    color: rgba(255, 109, 109, 0.39);
    margin-bottom: 10px;
}

.success-connection-wrapp {
    display: none;
    position: absolute;
    width: 100%;
    background: #181a1c;
    height: 100%;
    z-index: 1;
    /*max-width: 320px;*/
}
.success-connection-wrapp span {
    color: #ffd400;
    font-size: 20px;
}


@media (max-width: 991px) {
    .connection-block form {
        width: 100%;
    }
}