body {
    background-image: url('/assets/images/Carpet_Grass.jpg');
    font-family: Calibri;
    background-size: cover;
    background-repeat: initial;
    position: center;
    height: 100%;
    padding-top: 3%;
}

*.focus {
    outline: none;
}

.form {
    margin-top:10%;
    background-color: white;
    width: 55%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    font-family: Calibri;
    padding-bottom: 5px;
}

.content{
    padding-top:20px;
    margin:auto;
    width:78%;
    padding-left:30px;
}

.welcome {
    font-family: Calibri;
    font-size: 16pt;
    color: #8599ac;
    padding-top: 10px;		text-align: center;
}

.loginmsg {
    font-family: Calibri;
    color: #8599ac;
    font-size: 12pt;
    padding-top: 5px;
}

.lbl{
    font-size:12pt;
}

.txtCont{
    margin-top:15px;
}

.txt{
    height:auto;
    width:100%;
    font-size:12pt;
    padding:8px;
    border:solid;
    border-width:thin;
    border-radius:5px;
}

.btn {
    background: #02733B;    color: white;    width: 80px;    height: 30px;    border-radius: 5px;    border: none;
}

    .btn:hover {
        background: #3F87EC;
        color: white;
        cursor: pointer;
    }

.foot {
    margin-top: 20px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
    color: #808080;
}

.validator {
    color: red;
}

.invalidlabel {
    margin-top: 10px;
    font-size: 12pt;
    color: red;
}

.hyper {
    color: #5A9C60;
}

.hyper:hover{
    text-decoration: underline;
    cursor: pointer;
}
