.bg {
    background-image: url(../../../images/e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.btn {
    color: white;
    border-radius: 0px;
    height: 35px !important;
    border-color: black;
}

.btn-ok {
    border-radius: 0px;
}

.alert {
    border-radius: 0;
}

.form-control {
    border-radius: 0px !important;
    height: 35px !important;
    background-color: rgba(255,255,255,0.5);
    border-color: black;
}

.input-group-addon {
    border-radius: 0;
    background-color: rgba(255,255,255,0.5);
    border-color: black;
}

.row-logo {
    margin-bottom: 2%;
}

.navbar {
    background-color: rgba(255,255,255,0.5);
    height: 100px;
    border-bottom: solid 1px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.modal-content {
    border-radius: 0px;
    border: none;
    /*top: 40%;*/
    top: 0;
}
