@font-face {
    font-family: 'roboto';
    url('/fonts/Roboto-Regular.ttf'),
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/fonts/material-icons-regular.woff2') format('woff2'),
    url('/fonts/MaterialIcons-Regular.woff') format('woff'),
    url('/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    color: rgb(50, 50, 50)
}

md-toolbar {
    margin-bottom: 100px;
}

md-toolbar span {
    color: black;
    font-size: 14px;
}

#content {
    background-color: inherit;
    max-width: 500px;
    margin: auto;
    position: relative;
}

.step {
    background-color: white;
    width: 100%;
    margin-top: 40px;
    position: relative;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.step.curtain {
    opacity: 0;
}

.step-content {
    padding: 30px 20px;
}

.step-content-actions {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.step-content-actions > p {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: rgba(0,0,0,0.5);
}

.step-content-actions > p > a {
    color: rgba(0,0,0,0.5);
}

#content > div > p {
    background-color: #5bc0de;
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
}

#lang-switcher {
    position: relative;
    width: 70px;
    height: 50px;
}

#header {
    padding: 20px;
}

.input-text {
    margin-bottom: 23px;
}

input {
    font-weight: bold;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    border-radius: 15px;
    background-color: rgba(104, 2, 5, 0.5);
    color: white;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: black;
}

#video-holder {
    height: 120px;
    width: 120px;
    min-width: 120px;
    border-radius: 50%;
    overflow: hidden;
}

#upload-image-holder {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden
}

#upload-image-holder img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

#content md-progress-linear {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

#guide {
    width: 100%;
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
}

#guide.curtain {
    margin-top: 120px;
}

.bubble {
    background-color: white;
    border-radius: 5px;
    margin: 20px;
    position: relative;
    padding: 20px;
    font-weight: 200;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.bubble::after {
    background-color: white;
    box-shadow: -2px 2px 2px -1px rgba(178, 178, 178, .4);
    content: "\00a0";
    display: block;
    height: 20px;
    left: -9px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 20px;
}
.question {
    display: block; margin-left: 38px;
    font-weight: 200;
}
#already-user {
    font-size: 12px; width: 100%; padding: 40px 0 20px; color: grey;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
#already-user.curtain {
    opacity: 0;
}
#already-user a {
    color: inherit;
}

@media (max-width: 500px) {
    .bubble {
        font-size: 12px;
    }
    #content {
        margin: 10px;
    }
}

.page-header {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    padding: 0 22px;
    font-weight: 200;
    margin: 31px 0;
}