@import url('https://fonts.googleapis.com/css?family=Jost');

body {
    font-family: 'Jost', sans-serif;
}

.container {
    max-width: 800px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

.appstore-badges {
    padding-top: 10px;
}

.app-badge {
    max-width: 150px;
    height: auto;
}

.login-title {
    color: #1d3b43;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}

.login-area {
    text-align: center;
}

.register {
}

.login-area .form-control {
    padding: 5px;
    border: 2px solid #1d3b43;
    border-radius: 8px;
    margin-bottom: 10px;
}

.login-btn, .register-btn {
    background-color: #de892a;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.register-btn {
    background-color: #0a6f78;
}

.register-text {
    color: darkgrey;
}
