.clogin {
	border-radius: 6px;
	margin-top: 100px;
	margin-bottom: 100px;
    width: 450px;
    height: 350px;
    background: rgba(0, 0, 0, 0.7);
    /*background-color: #333;*/
    color: #0C0;
}
.clogintext {
    width: 100%;
    height: 60px;
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
}