﻿

body {
    overflow: hidden;
    margin: 0;
    height: 100vh;
    background: url('https://jirangopub.s3.eu-north-1.amazonaws.com/Files/336/backdrop.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

input {
    font-size: 18px;
}

    input:focus {
        border: 0;
        outline: 0;
    }

.input-group {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background-color: #ECECEC;
}



    .input-group > .prepend {
        margin: 0 0.5rem;
    }

    .input-group > input {
        background-color: inherit;
        border: 0;
        padding: 0.5rem;
        width: 100%;
    }

    .input-group > button {
        cursor: pointer;
    }


header {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    align-items: start;
}

    header > img, .language-selector {
        margin: 24px;
        max-width: 200px;
    }

.language-selector {
    display: flex;
    align-items: center;
}

    .language-selector svg {
        width: 24px;
        height: 24px;
    }

    .language-selector a {
        opacity: 0.5;
        margin: 8px 12px;
    }

.language-selecto a > strong {
    opacity: 1
}


.card {
    max-width: 500px;
    text-align: center;
    padding: 24px;
}

    .card button.primary {
        width: 100%;
        padding: 1rem;
        margin: 1rem 0;
        border: 0;
        font-size: 16px;
        border-radius: 0.5rem;
        font-family: inherit;
        cursor: pointer;
        background-color: #2a9d8f;
        color: white;
    }
    .card button.secondary {
        width: 100%;
        padding: 1rem;
        margin: 1rem 0;
        border: 1px #2a9d8f solid;
        font-size: 16px;
        border-radius: 0.5rem;
        font-family: inherit;
        cursor: pointer;
        background-color: white;
        color: #7A7A7A;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ECECEC inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
}

.subtile {
    border: 0;
    background: transparent;
}

h1 {
    font-size: 42px;
}

a {
    color: #7A7A7A;
    text-decoration: none;
}

#Hide {
    display: none;
}

.caption {
    color: #7A7A7A;
    font-size: 14px;
}

.danger {
    color: #f44336;
}
