body{
    background-color: #162127;
}
.main{
    font-family: 'Courier New', Courier, monospace;
}
.logo{
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    max-height: 50px;
}
#loginForm{
    text-align: center;
    margin: auto;
}
#user{
    width: 90%;
    border-radius: 10px;
    padding: 15px;
}

#pass{
    width: 90%;
    border-radius: 10px;
    padding: 15px;
}
.inps{
    background-color: #162127;
    border: 1px solid #2a363f;
    color: #8e98a1;
}
.btnsub{
    width: 94%;
    background-color: #0064e0;
    color: #c4ebf7;
    height: 35px;
    border: none;
    border-radius: 30px;
}
.meta{
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    max-height: 50px;
    margin-top: 10px;
}
.btnsign{
    width: 94%;
    background-color: #162127;
    color: #3c719f;
    height: 35px;
    border: 1px solid #4e87c3;
    border-radius: 30px;
    margin-top: 30%;
}
.forgot{
    margin: auto;
    text-align: center;
    font-family: sans-serif;
    color: #cbd4d9;
    font-size: 12px;
}