
body{
    background-image: url(../../../../../../../content/dam/basf-claims/chard-2.jpeg);
    background-size: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
}
.parsys1.responsivegrid, .breadcrumbGlobalInfo {
    background: transparent !important;
    overflow: hidden;
    padding-top: 20px;
} 

.login-main {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 440px;
    padding: 1.875rem;
    background-color: white;
    box-sizing: border-box;
    margin-top: 90px;
    height: 100%;
    border: 1px solid #dcdcdc;
}
.req_field {
    margin-bottom: 16px;
}
.signin_btn{
    background: #65AC1E;
    box-shadow: none;
    width: 100%;
    transition: none;
    border-radius: 0;
}
.asstn_label{
    font-size: 14px;
    color: #65AC1E;
    font-weight: bold;
    margin-left: 15px;
}
.login-main input {
    width:100%;
}
.label_signtext {
    margin: 25px 0px;
}
.locked_icon{
    fill:#fff;
}
.signin_btn  svg{
    margin-top: -4px;
    margin-left: -2px;
}

  /*svg{
    height: 60px;
        padding: 0 10px;
        float: right;
  }*/
 svg path{
	fill:#fff;
}
.icon-style.lock-new:before {
    content: "\e925";
    font-family: "BASFIconFontNewStyle";
    color: #fff;
    font-style: normal;
    position: relative;
    bottom: 43px;
    left: 207px;
}