@import url(https://db.onlinewebfonts.com/c/3f3f1a887702b525cda01f7cd776b241?family=Gadugi);


body{
    font-family: 'Gadugi';
}

.top{
    background-color:#7086AE;
    color: white;
}

td p {
    margin:0px;
}
.top .btn:not(:hover){
    background-color: white;
}

.nav-scroller{
    background-color:#98aed6;
    padding: 0 200px;
}

.nav-scroller a{
    color: rgb(29, 29, 29);
    text-decoration: none;
}

.nav-scroller a:hover{
    font-weight: 600;
}

td {
    white-space: normal !important; 
    word-wrap: break-word;  
  }
table {
table-layout: fixed;
}

.center-box {
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    min-width: 350px;
    padding: 2rem;
    background-color: #f1f1f1;
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 11px 3px#b1b1b1;
}

.form-group:not(:first-child){
margin-top: 0.5rem;
}
.login-form .form-group input {
    background: rgb(228, 228, 228);
    color: rgba(0, 0, 0, 0.8) !important;
    padding: 0.25rem;
    padding-left: 2rem;
    border-radius: 2px;
    border: none;
    border-bottom: 1px solid #6c757d;
}

.form-group .icon {
    position: absolute;
    margin-left: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}

.form-input {
    position: relative;
}
.form-input input{
    width: 100%;
}

.center-form{
    padding: 1rem;
    background-color: #f1f1f1;
}

.btn-outline-secondary {
    color:black;
}

@media (max-width: 768px) {
    .center-box {
        width: 100%;
        margin: auto;
        max-width: 100%;
        min-width: 0px;
    }
}