/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2023 | 03:23:55 */
#login{
width:100%;

}
.login{
 padding: 25px 10px;
}

.cntvplay_signup_button, .cntvplay_logout_button{
 border:1px solid white;
 padding:20px;
 color:white;

}

.cntvplay_logout_button{
	margin-bottom: 20px;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}

#sw_buttons{
	display:flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	padding:20px;
	
}

.sw_button_login{
	width:100%;
	display:block;
	padding:20px;
	border-radius:40px;
	text-decoration:none;
	font-weight:bold;
	margin: 10px 20px 10px 20px;
	text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
	
}

.sw_button_login_cu{
	width:20%;
	display:block;
	padding:20px;
	border-radius:7px;
	text-decoration:none;
	font-weight:bold;
	margin: 10px 20px 10px 20px;
	text-align: center;
}

.sw_button_login .sw_icon{
	width:38px;
	height:38px;
	padding-left: 10px;
}

#sw_button_facebook{
	background-color:#028CFF;
	color:white;
}

#sw_button_google{
	background-color:whitesmoke;
	color:black;
}

#sw_button_apple{
	background-color:white;
	color:black;
}

#sw_buttons span.texto{
font-size: 1rem !important;
}

#sw_button_signup{
	background-color:#DB0099;
	color:white;
}

#sw_button_signin{
	background-color:#DB0099;
	color:white;
}

#sw_button_claveunica{
	background-color:#0f69c4;
	color:white;
	width:100%;
	border-radius:0px;
    justify-content: center;
	/*height: 48px;*/
		text-decoration: underline;
	font-family: Roboto, sans-serif;
}

#sw_button_claveunica span.texto{
	background-image:url('https://cntvplay.cl/cntv/wp-content/uploads/2022/03/cu-blanco_logo.svg');
	background-repeat: no-repeat;
    white-space: nowrap;
    width: 200px;
    height: 35px;
    display: block;
    margin: 0 auto;
}


#sw_button_claveunica:hover, .btn-cu.btn-color-estandar:hover {
	background-color: #0c549c !important;
	color: #FFF;
}

.sw_icon{
	width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 10px;
} 

.sw_icon_fb{
	background-image:url('https://cntvplay.cl/cntv/wp-content/uploads/2022/03/button-icon-fb.svg');
	background-repeat: no-repeat;
}


.sw_icon_google{
	background-image:url('https://cntvplay.cl/cntv/wp-content/uploads/2022/03/button-icon-google.svg');
	background-repeat: no-repeat;
}

.sw_icon_apple{
	background-image:url('https://cntvplay.cl/cntv/wp-content/uploads/2022/12/apple-logo-test.svg');
	background-repeat: no-repeat;
}

.sw_icon_signin{

    background-image: url('https://cntvplay.cl/cntv/wp-content/uploads/2022/03/cntvplay-correo.svg');
	background-repeat: no-repeat;
}

.sw_icon_cu{
	background-image:url('https://cntvplay.cl/cntv/wp-content/uploads/2022/03/cu-blanco.svg');
	background-repeat: no-repeat;
}

.login {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
    align-items: center;
	padding:20px;
}

.login input {
	width: 100%;
	padding:20px;
	border-radius:40px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 20px;
	text-align: left;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.login p{
   width: 100%;
	padding:20px;
	border-radius:40px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 20px;
	text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.login a{
   width: 100%;
	padding:20px;
	border-radius:40px;
	text-decoration:none;
	font-weight:bold;
	margin-top: 20px;
	text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.login input[type="submit"] {
  background: #DB0099;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  border-radius:82px;
  text-align: center;
      padding: 20px;
}

/* Aviso de datos erroneos */
.frm_style_formidable-style.with_frm_style .frm_error_style {
    background-color: #000000;
    border: 1px solid #000000;
	text-align:center;
}


@media only screen and (max-width: 600px) {

.login input{
	display:flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	padding:10px;
	
}

}





@media only screen and (max-width: 600px) {

#sw_buttons{
	display:flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	padding:10px;
	
}


#sw_buttons span.texto{
font-size: 0.8rem !important;
}

}