html {
    height: 100%;
    min-height: 100%;
    border-style: none;
    width: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    border-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#secBody {
    background: rgb(30, 40, 44);
    height: 100%;
    min-height: 100%;
    border-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

.info {
    display: none;
}

#urlfield {
    width: 74%;
    margin-left: 11%;
}

#btn {
    width: 10%;
    height: 7%;
    font-size: 13px;
    color: black;
    float: right;
    padding-top: 1%;
    top: -4px;
    border-left: solid 0.2px rgba(20, 20, 20, 0.4);
    /* color: rgb(0, 150, 136); */
}

.ghost-material-button {
    position: relative;
    width: 50%;
    height: 14%;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 150, 136, 0.8);
    /* padding: 15px 40px; */
    box-shadow: none;
    border: none;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: box-shadow 0.2s ease;
}

.ghost-material-button2 {
    position: relative;
    width: 50%;
    height: 14%;
    font-size: 20px;
    line-height: 1;
    color: blue;
    background: rgba(255, 79, 23, 0.79);
    /* padding: 15px 40px; */
    box-shadow: none;
    border: none;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: box-shadow 0.2s ease;
    transition:
}

#btn2 {
    width: 6%;
    height: 7%;
    font-size: 15px;
    color: orange;
    background: rgba(30, 40, 44, 0.9);
    float: right;
    border-left: solid 0.2px rgba(14, 5, 5, 0.1);
}

#breakF {
    position: fixed;
    z-index: 999999999999999999999999999;
    bottom: 1px;
    width: 100%;
    height: 3%;
    font-size: 15px;
    color: rgba(20, 20, 20, 0.8);
    opacity: 0.8;
    line-height: 2;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
}

#p2 {
    width: 135%;
    height: 0.5px;
    position: fixed;
    margin-top: -5px;
    transform: scale(0.6) z-index: 99999999999999999999;
}

h3 {
    font-family: 'Roboto', sans-serif;
    color: darkgray;
    font-size: 95%;
    text-align: center;
}

#frame {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    border-bottom: 0px rgba(20, 20, 20, 0.3) solid;
    position: fixed;
    z-index: 9999999999;
    margin-top: 3.5%;
    visibility: visible;
}

#ds {
    text-transform: uppercase;
}

#para {
    transition: opacity 1.80s 1s.85s ease-in-out;
    text-align: center;
    font-family: Roboto;
    bottom: 0;
    margin-bottom: 25%;
    color: rgb(35, 46, 51);
    font-style: italic;
    font-size: 25px;
    background: rgba(255, 79, 23, 0.79);
    padding: 4%;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    left: 1px;
    position: absolute;
    display: none;
}

#top-nav {
    border: 1px rgb(35, 46, 51) solid;
    padding: 2px;
    width: 100%;
    top: 0px;
    height: 3%;
    background: rgb(35, 46, 51);
    margin-top: -2px;
}

#back {
    position: absolute;
    width: 7%;
    float: left;
    color: rgb(0, 150, 136);
    height: 7%;
    border-left: solid 0.2px rgba(20, 20, 20, 0.4);
    font-size: 13px;
    color: black;
    padding-top: 1%;
    top: -4px;
}

.centered {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.group {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

label {
    position: absolute;
    top: 10.6666666667px;
    color: rgba(2, 255, 255, 0.5);
    font: 400 12.6666666667px Roboto;
    cursor: text;
    transition: .25s ease;
}

input {
    display: block;
    width: 100%;
    padding-top: 6.6666666667px;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    background: rgb(35, 46, 51);
    font-size: 16.6666666667px;
    transition: .3s ease;
}

input:valid~label {
    top: 0;
    font: 700 16px Roboto;
    color: rgba(255, 255, 255, 0.5);
}

input:focus {
    outline: none;
}

input:focus~label {
    top: 5px;
    font: 700 16px Roboto;
    color: #2196f3;
}

input:focus~.bar:before {
    transform: translateX(0);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px #333 inset;
    -webkit-text-fill-color: white !important;
}

.bar {
    background: rgba(20, 20, 20, 0.0);
    content: '';
    width: 100%;
    height: 3px;
    transition: .8s ease;
    position: relative;
    border-bottom: 1px solid rgb(0, 150, 136);
}

.bar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgb(0, 150, 136);
    transform: translateX(-100%);
}

 ::selection {
    background: rgba(0, 150, 136, 0.5);
}

.ghost-material-button:active {
    box-shadow: inset 1px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.gmb__round {
    display: block;
    position: absolute;
    background: rgba(20, 20, 20, 0.4);
    opacity: 1;
    border-radius: 50%;
    pointer-events: none;
    transform: scale(0);
}

.gmb__round.gmb__animate {
    animation: material .8s linear;
}

.ghost-material-button2:hover {
    box-shadow: inset 10px 25px 20px 15px rgba(0, 150, 136, 0.08);
}

.gmb__round2 {
    display: block;
    position: absolute;
    background: orange;
    opacity: 1;
    border-radius: 50%;
    pointer-events: none;
    transform: scale(1);
}

.gmb__round2.gmb__animate2 {
    animation: material .8s linear;
}

@keyframes material {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.loading-splash {
    .loading-splash {
        position: fixed;
        top: 32px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(30, 40, 44);
        z-index: 999;
        transition: opacity .2s .75s ease-in-out;
    }
}

.loading-splash.loaded {
    opacity: 0;
}

.container-umbel-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate3d(-50%, -50%, 0);
}

.umbel-logo {
    width: 60px;
    height: 90px;
    fill: #fff;
}

.umbel-logo .dot.animated {
    -webkit-animation: hop .3s ease-in alternate 2;
    transform-origin: center center;
}

.umbel-logo .dot-second.animated {
    -webkit-animation-delay: .15s;
}

.umbel-logo .dot-third.animated {
    -webkit-animation-delay: .3s;
}

.umbel-logo .u.animated {
    -webkit-animation: duck .5s ease-in-out 2 alternate;
    transform-origin: center center;
}

.loading-text {
    margin-top: 0;
    color: #fff;
    font-family: 'proxima-nova-2', Arial, sans-serif;
}

.loading-text .letter {
    display: inline-block;
    transition: transform .5s linear, opacity .5s linear;
    opacity: 0;
    transform: rotate3d(.1, 1, 0, 90deg) translate3d(0, 15%, 0);
}

.loading-text .letter.visible {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 90deg) translate3d(0, 0, 0);
}

@-webkit-keyframes hop {
    0% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
    100% {
        transform: scale3d(1.2, 1.2, 1) translate3d(0, -80%, 0);
    }
}

@-webkit-keyframes duck {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 10%, 0);
    }
}