/*.github-banner {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}*/

/*.col-xs-6 {
    text-align: center;
}*/
*{
    touch-action: none;
    user-select: none;
}
html{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: fixed;
}
body{
    width: inherit;
    height: inherit;
    margin: inherit;
    padding: inherit;
    position: inherit;
}
*::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important
}
.phone-screen{

    width: inherit;
    height: inherit;
    margin: inherit;
    padding: inherit;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: inherit;
}

.authenticator {
    z-index: 2;
    font-size: 32px;
    line-height: 1.0556;
    font-weight: 100;
    letter-spacing: .023em;
    text-align: center;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.left {
    margin-top: 170px;
    padding: 0 0 0 15%;
}

.qrcode {
    z-index: 2;
}

.scan {
    z-index: 2;
    font-size: 13px;
    line-height: 1.0556;
    font-weight: 200;
    letter-spacing: .023em;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.verify {
    z-index: 2;
    font-size: 13px;
    line-height: 1.0556;
    font-weight: 200;
    letter-spacing: .023em;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-top: 20px;
}

.token-label {
	font-size: 14px;
  line-height: 1.0556;
  font-weight: 200;
  letter-spacing: .023em;
  text-align: center;
  font-style: normal;
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-left: -100px;
}

input {
	margin: 10px 10px 5px 0;
    width: 165px;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.0556;
    font-weight: 200;
    letter-spacing: .023em;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.btn {
	background: -webkit-linear-gradient(#6D99ED, #7464ED);
    color: white;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    padding: 5px 20px;
    vertical-align: inherit;
}

.btn:hover {
    color: #fff;
}

.right {
    margin-top:265px;
    position: relative;
}

.iPhone {
	max-width: 400px;
    position: absolute;
    top: -250px;
    left: 17%;
}

.iframe {
	width: 265px;
    height: 450px;
    border: none !important;
    z-index: 2;
}

.logo {
    background-image: url("logo.svg");
    background-repeat: no-repeat;
    background-size: 75px 75px;
    width: 75px;
    height: 75px;
    margin: 25px auto 0 auto;
    line-height: 1.0556;
    text-align: center;
    z-index: 2;
}
.js-issuer {
    font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}

.token-issuer {
    margin-top: 25px;
    z-index: 2;
    font-size: 12px;
    line-height: 1.0556;
    font-weight: 200;
    letter-spacing: .023em;
    text-align: center;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.account-name {
    margin-top: 80px;
    z-index: 2;
    font-size: 18px;
    line-height: 1.0556;
    font-weight: 200;
    letter-spacing: .023em;
    text-align: center;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-bottom: 10px;
}

.token-phone {
    margin-top: 20px;
    z-index: 2;
    font-size: 48px;
    line-height: 1.0556;
    font-weight: 100;
    letter-spacing: .043em;
    text-align: center;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.countdown {
    text-align: center;
    margin-top: 40px;
}

.bottom {
    margin-top: 220px;
}

.wide {
    width: 340px;
}

/*.console {
    z-index: 2;
    text-align: center;
    font-size: 32px;
    line-height: 1.0556;
    font-weight: 100;
    letter-spacing: .023em;
    font-style: normal;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}*/

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.iframe-container {
    max-width: 400px;
    position: absolute;
    top: -120px;
    left: 17%;
    width: 400px;
    height: 600px;
}

.fade {
  opacity: 0;
}

.in {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
