﻿.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    float:left;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.uploadImage {
    height: 136px;
    width: 200px;
    border-color: #cccccc;
    border-style: double;
    border-width: 3px
}

.panel_toolbox > li > a {
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
}

.panel_toolbox > li > a.btn-primary:hover {
    background-color: #2e6da4 !important;
}

.grupLogoPanel {
    /*border: outset;*/
    height: 120px;
    background: #EEF0F1;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    margin-top: 0px;
}

.grupLogo{    
    width: 100%;
    padding: 15px;
}
 .login-background-image {
        background: url(../../assets/images/bg_01.jpg);
        background-size: cover;
        height: auto;
        left: 0;
        min-height:100%;
        min-width:100%;
        /*min-height: 100%;
        min-width: 1024px;*/
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    #dot-matrix {
        background: url(../../assets/images/dot2.png);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1;
    }
    /* This is fancy. not important */
    #content {
        z-index: 9999;
        position: relative;
        margin: auto;
        width: 60%;
    }
       
  #login  a{
    font: 600 15px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;}

   #login h1,h2,a,p {

        color: #000;
        text-shadow : #000;

    }