body{
    background-image: url('../img/bg/login.jpg?v123');
    background-size: cover;
}

.cn-login{

    background-color: #F3F1FF;

}

.cn-login header{
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.cn-login header img{
   max-width: 150px;
    
}

.cn-login-form{
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    margin-top: 12%;
}
.cn-login-form span.need{
    color: #a19f9f;
}

.cn-login-form .input-group{
    width: 100%;
    margin-bottom: 20px;
    z-index: 1;
}


.cn-login-form .btnShowLoginPass {
	position: absolute;
	right: 1px;
	top: 35%;
	z-index: 2;
	background: none;
	border: none;
	font-size: 1.5em;
	color: var(--sub-color);
        z-index: 9;
}

.cn-login-form  .cn-input-pass{
   
}


.cn-login-form h2{
    text-align: center;
}

.swal-footer{
    text-align: center !important;
}

.logo-partido {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}
.logo-partido > img {
	max-width: 100%;
}

.partidos {
	
	width: 100%;
	max-height: 60vh;
	overflow: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.partidos > li {
	/* border: 1px solid red !important; */
	
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
        border-bottom: 1px solid #ddd;
        transition: all ease-in 0.01s;
}
.partidos > li:hover {
    background-color: #FAFAFA;
}

.partidos > li > .radio {
	width: 15%;
	display: flex;
	
	display: flex;
	align-self: normal;
	justify-content: center;
	align-items: center;
}
.partidos > li > .partido {
	width: 85%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.partido___logo {
	width: 50%;
	max-height: 50%;
	padding: 10px;
	display: flex;
	align-self: center;
}
.partido___logo > img {
	/* max-height: 100% !important; */
	/* display: none; */
	max-width: 90%;
}
.partido___nome {
	width: 100%;
	
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.partido___nome > h3 {
	
	margin: 0px;
	font-weight: 600;
}
.partido___nome > p {
	font-size: 0.8em;
	margin: 0px;
}


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
  .cn-login-form  .cn-input-pass{
   
}
  
}

@media only screen and (max-width : 767px) {
   .cn-login-form  .cn-input-pass{
    
}
}

@media only screen and (max-width : 480px) {
  .cn-login-form  .cn-input-pass{
   
}
}

@media only screen and (max-width : 320px) {
.cn-login-form  .cn-input-pass{
   
}
    
}