.landing { margin: 20px 0 20px 0; }
.landing .bg {
    border-radius: 10px;
    background-color: #f1f1f1;
    text-align: center;
    border-top: 10px solid #31a59b;
    border-bottom: 11px solid #31a59b;
    border-right: 1px solid #31a59b;
    border-left: 1px solid #31a59b;
}

.landing .spacer { width: 100%; height: 10px; background-color: #31a59b; }

.landing .top {
    padding: 20px 0 20px 0;

}

.landing h1, .landing h3 {
    color: #31a59b;
    font-weight: bold;
}

.landing h3 { font-size: 30px; padding: 20px 0 10px 0; margin-top: 0; }

.landing p {
    line-height: 150%;
    font-size: 1.8rem;
    text-align: justify;
    color: #3c2313;
}

.landing .ben_form {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #ffe490;
    border: 1px solid #f1ca6e;
}

.datepicker input { text-align: right !important; direction: rtl !important; }

.landing input[type="text"], .landing input[type="password"] {  
         color: #31a59b;
     font-weight: bold;
     background-color: #fff;
     height: 40px;
    font-size: 20px;text-align: right !important; direction: rtl !important;
}

.landing .border { border: 0 solid #31a59b; }
.landing .border .border_head { margin-bottom: 6px; width: 100%; text-align: right; padding: 0 8px 2px 8px; color: #31a59b; border-bottom: #31a59b solid 1px; font-size: 18px; font-weight: bold; }
.landing .border  .border_content {  padding: 0 8px 0 8px;  border-bottom: #31a59b solid 1px;  }
.landing .border  .border_content p {  line-height: 160%; font-size: 17px; }

