td a {
    float:right;
    margin-left:10px;
}

label {
    font-size:1.2em;
    font-weight:bold;
}

#login-box {
    margin-top:20%;
}

#login-box .panel-heading h2.panel-title {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 45px;
    color: #fff;
    font-weight:100;
}

#login-box #msg {
    color:red;
}

.input-group-addon {
    padding: 6px 5px 5px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #AAA;
    text-align: center;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1.5px solid #DDD;
}

.iga_focused {
    border-bottom: 2px solid #2196F3;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#alertBox {
    position:fixed;
    z-index:100000;
    bottom:15px;
    right:15px;
    width:300px;
}
