body{
    background-color: #191919;
    margin: 0;
}

#app{
    display: none;
}
.row1{
    text-align:right;
    font-size:14px;
    color:#2b85e4;
    height:30px;
    padding-top:10px;
    padding-right:10px;
}

.row1 a:link{
    color:#2b85e4;
}
.row1 a:visited{
    color:#2b85e4;
}

.row2{
    font-size: 24px;
    height:50px;
    color:#333;
    text-align: center;
}

.row3{
    height:30px;
    color:#FB5A13;
    font-size: 16px;
    margin-top:20px;
    text-align: center;
}



.row4{
    text-align:left;
    height:50px;
}

.row4 div{
    border:1px solid #eee;
    border-radius: 2px;
    width:500px;
    margin:0 auto;
    font-size:16px;
    padding-top: 10px;
    padding-left:20px;
}

.row4 input{
    width:230px;
    height:30px;
    border:0px;
    outline-style: none ;
    margin-left: 10px;
}

.row5{
    text-align:center;
    /*height:70px;*/
}

.row5 >div{
    border:1px solid #eee;
    border-radius: 2px;
    width:500px;
    margin:0 auto;
    font-size:16px;
    padding-top: 10px;
    padding-left:20px;
}

.row5 li{
    height:30px;
    list-style-type: none;
    text-align: left;
}

.row5 li div{
    width:110px;
    display: inline-block;
    text-align: left;
}

.row5 li .row5-check{
    width:30px;
}

.row5 input{
    border:0px;
    outline-style: none ;
    margin-left: 10px;
}


.row6{
    display: flex;
    font-size:16px;
    justify-content: center;
    margin-top:10px;
}
.row6 .row6wrap{
    width:750px;
    border:1px solid #eee;
    border-radius: 2px;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
}
.row6 .row6wrap li{
    list-style-type: none;
    display: flex;

}

.row6 .row6wrap div{
    width:190px;
    margin:0 auto;
    font-size:16px;
    padding-top: 10px;
}

.row6 input{
    width:110px;
    border:0px;
    outline-style: none ;

}
input::-webkit-input-placeholder{

    color:#ddd;

}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

    color:#ddd;

}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

    color:#ddd;

}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

    color:#ddd;

}

.row6 .row6wrap .row6wrap-button{
    width: 100%;
}
.row6 .row6wrap .row6wrap-button button{
    color: #fff;
    background-color: #78b5ff;
    border-color: #78b5ff;
    border-radius: 5px;
    border:0px;
    cursor:pointer;
    outline-style: none ;
    font-size: 14px;
    padding: 5px;
}

.row7{
    padding:30px;
    text-align: center;
}
.row7 button{
    width:280px;
    height:45px;
    color: #fff;
    background-color: #ed4014;
    border-color: #ed4014;
    border-radius: 25px;
    border:0px;
    cursor:pointer;
    outline-style: none ;
}
.downloadimg{
    margin-top: 65px;
}
