﻿@font-face {
    font-family: Nunito Sans;
    src: url(../fonts/NunitoSans-Regular.ttf);
}

html, body {
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
}

.container {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 345px;
    overflow: visible;
    transform: translateY(-.5rem);
}

.container svg {
    position: absolute;
}

.header {
    user-select:none;
}

.header img {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
}

#input-wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 75%;
    margin-top: 60px;
}

#input-wrapper form {
    width: 100%;
}

.help-footer {
    position: absolute;
    bottom: 47px;
    display: flex;
    min-width: 250px;
    justify-content: space-between;
}

.help-footer a {
    text-decoration: none;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #2db0aa;
}

@media (max-height: 650px) {
    .help-footer {
        bottom: 10px;
    }
}


    button {
        position: relative;
        display: flex;
        white-space: nowrap;
        justify-content: center;
        padding: .8rem 1.875rem;
        width: fit-content;
        z-index: 100;
        border: none;
        background: #fff;
        font-size: 1rem;
        color: #000000;
        letter-spacing: .1rem;
        text-align: center;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: bold;
        border-radius: 1.5rem;
        transition: 0.5s;
        cursor: pointer;
        transform: translateY(-2px);
        box-shadow: 0 .6rem 1.875rem rgba(0, 0, 0, .3);
    }

        button:hover {
            color: #ffffff;
            background: #672771;
            transform: translateY(0);
            box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
        }

        button:focus {
            outline-width: 0;
            outline: none;
            border: none;
            opacity: .3;
        }

    .circle-btn {
        margin: .875rem 0 0 .875rem;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 0;
        z-index: 100;
        border: none;
        color: #000000;
        border-radius: 1.5rem;
        cursor: pointer;
        height: 50px;
        width: 50px;
        transition: 0.5s;
        cursor: pointer;
        transform: translateY(-2px);
        box-shadow: 0 .6rem 1.875rem rgba(0, 0, 0, .3);
    }

        .circle-btn:hover {
            transform: translateY(0px);
            box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
        }

        .circle-btn:focus {
            outline: none;
            opacity: .3;
        }

        .circle-btn img {
            position: relative;
            width: 100%;
            height: 100%;
        }


    .message-content {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .message-content h2 {
            margin-top: 0;
            align-self:center;
        }

        .message-content div {
            align-self: center;
        }

        .message-content button {
            align-self: center;
        }

    fieldset {
        border-width: 0;
    }

.text-center {
    text-align: center;
}

.text-danger {
    color: indianred !important;
    font-weight: 600;
}
.button {
    position: relative;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    padding: .8rem 1.875rem;
    width: fit-content;
    z-index: 100;
    border: none;
    background: #fff;
    font-size: 1rem;
    color: #672771;
    letter-spacing: .1rem;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    border-radius: 1.5rem;
    transition: 0.5s;
    cursor: pointer;
    transform: translateY(-2px);
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .3);
    text-decoration: none;
    align-self:center;
}

.button:hover {
    color: #ffffff;
    background: #672771;
    transform: translateY(0);
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, 0);
}

    .button:focus {
        outline-width: 0;
        outline: none;
        border: none;
        opacity: .3;
    }

.view-btns {
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 0rem .5rem rgba(0, 0, 0, .3);
}

.view-btns:hover a {
    color: #ffff;
}

    .view-btns a:hover,
    .view-btns a:visited,
    .view-btns a:link,
    .view-btns a:active {
        text-decoration: none;
    }
    .view-btns a:hover {
        color: #fff;
    }

.apps-btns-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
}

    .apps-btns-container a {
        margin-top: 0;
        margin-bottom: 10px;
        width:100px;
        align-self:center;
    }

.digital-duplicate-tm {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #3f2248;
    font-weight: 600;
}

.digital-duplicate-tm span sup{
    font-size:0.4rem;
}

.logged-out {
    text-align: center;
}

.logout-btn-footer {
    margin-top: 15px;
    text-align: center;
}