	.bg-light{		
		background: #3d3b3b !important;		
	}
	.logtxt{
		color:white;
	}

	a {
	    color: #e3e3e3 !important;
	    background-color: transparent !important;
	    -webkit-text-decoration-skip: objects !important;
	}

	a:hover {
	    color: white !important;
	    text-decoration: underline !important;
	}

	.olvido a{
		color: #6e226c !important;
	    text-decoration: none !important;
	    background-color: transparent !important;
	    -webkit-text-decoration-skip: objects !important;
	}
	.olvido a:hover{
		color: #441e43 !important;
    	text-decoration: underline !important;
	}
    .form-control1 {
		min-height: 41px;
		background: #fff;
        border-color: #e3e3e3;
		box-shadow: none !important;
		border-radius: 4px;
	}   
	.form-control1:focus {
		border-color: #6e226c;
	}
	.login-form1 {
		width: 310px;
		margin: 0 auto;
		padding: 100px 0 30px;		
	}
    .login-form1 form {
		color: #999;
		border-radius: 10px;
    	margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;	
		position: relative;	
    }
	.login-form1 h2 {		
		font-size: 24px;
		color: #454959;
        margin: 45px 0 25px;
		font-family: 'Francois One', sans-serif;
    }
	.login-form1 .avatar1 {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -50px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		border-style: solid;
		border-color: #ffffff;
		z-index: 5;
		background: #ffffff;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.login-form1 .avatar1 img {
		width: 100%;
	}
    .login-form1 .btn1 {
        color: #fff;
        border-radius: 4px;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
    .login-btn1 {        
        font-size: 16px;
        font-weight: bold;
		background: #6e226c;		
		margin-bottom: 20px;
    }
	.login-btn1:hover, .login-btn1:active {
		background: #441e43 !important;
	}	
    .or-seperator1 {
		height: 0;
        margin: 0 auto 20px;
        text-align: center;
        border-top: 1px solid #e0e0e0;
		width: 30%;
    }
    .or-seperator1 i {
        padding: 0 10px;
		font-size: 15px;
		text-align: center;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -13px;
		z-index: 1;
    }
	.login-form1 a {
		color: #fff;
		text-decoration: underline;
	}
	.login-form1 form a {
		color: #999;
		text-decoration: none;
	}	
	.login-form1 a:hover, .login-form1 form a:hover {
		text-decoration: none;
	}
	.login-form1 form a:hover {
		text-decoration: underline;
	}