﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}
.LoginWrapper{
  position:relative;
  height:100vh;
  background: url(/ACTControl_UI/img/act.jpg?30099);
  background-size: cover;
}

.EditRecord{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    background-color: rgba(248,248,248,0.7) !important;    
    border: 3px solid #0E9ECF;
    border-collapse: inherit; /* border radius does not work with border-collapse: collapsed */
    border-radius: 10px;
    padding: 20px 50px 50px 50px;
    text-align: left; /* override parents alignment */
}

input[type="text"], input[type="password"] {
    border:none !important;
    box-shadow: inset 0px 0px 0px 0px !important;
}

.Button {
    background: #999999 !important;
    background: -webkit-linear-gradient(#999999, #9e9e9e) !important;
    background: linear-gradient(#999999, #9e9e9e) !important;
}