﻿/*.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.Login__Form {
    background-color: white;
    opacity: 0.9;
    
}

img {
     opacity: 0.99;
     /* For IE8 and earlier 
}



.Login_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -200px;
    margin-left: -140px;
    width: 320px;
    padding-top: 0px; 

}

.Login {
    color: rgb(34, 149, 206);
    background-image: none;
    background-color: white;
}

// from old Login2 
.ContainerBackground{
background-image: url(/CevaPortal/img/pigBackgroungLogin.png?19905);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
/*position: absolute;
overflow: hidden;
}

.BackgroundColorWhite{
    background-color: #fff;
}

.textarea, 
select, 
input[type="text"], 
input[type="password"] {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.body, select, textarea, input[type="text"], 
input[type="password"] {
    color: #2295ce !important;
}

.LoginContainer{
    border-bottom: 1px solid #0d3770;
}



select.OSFillParent, 
input[type="text"], 
input[type="datetime"], select{
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
}



input[type="text"], 
input[type="password"] {
    background-color: #fff !important;
}

.left_background{

}

.welcome_to{
    font-family: SourceSansPro-Light;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;   
}

.ceva_central_backoffice{
    font-family: SourceSansPro-SemiBold;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.swine_monitoring{
    font-family: SourceSansPro-SemiBold;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.Login_background {
    background-color: white;
}

.Login_Footer {
   padding: 10px;
   background: transparent;
   color: black;
}
