﻿.PanelKeyLock {
    display: none;
}
.PanelLogin {
	display: table-cell;
	width: 100%;
}
.PanelLogo {
	display: table-row;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.RoundBox {
    padding: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #CCCCCC 3px 3px 3px;
    -moz-box-shadow: #CCCCCC 3px 3px 3px;
    box-shadow: #CCCCCC 3px 3px 3px;
}
.Live {
    border: 2px solid #060168;
}
.Debug {
    border: 2px solid #F56B23;
}
@media all and (min-width: 320px) {
    .PanelLogo {
		max-width: 280px;
    }
}
@media all and (min-width: 400px) {
    .PanelLogo {
    	max-width: 360px;
    }
}
@media all and (min-width: 480px) {
    .PanelKeyLock {
    	display: table-cell;
    	width: 35%;
    	height: auto;
    	background-repeat: no-repeat;
    	background-position: center center;
    	background-size: contain;
    	background-image: url(../Image/KeyLock.gif);
    }
    .PanelLogin {
    	display: table-cell;
		width: 65%;
	}
    .PanelLogo {
    	max-width: 400px;
    }
}
@media all and (min-width: 768px) {
   	.PanelLogo {
        width: 100%;
    }
}