﻿body {
    background-color: #f2f2f2;
    font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
    color: #404040;
}

.login {
    background-color: #ecf9f2;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 5px #a6a6a6;
    width: 350px;
    height: auto;
    position: center;
    padding: 20px 20px 20px;
}

#rbForgot_Password1 {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #26734d;
    border: none;
    background-color: whitesmoke;
}
    #rbForgot_Password1:hover {
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        font-family: 'Segoe UI';
        font-size: 15px;
        color: #133926;
        font-weight: bold;
    }


#rbBecome_Member {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #26734d;
    border: none;
    background-color: whitesmoke;
}
    #rbBecome_Member:hover {
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        font-family: 'Segoe UI';
        font-size: 15px;
        color: #133926;
        font-weight: bold;
    }

#rbRegister_Here {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #26734d;
    border: none;
    background-color: whitesmoke;
}
    #rbRegister_Here:hover {
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        font-family: 'Segoe UI';
        font-size: 15px;
        color: #133926;
        font-weight: bold;
    }


.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    /*background: rgba(0, 1, 1, 0.08);*/
    background: transparent;
    border-radius: 4px;
}

    .login h1 {
        margin: -20px -20px 21px;
        line-height: 40px;
        font-size: 17px;
        font-weight: bold;
        color: #555;
        text-align: center;
        text-shadow: 0 1px white;
        background: #f3f3f3;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
        -webkit-box-shadow: 0 1px whitesmoke;
        box-shadow: 0 1px whitesmoke;
    }


@media only screen and (max-width: 767px) {
    .container {
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
        height: auto;
    }

    .login {
        border-radius: 3px;
        -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 5px 5px #a6a6a6;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
        height: auto;
    }

    .rb_login {
        width:auto;
        height:auto;
    }

    #rcBranch_List {
        height:auto;
        width:auto;
    }

}

#rbLogin {
    border-color: #006600;
    border-style: solid;
    border-width: medium;
    background-color: whitesmoke;
    width: 120px;
    height: 50px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #006600;
    font-weight: 600;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border-radius:5px;
    /*-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px #d9f2e6, 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    */
}
    #rbLogin:hover {
        /*border-color:transparent;
        border-radius: 5px;
        background: linear-gradient(to bottom left, #006600 27%, #339933 51%);
        color: whitesmoke;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;*/
        /*box-shadow: 1px 1px 5px 5px #a6a6a6;*/
        opacity: 0.70;
    }

.rb_login_maintenance {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #8c8c8c;
    height: 50px;
    width: 100px;
    border-radius: 50px;
    text-shadow: 0 1px #e3f1f1;
    background-image: linear-gradient(to bottom, #c6ecd9, #ecf9f2);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px #d9f2e6, 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

    .rb_login_maintenance:active {
        background: #cde5ef;
        border-color: #9eb9c2 #b3c0c8 #b4ccce;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    .rb_login_maintenance:hover {
        opacity: 0.70;
        width: 105px;
        border-radius: 5%;
        font-size: 13px;
        color: #8c8c8c;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        /*box-shadow: 1px 1px 5px 5px #a6a6a6;*/
    }

.tbl_Login {
    margin-top:50px;
}