.none,
[v-cloak]{
  display: none!important;
}
.fbRegister{
	display: none;
	text-align: center;
	margin: 6px;
}
.fbRegister .fbBtn{
    color: white;
    background-color: #365899;
    border-color: #365899;
    padding: 8px 22px 8px 16px;
}
.fbRegister .fbBtn:hover {
    background-color: #365899;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.fbRegister .fbBtn[disabled=disabled] {
    cursor: not-allowed;
}
.fbRegister .fbBtn .fa{
    margin-right: 15px;
    background-color: white;
    color: #365899;
    padding: 4px 2px 0px 8px;
    font-size: 18px;
    border-radius: 3px;
}
.fbRegister .fbBtn .text{
    word-wrap: break-word;
    white-space: normal;
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
    text-align: left;
}
.fbRegister .custom-error{
    color: #a94442;
    display: none;
}
.fbRegister.has-error .custom-error{
    display: block;
}

.AlternativesSeparator::before {
  margin-right: 10px;
}
.AlternativesSeparator::after {
  margin-left: 10px;
}
.AlternativesSeparator:before, 
.AlternativesSeparator:after {
  background: rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5);
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 37%;
}