/* BULK SMS css for logIn_form */

#logIn_form {
    width:206px;
    color: #fff;
    background:#a5c184;
    padding: 0;
    margin: 0;
}

/* Forgot password improvements ZA site*/

#fgotpw {
    color: #4E86C2 !important;
    padding-bottom:10px;
    text-align:right;
}

#fgotpw a {
    color: #4E86C2 !important;
    padding-bottom:10px;
}

#fgotpw a:hover {
    color: #4E86C2 !important;
    padding-bottom:10px;
}

#fgotpw-word {
    color: #4E86C2 !important;
    padding:3px 0 0 20px;
    margin-left:25px;
    text-align:right;
    float: left;
}

* html #fgotpw-word {
    color: #4E86C2 !important;
    padding:3px 0 0 0px;
    margin-left:20px;
    text-align:right;
    float: left;
}

#fgotpw-img {
    color: #4E86C2 !important;
    padding-top:5px;
    text-align:right;
}

/*------------------------*/

#logIn_form p {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    text-align:left; /*paul*/
}

#logIn_form form {
    display:inline;
} 

* html #logIn_form p {
    line-height: 0.5em;
}

#logIn_form fieldset {
    border: none;
    background: #a5c184 url(/c/bulksms_green1.gif) no-repeat 1px 0;
    padding: 175px 8px 2px 0; /*padding: 10px 5px 2px 0;  */
    text-align:right;
    margin: 0;
}

* html #logIn_form fieldset {
    /*padding-top: 0; */
    padding: 180px 10px 2px 0; /* was 145px 8px 2px 0  */
    margin-top: 0;
}

#logIn_form label {
    font-size: 1.1em;
    text-align:right;
    margin-right: 1px;
}

#logIn_form .box {
    display: block;
    padding: 0;
    margin: 0;  
}

#logIn_form .box2 {
    display: block;
    padding: 0;
    margin: -7px 0pt 5px 0px; /*4px 0;   4 was 5 */
}

#logIn_form input.txtbox {
    background: #fff; 
    border: none;
    border: 1px solid #a5c184; /* paul */
    color: #048;
    margin: 2px 0 2px 0;
    max-width: 200px;
}

#logIn_form input.txtbox:focus {
    background: #eee; 
    color: #048;
    margin: 2px 0 2px 0;
}

#logIn_form a {
    color: #fff;
    text-decoration: none;
}

#logIn_form a:hover {
    color: #fff;
}

#logIn_form .box2 a { /* paul */
    background: #a5c184;
}

#logIn_form .box2 a:hover { /* paul */
    text-decoration: underline;
    background: #a5c184; 
}

/* **** in_login_form ... Green Background **** */

#in_logIn_form {
    position: relative;
    top: 4px; 
    left: 20px;
    border: none;
    color:  #fff;
    background:  #a5c184; 
    width: 208px;
    padding: 0;
    margin-bottom: 1.1em;
}

#in_logIn_form form {
    display:inline;
} 

#in_logIn_form p {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 1px 0 0 8px;
    text-align:left;
}

* html #in_logIn_form p {
    line-height: 0.5em;
    padding: 6px 0 5px 8px;
}

#in_logIn_form fieldset {
    border: none;
    padding: 6px 25px 2px 0;
    text-align:right;
    background:#a5c184 url(/c/bulksms_green2.jpg) no-repeat 0 0;
    margin: 0;
}

* html #in_logIn_form fieldset {
    margin-top: 0;
}

#in_logIn_form label {
    font-size: 1.1em;
    text-align:right;
    margin-right: 4px;
}

#in_logIn_form .box {
    display: block;
    padding: 0;
    margin: 0;  
}

#in_logIn_form .box2 {
    display: block;
    padding: 0;
    margin: -7px 0pt 5px 0px;/*4px 0; */
}

#in_logIn_form input.txtbox {
    background: #fff; 
    border: none;
    border: 1px solid #4e86c2; /* paul */
    color: #048;
    margin: 3px 0 2px 0;
    max-width: 200px;
}

#in_logIn_form input.txtbox:focus {
    background: #eee; 
    color: #048;
    margin: 3px 0 2px 0;
}

#in_logIn_form #fgotpw {
    font-size:1em;
    text-align: left;
}

#in_logIn_form a {
    color: #fff;
    text-decoration: none;
}

#in_logIn_form a:hover {
    color: #fff;
    text-decoration: underline;
}