.switch-off:focus{
  background-color: #fff!important;
	border-bottom-style: solid;
	border-bottom-width:thin!important;
	border-bottom-color:#eee!important;
	line-height:normal;
	font-weight:normal;
	padding:6px;
	box-shadow: none!important;
}

input:focus {
  border-color: #ffffff;
}
	.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
	
	.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
	}

	.alert .close {
    background: #EF4A43;
    padding: 4px 10px;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    margin: 0 0 0 -4px;
	}

	.help-block {
		
		color:#EF4A43;
	}

.form-control {
  border-color: #555!important;
}

.card {
  border-color: #555!important;
}

.form-check-input {
  border-color: #555!important;
}

.text-color-red {
	color: #EF4A43!important;	
}