kawafile.css 1.97 KB
body{
    background-color:#9cd2d2;
    font-size:22px;
       font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.signInForm {
    width:500px;
    height:250px;
    position: absolute;
    top:-150px;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.name{
    display: block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5em;
    
    text-align:center;
    color:white;
    margin-top:200px;
}

.addDebt {    
    margin-left:auto;
    margin-right:auto;
    width:80%;
    text-align: center
}

.headerSpace {
    margin-top: 90px;
}

.control-group {
    display: inline-block;
}

.control-group-big {
    width : 30%;
}

label {
    color:white;
      text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
      
}

.debtsTable {
    margin-top:30px;
    vertical-align:top;
        text-align:center;
        width:99%;
        margin:5px;
        padding:5px;
    /*background-color:white;*/
}

.debtsTable>thead {
        background-color: #338989;
    color: white;
    font-weight: bold;

}

tbody {
    background-color:#FFEBDB;
}

.table-container {
    width:70%;
    margin-right:auto;
 margin-left:auto;
    text-align:center;
}

.table-container>tbody {
    background-color:transparent;
}

.navbar-inverse {
    background-color:#293c3c;
}

.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align:top;
}

.navbar-inverse .navbar-nav>li>a {
    color:#cccccc;
}

.navbar-inverse .navbar-nav>li>p {
    margin-top:8px;
    vertical-align:top;
    color:#cccccc;
}

.navbar-inverse .navbar-text{
    margin-top:5px;
    color:white;
}
.title {
    font-size:29px;
}

.imgTitle {
    width:200px;
    height:200px;
    text-align:center;
}

img {
    display: block;
    margin: 0 auto;
    margin-bottom:30px;
}