/*********************************************************************
 * SODAPOP CONFIDENTIAL
 * (C)2015 SodaPop, LLC.  All Rights Reserved
 *
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from SodaPop, LLC.
 *********************************************************************/

html, body{
    height: 100%;
}

div.logo {
	
    width: 256px;
    height: 256px;
    background-image:url('../img/lifeline-db-logo@2x.png');
    background-repeat:no-repeat;
    background-size:256px 256px;
    margin-left: auto;
    margin-right: auto;
    
    position:relative;top:30%;
}

div.message {
    height:57px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    padding-top:270px;

}
div.message_content {
    padding-top:10px;
    padding-bottom:8px;
    padding-right:10px;
    padding-left:10px;
    
    margin: 0 auto;

    text-align: center;
    background:orange;
    line-height:20px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


div.stage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

div.loginForm {
    width: 215px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    

    text-align: center;
}


div.adminPane {
    width: 100%;
    font-family: "OpenSansSemiBold", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight:400;
    color: #fff;
    opacity: 0.15;
    text-align: right;
    right:11px;
    bottom:11px;
    position:absolute;
}



h1 {
    font-weight: bold;
    font-size: 38px;
    color: white;
    padding-right: 18px;
    text-align: right;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #cccccc;
    padding-top: 22px;
}




h3 {
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: right;
    letter-spacing:-1px;
    margin-bottom: 14px;
}


input.text {
    border:2px solid #dadada;
    border-radius:7px;
    font-size:20px;
    padding:5px; 
    width: 200px;
    text-align: center;
}

input.text:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}


div.label {
    font-weight: notmal;
    font-size: 17px;
    color: #cccccc;
    padding-top: 1px;
}


div.footer {
    margin-top: 12px;
    text-align:right;
    padding-right: 28px;
    color: #cccccc;
    font-size:10px;
}

div.version {
    padding-top:5px;
    font-size: 18px;
}