@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700&display=swap");

.header-main {
    background: transparent linear-gradient(266deg, #dc1866 0%, #ff9226 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

.header-container {
    padding-right: 30px !important;
}

.links-header {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.links-header li {
    display: inline;
}
.links-header  a {
    text-decoration: none;
    color: #fff;
    font-family: "Lato", sans-serif;
}

.links-header > a:hover {
    color: #fff;
    text-decoration: underline;
}

.links-header > a:focus {
    box-shadow: none;
}

.logins-header {
    padding-left: 20px;
}

.login-header {
    color: #fff;
    border-radius: 20px;
    border: solid 2px #fff;
    width: 87px;
    height: 40px;
    background: transparent;
    font-family: "Lato", sans-serif;
}

.login-header:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.login-header:focus,
.sign-up-header:focus {
    outline: none;
}

.sign-up-header {
    color: #fff;
    background-color: #7833ff;
    border-radius: 20px;
    border: solid 1px #7833ff;
    width: 132px;
    height: 40px;
    margin-left: 15px;
}

.sign-up-header:hover {
    background: #5d28a5;
    border: solid 1px #5d28a5;
}
