
/* ------------------------------------------------------------------
Authentification
------------------------------------------------------------------- */

#auth .center {
    text-align: center;
    margin:auto;
}

#auth .switcher {
    width:300px;
    background-color:#4f9489;
    border-radius:50px;
    color: white;
    padding:2px;
    margin-bottom:6px;
    -webkit-box-shadow: inset -1px 2px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -1px 2px 16px -2px rgba(0,0,0,0.75);
    box-shadow: inset -1px 2px 16px -2px rgba(0,0,0,0.75);
}
#auth #box {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,1);
}
#auth .swipe_selected {
    display: inline-block;
    width: 70px;
    height: 20px;
    font-size: 15px;
    color: white;
    background-color: #f1c40f;
    border-radius: 50px;
}
#auth #robot,
#auth #human,
#auth #box {
    margin : 2px 10px;
}

#auth #error {
    color: #ad2a25;
}
#auth input {
    border: none;
    margin: 5px;
    text-align: center;
}
