.user-login-5 .login-container>.login-content {
	margin-top: 10%;
}

.logoutlink {
	display: block;
	width: 100%;
	text-align: left;
	padding: 6px 10px 6px 15px;
	background: none;
	border: none;
	font-family: "Open Sans",sans-serif;
}

.logoutlink:hover {
	background: #f4f4f4;
	text-decoration: none;
}

.logoutlink:focus {
	outline: none;
}


    .strike {
        display: block;
        text-align: left;
        overflow: hidden;
        white-space: nowrap; 
        padding: 15px 15px 15px 15px;
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: red;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }
    
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.captcha-input {
    border: 1px solid black;
    width: 250px;
    height: 30px;
	color: #275fa7;
}

.captcha-input:focus {
	border: 1px solid black;
}

.captcha-refresh {
    width: 35px;
    height: 30px;
}