.dcp_title {
    color: #4B4513;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-top: 20px;
    padding-top: 15px;
}

a {
    color: #93C01A;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s ease opacity;
}

input[submit] {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #EF5A2F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: .4s ease opacity;
}


.pwd_t_gridtable {
    background: #93C01A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 30px;
    border-radius: 30px 0px 0px 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 100px;
    padding-right: 50px;
    margin-bottom: 40px;
}

.pwd_t_link, .pwd_t_txt {
  color: white;
}

.pwd_t_inp, .pwd_t_inp2 {
  padding: 10px;
}

.in {
  padding: 5px;
  margin: 10px;
    height: 55px;
    width: 100%;
    border: 2px solid #F2F2F2;
   color: black;
}