body
{
    
    font-family: sans-serif;
    background: hsla(0,0%,93%,.84);
}

.mycontainer
{
    padding: 5px 12px;
}

.header1
{
    background-color: #FFFFFF;
    height: 37px;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 10px;

}

.konamiid
{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #717171;
}


.myform
{
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.myform input
{
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

.login1
{
    background: #b60018;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    line-height: 32px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: .375rem .75rem;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 15px;
}

.forget
{
    color: #b60018;
    font-size: 17px;
    
}

.reg1
{
    color: #5a5a5b;
    margin-bottom: 0px;
    margin-top: 5px;
}

.footer1
{
    text-align: center;
    background-color: #FFF;
    margin-top: 50px;
    padding: 30px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fot1
{
    color: #444;
}

.fot2
{
    color: #6c757d;
}

