body{
    margin: 0;
    padding: 0;
    background: url("../images/bg.jpg") no-repeat;
}

.logonframe{
    margin: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 600px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -60px;
    border: #454545 1px solid;
    border-radius: 10px;
    text-align: center;
}

.caption{
    font-weight: bolder;
    font-size: 25px;
    line-height: 36px;
}
.content{
    margin-top: 20px;
    padding: 0px;
    width: 100%;
}
input{
    width: 120px;
    height: 30px;
    border: #1ea0fa 1px solid;
    border-radius: 5px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 5px;
}
.marea{
    line-height: 14px;
}
p{
    font-weight: bold;
}
