@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');
@font-face{
    font-family:'colombo';
    src: url("fonts/Colombo Sans Font.woff") format('woff');
}
body{
    background-color: black;
}
h1{
    font-family: sans-serif;
     color: #D1603D;
        FONT-SIZE: 45PX;
         FONT-WEIGHT: 900;
}
.container {
    max-width:500px;
    margin: auto;
    padding: 30px;
    background-color: #e9e4df;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 100px;
    font-family: sans-serif;
    max-height: auto;

}
 button[type="submit"] {
            background-color: navajowhite;
            color: black;
            font-size: 20px;
            font-weight: 100;
            cursor: pointer;
            float: center;
            width: 200px;
            border-radius: 5px;
           padding: 6px;
           border-color: none;
           border-style: solid;
           border-width: 1px;
           margin-top: 20px;
        }
button[type="submit"]:hover {
            background-color: #D1603D;;
            color: whitesmoke;
}
input[type="text"],
        input[type="password"]{
            display: inline-block ;
            width: 15rem;
            padding: 10px;
            margin-bottom: 20px;
            border-radius: 5px;
            border-width: 1PX;
            margin-top: 10PX;
        }
p.error {
            color: red;
            font-family: sans-serif;
            font-style: italic;
        }
.out{
    float: left;

}
.amen{
    margin-top: 10px;
    width: 120px;
    font-size: 15px;
}
