.bodypage {
    position: absolute;
    width: 372px;
    height: 305px;
    top: 50%;
    left: 50%;
    margin-top: -153px;
    /*margin-left: -186px;*/
    margin-left: -230px;
}

.customLogo {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 90px;
}

.customLogin{
    position: relative;
}

.customLogin #forg_pass{
    color: blue;
    font-size: 12px;
}

.box_login {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 250px !important;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    padding-right: 80px;
}
.developer {
    text-align: right;
    color: #006648;
    position: absolute;
    bottom: -80px;
    right: -50px;
}

.developer img
{
    vertical-align: top;
}

.box_login label
{
    text-align: right;
    width: 95px;
    float: left;
    color: #7F7F7F;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 3px;
    line-height: 22px;
}

.box_login .box_form
{
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 50px;
}

.box_login_middle {
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-top: 30px;
}

.box_login .text {
    width: 260px;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 5px;
}

.box_login .both
{
    clear: both;
}


.bt_login {    
    border-style: none;
    width: 100px;
    height: 30px;
    position: relative;
    top: 40px;
    left: -30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #13776d;
    color: #fff;
    border-radius: 5px;
    cursor:pointer;
    transition: .3s;
}

    .bt_login:hover {
        opacity: 0.7;
        transition: .3s;
    }

.bt_cancel {
    background: url(Login/bt_cancel.png) no-repeat;
    border-style: none;
    width: 93px;
    height: 26px;
    float: right;
    position: relative;
    top: 30px;
    left: -30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

/*.box_login .texto
{
    position: absolute;
    background: url(Login/login_texto1.gif) no-repeat;
    height: 34px;
    width: 335px;
    top: 17px;
    left: 17px;
}*/


/*.box_login_top {
    background: url(Login/top.png) no-repeat;
    height: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}*/

/*.imgTop {
    background: url(Login/login_texto1.gif);
    margin-left: 20px;
    margin-top: 20px;
    width: 20px;
    height: 30px;
    float: left;
}*/

.textTop {
    float: none;
    margin-left: 5px;
    margin-top: 25px;
    color: #111;
    font-size: 20px;
}

/*.box_login_bottom {
    height: 94px;    
}*/

#pnlAlterPassword {
    padding-top: 20px;
    text-align: center;
}

    #pnlAlterPassword .box_login_bottom {
        height: 94px;
        text-align: right;
    }

    #pnlAlterPassword .developer {
        position: relative;
        bottom: 0;
        right: -50px;
    }