﻿.tfa-container {
    margin-top: 120px;
}

.tfa-step-container {
    border: 1px solid #c5c5c5;
}

.tfa-step-container p:last-of-type {
    margin-bottom: 0;
}

.tfa-step-container > div > b {
    margin-bottom: 8px;
    display: block;
}

.tfa-step-container hr {
    margin: 0;
}

.tfa-step-container > div {
    padding: 30px;
}

.tfa-content {
    display: flex;
}

.tfa-content > div:nth-child(1) {
    width: 300px;
}

.tfa-content > div:nth-child(2) {
    display: flex;
    text-align: center;
    width: calc(100% - 300px);
    justify-content: center;
    flex-direction: column;
}

.tfa-content.tfa-pin-step > div:nth-child(2) {
    flex-direction: row;
}

.tfa-qr-code {
    width: 170px;
}

.tfa-download-app-container {
    display: flex;
    justify-content: space-around;
} 

.tfa-download-app {
    display: flex;
    flex-direction: column;
}

.tfa-pin-container {
    display: flex;
}

.tfa-pin-container input[type="text"] {
    width: 100px;
    box-sizing: content-box;
}

.tfa-pin-container .btn {
    border: none;
}

.tfa-pin-container > *:not(:first-child) {
    margin-left: 8px;
}

.align-left {
    text-align: left;
}

.tfa-google-auth-header {
    display: flex;
    align-items: center;
}

.tfa-google-auth-header > h4 {
    margin-left: 16px;
}

.tfa-verify-pin {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}

.tfa-verify-pin input[type="text"] {
    margin-top: 9px;
}