/* 
    Document   : theme_login
    Created on : 30.12.2015, 18:29:08
    Author     : hannes
    Description:
        Purpose of the stylesheet follows.
*/




/*#ccm_about_holder p {
    width: 550px;
    left: 50%;
    margin: 9em auto 0 auto;
    padding: 0.25em;
    color: #fff;
}*/

h2 {
    color:#fff !important;
}
h2 span{
    color:#666 !important;
}
button.confirm {
    background-color:#fff !important;
    color: #000;   
    
     background-color:#514e4f !important;
    color: #fff;   
    
}
button.confirm:hover {
    background-color:#666 !important;
    color: #fff;   
    
      background-color:#fff !important;
    color: #000;   
}
.btnSmallLoginShowAsLink {
    color:#fff !important;
    
}
.lpInput {
       border: 1px solid #666 !important;
       margin-top: 0.2em !important;
}



#ccm_message_holder {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.50em;      
    padding:1.50em  0 0 0;
    background-color: #8BA6B7 ;
    background-color: #000 ;
    color: #fff;
    font-size: 1.25em;
    font-family: Oswald;
    position: absolute;
    bottom:0;
    left:0;
    height: 3.25em;
    display: none;
    z-index: 99999;
}


#ccm_about_holder {
    background-image: url("/images_bg/mc1_glassy.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    display: none;
    position: absolute;
    top: 0em;
    left: 0;
    font-family: arial;
    display: none;
}

 @media only screen and (max-width: 700px) {
       #ccm_about_holder {
            background-image: url("/images_bg/mc1_glassy.jpg");
            background-position: top left;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 100%;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment: fixed;
            display: none;
            position: absolute;
            top: 0em;
            left: 0;
            font-family: arial;         
        }
    }