/*Login Style Starts*/
body{
    background-color:#222;
    color:#f5f5f5;
    text-align:center;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

a{
    color:#fff;
    text-decoration:none;
}
body::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

body::-webkit-scrollbar-track
{
  background: #c0c0c0;
}

body::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}




#loginform{
    margin-top:150px;
  margin-left:auto;
  margin-right:auto;
    width:400px;
}

.input{
    width:300px;
    padding:15px 25px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    background: #f5f5f5;
    border:none;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    margin-top:15px;
}

.loginbutton{
    background-color:#ffdd00;
    border-radius:5px/5px;
    -webkit-border-radius:5px/5px;
    -moz-border-radius:5px/5px;
    color:#333;
    display:inline-block;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size:18px;
    font-weight:bold;
    width:300px;
    text-align:center;
    line-height:50px;
    text-decoration:none;
    height:50px;
    margin-top:20px;
    margin-bottom:20px;
    border:none;
    outline:0;
    cursor: pointer;
}

.loginbutton:active {
    position:relative;
    top:1px;
}

.loginbutton:hover{
    background-color:#e5bf05;
}
/*Login Style Ends*/

.centerElement{
    text-align: center;
}
a{
    color: #222;
}
a:hover{
    color: #222;
}

.panel-yellow > .panel-heading {
    border-color: #ffdd00 !important;
    color: #fff !important;
    background-color: #eea236 !important;
}

.defaultBackground{
    background-color: #222 !important;
}

.formContainerParent{
    margin: 20px;
}


.formContainerParentApp{
    margin: 5px;
}


.sidedButtons{
    display:inline-block;
    padding-top:10px; 
    padding-bottom:20px;
}

.fontApp{
    font-size: 20px;
    color: black;
}


h1{
    color: white;
}

th{
    background-color: #afafaf;
}
.form-container{
    background-color: #e7e7e7;
    border-radius: 15px;
    padding-top:  20px;
}

.alinhaEsquerda{
   text-align: left !important;
}

.textColor{
   color: black;
}

.modal-content{
    margin:20px;
}