body {
    background: none;
}
.login-header {
    display: none;
}
.login-tabs {
    display: none;
}
.login-start {
    display: none;
}
.login-footer {
    display: none;
}
.login-content {
    background:none;
}
nobr
{
    display: none;
}
.login-center
{
    background:none !important;
    border: none;
}
.lang {
    display: none;
}
.login-form {
    position: absolute;
    left: 0px;
    top: 5px;
    background: none !important;
}
.login-table {
    background: none;
    width: 400px;
    font-size: 12px;
}
.same-width {
    width: 192px;
}
.textarea {
    width: 230px;
    background-color: #dad9de;
    border: 1px solid black;
    color:black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.textarea:focus {
   background-color: #fff;
}
.alsogrey {
    background-color: #dad9de;
}
alsogrey:focus {
   background-color: #fff;
}
input[type='button'] {
   width: 230px;
   background-color: #32404b;
   border: 1px solid black;
   color:white;
   padding-top: 5px;
   padding-bottom: 5px;
}
input[type='text'] {
   width: 180px;
   background-color: #dad9de;
   border: 1px solid black;
   color:black;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 3px;
   padding-bottom: 3px;
}
input[type='text']:focus {
   background-color: #fff;
}
p {
    font-size: 12px;
}
#RecieveMessage {
    position: absolute;
    left: 20px;
    background: none;
    width: 600px;
    font-size: 15px;
    color: #32404b;
    font-family: 'Lato', sans-serif;
}