@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700');

html, body {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: space-between;
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    color: #6B6DA8;
}

.top {
    display: block;
    background-color: #ECF6FF;
    height: 33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
}

.instructions-wrap {
    display: block;
    text-transform: uppercase;
    font-size: 7vmin;
    font-weight: 700;
}

.instructions-wrap {
    display: block;
    text-align: center;
}

.wrapper {
    width: 100%;
    height: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
}

.safe-outer,
.safe-inner {
    width: 79vmin;
    height: 54vmin;
    background-color: #ECF6FF;
    border-color: #6B6DA8;
    border-width: 1vmin;
    border-style: solid;
    border-radius: 8vmin;
    display: flex;
    justify-content: center;
    align-items: center;
}

.safe-inner {
    width: 68vmin;
    height: 44vmin;
    display: flex;
    align-items: flex-start;
    border-radius: 4vmin;
}

#outside-wrapper {
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

#outside:before,
#outside:after {
    content: "";
    height: 100%;
    width: 30vmin;
    background-image: radial-gradient(circle at center, #6B6DA8 .6vmin, transparent .6vmin), radial-gradient(circle at center, #6B6DA8 .6vmin, transparent .6vmin);
    background-size: 6vmin 5vmin;
    background-position: top left, bottom left;
    background-repeat: no-repeat;
}

#outside:after {
    background-position: top right, bottom right;
    background-image: none;
}

#inside {
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    background: none;
    width: 8vmin;
}

.wheel {
    width: 15vmin;
}

.handle {
    width: 57vmin;
    text-align: right;
    margin-bottom: 4vmin;
}

.handle img {
    width: 14vmin;
}

.success .safe-inner:before,
.success .safe-inner:after {
    background-image: radial-gradient(circle at center,  #C4CCE4 10px, transparent 10px), radial-gradient(circle at center,  #C4CCE4 10px, transparent 10px);
}

.success .wheel {
    fill: #C4CCE4;
}

.hidden {
    display: none !important;
}

.lb-number,
.lb-caption {
    font-size: 3vmin !important;
    padding-top: 1vmin !important;
}
input {
    border-radius: 0;
}

.copyright {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.copyright a {
    color: #C4CCE4!important;
}
