html {
    width:100%;
    height:100%;
}
/*body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;

}*/
body {
    background: none !important;
}

a:hover {
    text-decoration:underline;
}

#tooltip, #tooltip2 {

    padding:7px;
    border:thin solid #3366CC;
    background:#FFFFFF;
    font-size:11px;
    color:#000000;
    z-index: 1000;
    position: absolute;
}
.hidden{
    visibility:hidden;
}
[name="restore-form"] {
    width: 100%;
    padding-bottom: 20px;
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*width: 40em;*/
    /*border: 1px solid #e3e3e3;*/
    /*padding: 10px 10px 10px 10px;*/
}
[name="restore-form"] .input-group,
[name="restore-form"] .restore-action {
    text-align: center;
    margin: 0 auto;
    width: 20em;
}
#recaptcha {
    text-align: center;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    margin: 0 auto;
    width: 20em;
}

[name="restore-form"] .login-group {
    padding-bottom: 15px;
}