@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.pbka-welcome {
    background: #5482ab;
    min-width: 600px;
    background-size: cover;
    height: 100vh;
    color: #fff;
}

.pbka-welcome-content {
    position: fixed;
    top: 0;
    bottom: 100px;
    width: 100%;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pbka-welcome-content-welcome-to {
    opacity: 0.50;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.pbka-welcome-content-partner-booking-kit {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}

.pbka-welcome-content-login {
    background: #ffa100;
    transition: background 0.1s ease;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 16px 70px;
    border-radius: 30px;
}

.pbka-welcome-content-login:hover {
    background: #e98300;
}

.pbka-welcome-footer {
    position: fixed;
    font-weight: 300;
    bottom: 0;
    height: 100px;
    width: 100%;
    min-width: 600px;
    line-height: 100px;
    text-align: center;
}

.pbka-welcome-footer-background {
    background: #21578a;
}