﻿body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main {
    display: flex;
    justify-content: space-evenly;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.sub-section {
    width: 30%;
    height: auto;
}

section {
    margin-top: 4rem;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    height: auto;
    width: 100%;
}

.margin-top {
    margin-top: 1rem;
}

.password-update {
    margin-top: 1rem;
}

section form {
    width: 100%;
}

.label-input-Group {
    margin-bottom: 0.75rem;
    width: 100%;
}

.signup-info-group {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.Input-Control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.material-icons {
    font-size: 24px;
}

    .material-icons:hover {
        cursor: help;
    }

.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

    .button-30:focus {
        box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    }

    .button-30:hover {
        box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .button-30:active {
        box-shadow: #D6D6E7 0 3px 7px inset;
        transform: translateY(2px);
    }

#password-info-pop,
#email-info-pop {
    display: none;
    z-index: 1;
    transition: opacity 150ms 150ms;
    position: absolute;
    background-color: #FFFFFF;
    padding: 0.75rem;
    -webkit-box-pack: end;
    justify-content: flex-end;
    right: calc(0px - 250px);
    top: 0;
    flex-direction: column;
    width: 225px;
    border: 2px solid #000000;
    border-radius: 15px;
}

    #password-info-pop ul,
    #email-info-pop ul {
        list-style-type: square;
    }

#password-info:hover + #password-info-pop,
#email-info:hover + #email-info-pop {
    display: flex;
}

.MessageSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.Sent {
    margin: 40px 10px;
    padding: 30px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    color: #000000;
    font-size: 2rem;
}

.membershipCheckout {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    width: 30%;
    margin-bottom: 50px;
}

#Checkout {
    display: flex;
    align-content: center;
    width: 30%;
}

#paypal-button-container {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.title {
    width: 100%;
    text-align: center;
    margin: 30px 0 70px 0;
}

.priceBreakdown {
    display: flex;
    justify-content: space-between;
}

.price {
    display: flex;
    margin: 5px;
}

.authenticator-logo {
    width: 60px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.authenticator-logo-big {
    width: 200px;
    height: 200px;
}

#QRCode {
    width: 100%;
    height: auto;
}

figure {
    width: 100%;
    text-align: center;
}

figcaption {
    font-size: 1.5rem;
    font-weight: normal;
}

.manual-key {
    font-size: 1rem;
    word-wrap: anywhere;
}

#MFAForm {
    text-align: center;
    width: 100%;
}

    #MFAForm ul {
        list-style-type: none;
    }

.text-success {
    color: #045104
}

#reset-password,
#forgot-password {
    width: 40%;
}

.mfa-align {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.MFAlabel-input-Group {
    margin-bottom: 0.75rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.MFA-Label {
    width: 100%;
}

.mfa-p {
    text-align: center;
    margin: 1rem;
}