.jumbotron {
    text-align: center;
    margin: 60px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

#login {
    max-width: 300px;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}

.btn-grey {
    color: #fff;
    background-color: #777;
    border-color: #555;

}

.btn-social {
    color: #2d374b!important;
    font-weight: 500;
    background-color: #fff;
    border-color: rgba(220,224,229,.6);
    text-align: left;
}

.avatar-xss {
    width: 2rem;
    height:2rem;
    margin-right:10px;
    margin-left:15px;
}

.btn-login {
    padding: 15px 0 15px 0!important;
}
.mb-10 {
    margin-bottom:10px!important;
}
.mb-20 {
    margin-bottom:20px!important;
}
.mb-30 {
    margin-bottom:30px!important;
}

.mt-30 {
    margin-top:30px!important;
}
.form-control-lg {
    min-height: 45px!important;
}

.text-small {
    font-size: small!important;
}
.text-medium {
    font-size: medium!important;
}
.text-large {
    font-size: large!important;
}
.text-larger {
    font-size: larger!important;
}
.text-x-small {
    font-size: x-small!important;
}



.btn-none {
    background: none!important;
    border: none;
    padding: 0!important;
    /*input has OS specific font-family*/
    color: #000000;
    text-decoration: underline;
    -webkit-appearance: none !important;
    cursor: pointer;
}
.no-thanks-modern {
    cursor: pointer;
}

