@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    background-color: #101b59;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
#code, #showqr{
    text-align: center;
}
#showqr{
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
    position: absolute;
    left: calc(50% - 50px);
}
.full{
    position: fixed;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    margin:0 !important;
    width: 100% !important;
    z-index: 999;
}
#showqr img{
    width: 100%;
    height: auto;
}
input {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 5px 0;
    background-color: #fff;
    border: 1px;
    color: #000;
}
input[type="file"] {
    padding: 7px 10px;
}

#header{
    background-image: linear-gradient(to right, #3dd9d8 , #23f8b8);
    height: 40px;
    text-align: center;
}
#header img{
    height: 32px;
    width: auto;
}
#header a {
    display:inline-block;
    padding: 2px;
}

.center{
    /* text-align: center;
    position: absolute;
    top: calc(50% - 40px);
    vertical-align:middle;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 0; */
    position:absolute;
    top:50%;
    left:50%;
    padding:15px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn {
    background-color: #ff437a;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 5px auto;
    width: 86px;
}
#loads{
    font-size: 12px;
    margin-right: 0;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}
#loads i{
    margin-right: 10px;
}
#messages {
    width: calc(80% - 10px);
    padding: 10px;
    background-color: #fff;
    color: #4d4d4d;
    top: 20%;
    position: absolute;
    left: calc(10% - 5px);
    text-align: center;
    border-radius: 5px;
    opacity: 0;
}