@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
#main{
	width:300px;
	height:300px;
	margin:auto;
	margin-top:200px;
}
#main h2{
	text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
	padding-bottom:30px;
	margin-left:22px;    
	font-size: 22px;
}
#txt{
	width: 90%;
    padding: 15px;
    color:#FFF;
    font-size: 0.85em;
    outline: none;
    font-weight: 300;
    border: none;
    background: #222224;
    margin: 0 0 1em 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

#btn{
	font-size: 14px;
    font-weight: 300 ;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border: none;
    background: rgb(6, 217, 149);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
}
#Alright{
    font-size: 0.80em;
    color: #555;
	letter-spacing:1px;
	text-align:center;
	margin-top:40px;
}
#Error{
	    color:#F00;
    padding-bottom: 10px;
    font-size: 18px;
	    -moz-animation: cssAnimation 0s ease-in 4s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 4s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 4s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 4s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
		padding:0;
		margin:0;
        overflow:hidden;
		display:none;
    }
}
@-webkit-keyframes cssAnimation {
    to {
		padding:0;
		margin:0;
        width:0;
        height:0;
        visibility:hidden;
		display:none;
    }
}
#LogRadio{
	margin-left:50px;
	margin-top:10px;
	margin-bottom:20px;
}
/*login back btn*/

.btn.btn-outline-warning {
	padding: 10px;
	background-color: #7fffd400;
	border: orange 1px solid;
	border-radius: 5px;
	color: orange;
	cursor: pointer;
}

#login-btn {
	text-align: center;
	display: block;
	cursor: auto;
}
/*login back btn*/



