.app-error {
    margin-top: 15px;
    text-align: left;
    font-size: 0.9rem;
}

.alert {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 15px;
    margin-bottom: 0;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert u {
    word-break: break-all;
}

body {
    background-color: #f6f6f6 !important;
    ont-family: 'Montserrat', Arial;
    font-size: 1.2rem;
    padding-top: 60px;
    color: #212529;
}

.app-error {
    padding-bottom: 20px
}

.form-signin {
    margin-top: 150px;
    border: 2px solid #0000003d;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    margin: 150px auto;
    background-color: #ffffff;
}

.text-center {
    text-align: center !important;
}

.form-signin img {
    margin-top: -125px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #0000003d;
    border-radius: 150px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}

.form-signin p {
    font-size: 1.2rem;
}

p.style1 {
    color: #6c757d !important;
}


.navbar-collapse.collapse {
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar-nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    background-color: #ec4a13;
    color: white;
    /*height: 50px;*/
    border: 1px solid rgba(0,0,0,.17);
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    /* transition: background-color .218s,border-color .218s,box-shadow .218s; */
    -webkit-user-select: none;
    -webkit-appearance: none;
    /* background-color: #fff; */
    background-image: none;
    /* color: #262626; */
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    /*width: 180px;*/
    padding: 7px 18px;
}

.form-signin .btn {
    padding: 0.9rem 1rem;
}

.btn {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: black;
    padding: 0.9rem 1rem
}

.app-error {
    padding-bottom: 20px
}

.navbar-nav {
    margin: inherit;
    padding-left: inherit;
    width: 100%
}

    .navbar-nav > li {
        margin-left: 0px;
        margin-top: 20px;
        float: initial;
    }

.desktop, .mobile {
    background-color: #777 !important;
}
a {
    text-decoration: none;
}
#openid_form {
    min-height: 393.8px;
    height: auto;
}


a.app-login {
    font-size: 12px;
    display: block;
    width: 291px;
    height: 40px;
    padding: 0.6rem 1rem !important;
    margin-left: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.style1 {
    font-size: 12px;
    line-height: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}