* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Hacked";
    src: url('../fonts/HACKED.ttf');
}

body {
    background: url("../images/matrix-2.gif") repeat center center fixed black;
    font-family: "Hacked";
}

html {
    height: 100%;
}

p {
    color: grey;
}

.heading {
    text-transform: uppercase;
    color: #43f021;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

#msform fieldset {
    background: #00000085;
    color: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

.form-card p {
    font-size: 18px;
    color: #ffffff;
}

.form-control {
    color: #2e2e2e;
    font-weight: 600;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}

input#username, h3#output {
    font-family: "Courier New", Courier, monospace;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0193ff;
    outline-width: 0;
}

#msform .action-button {
    width: 120px;
    background: #0193ff;
    font-weight: 600;
    color: #000000;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

.card-container {
    background-color: #cccccc;
    padding: 3px;
}

.card-container h1 {
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.cards p {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.cards {
    z-index: 0;
    border: none;
    position: relative;
    padding: 10px;
    background-color: #000000;
}

.typewriter-text {
    display: flex;
    text-align: left;
    overflow: hidden;
    color: orange;
    animation: typing 3s steps(18, end), blink 0.3s step-end infinite;
    white-space: nowrap;
    border-right: 4px solid #ffffff;
    line-height: 17px;
    float: left;
}

@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 90%;
    }
}

@keyframes blink {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #ffffff;
    }
}

.text {
    font-size: 20px;
    color: #0193ff;
    padding-top: 10px;
    line-height: 1;
}

.dud {
    color: #ffffff;
}

.fs-title {
    font-size: 18px;
    color: #0193ff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #43f021;
    font-weight: normal;
}

.steps {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #43f021;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #0193ff;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

p {
    color: #0193ff;
}

.anonims {
    width: 100px;
    height: 100px;
}

.btn-hacker {
    background: #43f021;
    color: black;
}

.boxs {
    text-align: center;
}

.boxs h1 {
    font-size: 24px;
    text-align: center;
}

.boxs h2 {
    font-size: 20px;
    color: #b30000;
}

.boxs h3 {
    font-size: 30px;
    color: #b30000;
    font-weight: 600;
}

.boxs p {
    margin-bottom: 5px;
}

.clock {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

#box .action-button {
    width: 100%;
    background: #0193ff;
    color: #000000;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    font-weight: 600;
}

footer p {
    margin-bottom: 0;
}