.form-horizontal label, .form-horizontal .btn, .form-horizontal .btn-link{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.mygene-btn{
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: lighter;
    border: 0px;
    //margin-right: 10px;
    //width: 265px;
    font-size: 20px;
    border-radius: 40px;
    padding-right: 20px;
    padding-left: 20px;
    color:#ffffff;
}

.modal-header h3{
    display: inline;
}

.modal-header img{
    margin-top: -5px;
    height: 40px;
    float: right;
}

.modal-body small{
    font-size: 12px;
    font-weight: lighter;
    color: #555;
}

.modal-footer .mygene-btn{
    width: 45%;
    float: left
}

label{
    font-size: 22px;
}

.form-control{
    border-radius: 40px !important;
    font-size: 20px !important;
}

.form-control:focus{
    outline: 0 !important;
    border-color: transparent !important;
    border: 2px solid #F7931D !important;
    box-shadow: none !important;
    font-weight: bold;
}

button{
    outline: none !important;
}

.btn-link{
    color: #23AFE5;
    text-align: center;
    font-size: 20px;
    margin-top: 2px;
}

.btn-link:hover{
    color: #86D3Eb;
    cursor: pointer;
    text-decoration: none;
}

.error-msg{
    font-size: 20px;
    text-align: center;
}

.glyphicon{
    padding-right: 10px
}

/* jake is good at css, */

/* --- fade in email message --- */
.email-message-show{
    -webkit-animation: email-show-keyframe 0.85s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation: email-show-keyframe 0.85s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@-webkit-keyframes email-show-keyframe {
    0% { opacity: 0; }
    100% {     opacity: 1;}
}

@keyframes email-show-keyframe {
    0% { opacity: 0; }
    100% {     opacity: 1;}
}

/* --- flip in login error --- */
.animated-flip-in-x {    
    animation: flipInX 1s; 
    animation-fill-mode: both;
    backface-visibility: visible !important; 
    -webkit-animation: flipInX 1s;
    -webkit-animation-fill-mode: both; 
    -webkit-backface-visibility: visible !important; 
} 

@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(200px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(200px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(200px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(200px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(200px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(200px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(200px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(200px) rotateX(0deg); 
        opacity: 1; 
    } 
}

.btn-link {
    margin-top: 6px !important;
}

.loginBtn{
    text-align: center !important;
}

.loginBtn .mygene-btn {
    margin-top: 50px;
    margin-right: 0px;
}

#demo-login-alert{
    width: 30%;
    margin: 20px auto;
    text-align: center;
    font-size: 22px;
}