body
{
	background: #8ab9ff;
}
.box
{
    margin: 30px auto;
    width: 310px;
}
.box table
{
    margin: 0px auto;
    min-width: 30px;
}
.box table tr td img.logo
{
    background: #fff;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 15px;
    height: 30px;
    padding: 5px;
    width: 30px;
}
.box table tr td span.title
{
    color: #1C73A8;
    font-family: Aptos Display;
    font-size: 25px;
    line-height: 40px;
    padding-left: 15px;
}
.box center img
{
    width: 310px;
}
.box h4
{
    color: #fff;
    line-height: 40px;
}
.box form .inptxt
{
    background: #fff;
    border: none;
    border: 1px solid #0E3856;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    height: 45px;
    margin: 5px 0px 15px 0px;
    padding-left: 20px;
    outline: none;
    width: 310px;
}
.box form .inptxt::placeholder
{
    color: #9CA1AF;
}
.box form .inpfile
{
    border: none;
    border: 1px solid #0E3856;
    border-radius: 5px;
    color: #9CA1AF;
    margin: 5px 0px 15px 0px;
    outline: none;
    width: 310px;
}
.box form .inpbtn
{
    background: #1C73A8;
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    height: 45px;
    margin-top: 10px;
    width: 310px;
}
.box form .right
{
    margin-top: 10px;
}
.box form .right a
{
    color: #9CA1AF;
}
.box form .left
{
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.box form .left a
{
    color: #1C73A8;
}
.error
{
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}