body{
    /*font-family: 'Pyidaungsu';*/
    color: #fff;
}
/*MM Fonts*/
 
@font-face {
    font-family: 'Pyidaungsu';
    src: url('../fonts/Pyidaungsu.woff');
    /*src: url('../fonts/zawgyi-one.woff');*/
}

#main,body {
    font-family: 'Pyidaungsu', Zawgyi-One;
    /*background-image: url(../images/bg.png);*/
    /*background-repeat: round;*/
    font-size: 15px !important;
    width: 100%;
    height: 100vh;
    background-color: #0c5eca;
    /*background: rgb(57,57,175);
    background: linear-gradient(90deg, rgba(57,57,175,1) 0%, rgba(12,94,202,1) 48%, rgba(57,57,175,1) 100%);*/
    min-width: 100%;
}

*{
    box-sizing: border-box;
}
 
html {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

input,textarea {
    outline: none;
    border: none;
    padding: .28rem .2rem;
    border-radius: .14rem;
    font-family: "Masterpiece Uni Sans", Zawgyi-One !important;
    color: #fff;
    line-height: 2.5;
}

input.input-block,
select.input-block,
textarea.input-block {
    display: block;
    width: 100%
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
select:-ms-input-placeholder,
select::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #fff;
}
.form-control{
    font-size: 12px;
    float: left;
    width: 97%;
    border: none;
    height: 40px;
    border-radius: 0.25em;
}
a {
    color: #0e4ca1;
    font-size: 15px;
    cursor: pointer;
}
a:hover{
    color: #fff !important;
    text-decoration: none;
}
p{
    word-break: break-all;
    line-height: 1.9em;
}

.genius-container{
    margin-top: -30em;
    position: relative;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .24rem .2rem;
    border-radius: 17px;
    text-align: center;
    font-size: .28rem;
    background-color:#fec111;
    color:#000;
    width: 245px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
}
.btn_success {
    display: inline-block;
    vertical-align: middle;
    padding: .24rem .2rem;
    border-radius: 17px;
    text-align: center;
    font-size: .28rem;
    background-color: #4CAF50;
    color: #fff;
    width: 245px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
}

.btn.btn-block {
    display: block
}

.btn:active {
    opacity: .8
}
 

.btn.btn-sm {
    padding: .1rem .2rem
}

.btn.btn-lg {
    padding: .5rem .1rem;
    font-size: 15px;
    margin: 0 auto;
}

.btn.btn-gray {
    background-color: #575757
}

.btn.btn-blue {
    background-color: #0d4ca1
}

.btn.btn-yell {
    background-color: #f0851d
}

.flex-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.flex-group.flex-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-group.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-item-block {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.txtcenter {
    text-align: center
}

.icon {
    width: .6rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    font-size: .3rem;
    color: #000;
    display: inline-block;
    background: #fff;
    border-radius: 50%
}

.icon.icon-rever {
    transform: rotate(180deg)
}

.fz32 {
    font-size: .32rem
}

.fz28 {
    font-size: .28rem
}

.mt5 {
    margin-top: .05rem
}

.mt10 {
    margin-top: .1rem
}

.mt20 {
    margin-top: .2rem
}

.mt30 {
    margin-top: .3rem
}

.mt40 {
    margin-top: .4rem
}

.gray {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.mint-indicator {
    font-size: 16px
}

#app {
    position: relative;
    /* padding: 1px .4rem; */
    /*font-size: .26rem;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    
    background: no-repeat fixed;
    background-size: 7.2rem 100%;
    
}


/* Register CSS*/
.gender [type="radio"]:checked,
.gender [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gender [type="radio"]:checked + label,
.gender [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: left;
    margin-right: 9px;
}
.gender [type="radio"]:checked + label:before,
.gender [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 100%;
    /*background: #fff;*/
}
.gender [type="radio"]:checked + label:after,
.gender [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
        background: #ffc000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gender [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gender [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gender input[type="file"]{
    font-size: 12px;
    height: 38px;
}
.custom-file-upload {
    display: inline-block;
    padding: 10px 13px;
    cursor: pointer;
    background: #fff;
    color: #777;
    height: 40px;
    float: left;
    font-size: 12px;
    border-radius: 5px;
}


.main {
    /*min-height: 8rem*/
   /* background: #0C5ECA;*/
    
    z-index: 9999;
}

.logo {
    display: block;
    height: auto;
    margin: 0 auto;
}
.logo img{
    width: 115px;
}

.sharePop {
    width: 100%;
    color: #000;
    padding: 20px 10px
}

.sharePop .share-item {
    display: inline-block;
    border: 1px solid #eee;
    margin: 5px;
    padding: .5em
}

.blk2 {
    margin-top: .5rem
}

.blk2 p {
    margin-top: .16rem
}

.blk3 {
    margin-top: .6rem
}



/*# sourceMappingURL=app.868829a7d0cc0acdb14aec82e3206481.css.map */