
#wheretoFocus{
    display: none;
}


table#Table1{
    width: 100%;
}

h3{
    font-size: 18px;
    font-family: "Roboto";
    color: #7F8FA4;
    text-align: center;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 18px;
}


.insetbox{
    padding: unset;
    width:unset;
    left:unset!important;
    height: unset;
    min-height:unset;
    max-width:unset;
    margin:unset;
    top: unset!important;
    min-height: 540px!important;

}


.login-background, .insetbox{
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px!important;
    margin: 200px auto 20px!important;
    padding: 40px 40px 29px!important;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid rgba(183, 210, 229, 0.6313725490196078);
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/*
.login-background{
    box-shadow: 0 1px 4px 0 rgba(44, 64, 90, 0.15), inset 0 -1px 0px 0 #7e95a740;
}
*/
body{
    background: #EFF3F6 
}

body::after{
    content: "";
    background:url(../../images/logo.png) no-repeat;
    background-size: 220px 55.11px;
    background-position: 50% 10%;
      opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
}


.entryForm th {
    display: none;
    visibility: hidden;
}

.entryForm td {
    color: #6c757d;
    text-align: left;
    padding: 5px 0!important;
    border-bottom: none!important;
}

.login .entryForm td {
    padding-left: 0 !important;
}


input#Button1 {
    background-color: #2ea1f8;
    background-image: linear-gradient(180deg,#2ea1f8,#1990ea);
    border-color: #1a91eb;
    width: 100%;
    display: inline-block;
    transition: all .15s ease-in-out;
    border-radius: 4px;
    border-color: #1a91eb;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2ea1f8;
        margin-bottom: 10px;
}
input[type="text"], input[type="password"], select{

    padding: .85rem 1rem;
    line-height: 1.35;
    color: #495057;
    border-radius: 4px;
    border: 1px solid #A8C6DF;
    width: 100%!important;
    position: relative;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus {
    border-color: #1e94ed;
}  
    .login input::-moz-placeholder {
      color: #8DABC4;
      opacity: 1; }
    .login input:-ms-input-placeholder {
      color: #8DABC4; }
    .login input::-webkit-input-placeholder {
      color: #8DABC4; }


 a.leftMenu:hover {
    color: #3175af;
    text-decoration: underline!important;
    font-weight: normal;
    font-size:13px!important;
}
 a.leftMenu:visited {
    color: #5b9bd1;
    text-decoration: none;
    font-weight: normal;
    font-size:13px!important;
}

 a.leftMenu:link {
    color: #5b9bd1;
    text-decoration: none;
    font-weight: normal;
    font-size:13px!important;
}

.errorLabel {
    color: #c52837!important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    width: 100%;
    font-weight: 400!important;
}
span#LabelError{
    color: unset!important;
    font-weight: normal!important;
    }

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s;
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

span {
    text-align: center;
}

.style1 {
    font-size: 21px;
    font-family: "Roboto";
    color: #2C405A;
    text-align: center;
    font-weight: 400;
}

.style1::after {
    content: "Login to your account";
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    color: #7F8FA4;
    padding-bottom: 10px;
    line-height: 19px;
}
