body{
margin:0;
background-image:url(../../images/21.jpg);
background-size:cover;
background-position:center;
backgound-repeat:repeat;
}
.bgplasma{
background-color:rgba(255,255,255,0.8);
height:100vh;
}
.icon_tile{
width:120px;
height:110px;
border:1px solid #CCCCCC;
box-shadow:1px 1px 1px 1px #EEE;
background-color:rgba(255,255,255,0.7);
display:inline-block;
margin:4px;
vertical-align:top;
margin-bottom:10px;
}
.icon_tileencasing{
width:60%;
}
.dash_title{
width:50%;
font-family:arial;
border-bottom:1px solid blue;
}
.dash_tileicon{
width:30px;
height:30px;
margin:10px;
margin-top:35px;
border:0px solid blue;
}
.dashicon_text{
font-size:12px;
font-family:arial;
font-weight:bold;
color:blue;
}
a{
color:blue;
text-decoration:none;
}
.login_info{
margin-right:20px;
padding-top:20px;
text-align:right;
}
.userimg_icon{
border:1px solid #CCCCCC;
border-radius:50%;
width:30px;
height:30px;
display:inline-block;
margin-right:15px;
vertical-align:top;
}
.userlogin_text{
vertical-align:middle;
padding-top:20px;
}
.login_enclose{
border-bottom:1px solid #CCCCCC;
display:inline-block;
}
.button_widget{
width:300px;
background-color:#0080FF;
color:#FFFFFF;
border-radius:10px;
margin:10px;
border:none;
padding-bottom:5px;
padding-top:5px;
font-weight:bold;
}
@media screen and (max-width:700px){
.icon_tile{
width:98%;
}
.icon_tileencasing{
width:80%;
}
.login_info{
text-align:center;
}
.bgplasma{
background-color:rgba(255,255,255,0.8);
height:100%;
}
.button_widget{
width:90%;
}
}