body{
    background-color: #0a3629;
    font-size: 14px;
    font-family: sans-serif;
	background-image: url("images/use_this2.jpg");
    background-repeat: repeat;
    background-position: center;
    color: #dfdfdf,;
}
.loginManage{
    position: static;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 130px;
    text-align: center;
}
.loginImage{
    width: 10%;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-style: solid;
    border-color: rgb(255, 32, 255);
    border-width: 4px;
    padding: 5px;
}
.titleM h3{
    font-size: 38px;
    color: rgb(230, 230, 230);
    margin-top: 0px;
    margin-bottom: 10px;
}
.titleM p{
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: rgb(238, 207, 238);
    margin-top: 30px;
    margin-bottom: 0px;
}
.loginImage img{
    width: 100%;
    border-radius: 15px;
}
.loginMO{
    width: 60%;
    background-color: rgb(122, 78, 121);
    border-radius: 10px;
    padding: 35px;
    margin: 0 auto;
    margin-top: 10px;
}
.loginMO span{
    color: white;
    width: 90%;
    margin: 0 auto;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 30px;
    padding: 12px;
    border-radius: 12px;
}
.formTXT{
    width: 100%;
    position: static;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.confirmNorobo{
    width: 100%;
    position: static;
    text-align: left;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
}
.confirmNorobo input{
    padding: 13px;
    font-size: 15px;
    border-radius: 6px;
    width: 100%;
    border-style: none;
}
.confirmNorobo label{
    color: white;
}
.confirmNorobo p{
    font-size: 32px;
    color: white;
    margin-top: 0px;
    margin-bottom: 10px;
}
.formTXT input{
    padding: 13px;
    font-size: 15px;
    border-radius: 6px;
    width: 100%;
    border-style: none;
}
.submK{
    position: static;
    width: 100%;
    text-align: center;
    color: white;
}
.submK button{
    background-color: #dfdfdf;
    text-align: center;
    padding: 15px;
    color: rgb(1, 0, 0);
    border-radius: 10px;
    border-style: none;
    width: 100%;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 15px;
}
.formTXT p{
    color: white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.formTXT p a{
    color: white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.submK button:hover{
    box-shadow: 3px 13px 13px black;
}
.footerM{
    width: 100%;
    margin: 0 auto;
    color: rgb(246, 0, 246);
    border-top-color: rgb(246, 0, 246);
    border-top-width: 2px;
    border-top-style: solid;
    padding: 20px;
    text-align: center;
    margin-top: 60px;
    filter: opacity(80%);
}
.footerM p{
    font-size: 18px;
}
.footerM img{
    width: 50%;
    vertical-align: top;
}
.succeP{
    position: static;
    color: rgb(0, 131, 4);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    width:68%;
    border-radius: 8px;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.succeP p{
    padding: 12px;
    background-color: rgb(94, 3, 101);
    color: white;
    text-align: center;
    border-radius: 100px;
    width: 50%;
    display: inline-table;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    
}
.succeP a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.succeP i{
    font-size: 30px;
    color: green;
}

.failedP{
    position: static;
    color: white;
    background-color: rgb(192, 3, 91);
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    width:68%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.warn{
    position: static;
    margin: 0 auto;
    border-radius: 10px;
    border-style: solid;
    border-color: violet;
    border-width: 2px;
    color: rgb(229, 204, 229);
    padding: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.warn a{
    color: white;

}
.wallpaper2{
    width: 92%;
    height: 180px;
    position: static;
    border-radius: 8px;
    margin: 0 auto;
}

.scanQRTTD{
    margin: 0 auto;
    width: 45%;
    border-radius: 8px;
    overflow: hidden;
    position: static;
}
.scanQRTTD i{
    font-size: 37px;
    color: white;
    margin-top: 10px;
}


























@media(max-width: 1122px){
    .loginManage{
        width: 100%;
        margin-top: 60px;
    }
    .loginImage{
        width: 20%;
    }
    .loginMO{
        width: 90%;
        padding: 15px;
    }
    .formTXT input{
        width: 100%;
        border-style: none;
    }
}