/*!
 * Clourbear CSS layout // Over bootstrap
 *
 * Copyright 2013->
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*
 * Logo Login Area
 */

.denali, .tritema, .denalicom, .tritemacom, .cloudbear, .denalicorecom, .v32013 {background:url(../img/login/cloudbear-logo-concept-v3-no-background-310-126.png) no-repeat top center;width:326px;height:136px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}

.internetservers, .comintsrv {background:url(../img/login/communications-system-310-136.png) no-repeat top center;width:326px;height:136px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}

#imglogo { margin-top: 5px;}

/*
 *  Registration box
 */

.mainbox {
    /*height: 196px;*/
    height: 200px;
    background: #ffffff;
    box-shadow: 0 0 4px #000000;
    border-radius: 7px;
    overflow: hidden !important;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
#messagebox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#registrationbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#registrationbox {
    /*height: 196px;*/
    height: 735px;
    background: #ffffff;
    box-shadow: 0 0 4px #000000;
    border-radius: 7px;
    overflow: hidden !important;
    text-align: center;
    position: relative;
}
#registrationbox form{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
}
#registrationbox p {
    margin-top: 20px;
    padding: 0 20px;
}

#registrationbox .form-actions {
        padding: 14px 20px 15px;
}
#registrationbox .form-actions .pull-left {
        margin-top: 2px;
}

#registrationbox form#registrationform {
        z-index: 200;
}

#registrationbox form#recoverform {
        z-index: 100;
        opacity: 0;
    display:none;
}

#registrationbox form#recoverform .form-actions {
    margin-top: 27px;
}

#registrationbox form#recoverform .control-group {
        margin: 23px 0;
}
@media (max-width: 480px){
    #logo, #registrationbox {
        width: 80%;
    }
}

/*
 * Content header
 */

#content-header{
	margin-bottom: -40px !important;
}

/*
 * Label in tabella
 */

.error{
	background-color: #BE3730 !important;
	border: 1px solid #BE3730 !important;
	color: #ffffff !important;
}

.warning{
	background-color: #F89912 !important;
	border: 1px solid #F89912 !important;
	color: #ffffff !important;
}

.ok{
}

.all_hidden{
	display: none;
}
