.jumbotron{
    background-color: white;
    margin-bottom: 0;
    padding-bottom: .5rem;
}
@media (min-width: 360px) {
   #min-w{
         min-width: 175px;
   }
}
@media (min-width: 768px) {
    .jumbotron{
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-bottom: .5rem;
    }
}
@media (max-width: 768px) {
 
}
.jumbotron h1{
    font-weight: 300;
}
.jumbotron .container{
    max-width: 640px;
}
.footer {
   width: 100%;
   margin:auto;
   margin-bottom:0;
   line-height: 2rem;/*  Vertically center the text there */
   background-color: #f5f5f5;
}
.footer ul a {
   color: #4e555b;
    text-decoration: none;
}

.footer ul a:hover {
    color: #818182;
}
#capcha{
    max-width: 200px;
}
#title{
    height: 80px;
    overflow: hidden;
}
#card{
    overflow:hidden;
    border-top-right-radius: 12px;

}
input{
    text-align: center;
}
