body {
    margin: 0;
}
#result {
    width: 100%;
    height: 400px;
}
.container {
    color: #9c9c9c;
    font-size: 1rem;
    font-family:Roboto Mono !important;
        padding: 8px 0 8px 0px;
    display: flex;
    background-color: whitesmoke;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    background: transparent;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all 200ms ease-in;
    cursor: pointer;
}
.btn--primary {
    background: #031b4d;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 12px 36px;
}
.btn--primary:hover {
    background: #6c7ff2;
}
.btn--primary:active {
    background: #7f8ff4;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .2);
}
.btn--inside {
    margin: 8px -122px;
}
.form__field {
    width: 300px;
    float: left;
    background: #fff;
    background-image: url(https://ipdoctorwebsite.docxsite.net/uploads/iplocation.svg);
    background-size: 20px 54px;
    background-position: 10px 3px;
    background-repeat: no-repeat;
    color: #a3a3a3;
    font: inherit;
    border: 0;
    border-radius: 5px;
    outline: 0;
    padding: 20px 32px;
}