
html{
    font-family: "LEMON MILK";
    font-size: xx-large;
}


header{
    display: flex;
    justify-content: center;
    /*height: 100px;*/
    /*background-color: black;*/

}
h1{

    /*background-color: #0A66C2;*/
    font-size: 25px;
    margin: 20px 0;
    padding:5px 100px ;
}
h4{
    padding-bottom: 20px;
    font-weight: bold;
    align-self: start;
    margin: 0;
}
p{
    align-self: start;
    margin: 0;
    font-size: 14px;
    margin-bottom: 20px;
}
.all{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    min-width: 352px;
    padding-top: 24px;
    margin: 100px;
    width: 352px;
    /*background-color: black;*/
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.container,.all,header{
    /*border: 2px solid darkgreen;*/

}
fieldset{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    border: none;
}
input[type="email"]{
    width: 100%;
    height: 52px;
    /*background-color: #80A4ED;*/
    border: 1px solid black;
    border-radius: 2px;
}
input[type="password"]{
    width: 100%;
    height: 52px;
    /*background-color: #80A4ED;*/
    border: 1px solid black;
    border-radius: 2px;
}
#login{
    transition: width 0.4s ease-in-out;
    font-weight: normal;
    width: 50%;
    height: 40px;
    background-color: #0A66C2;
    /*border: 1px solid black;*/
    border: none;
    border-radius: 25px;
    font-size: large;
    color: white;
}
#login:hover{

    font-weight: normal;
    width: 100%;
    height: 40px;
    background-color: #09539b;
    /*border: 2px dashed black;*/
    border-radius: 25px;
    color: white;
}
input{
    font-family: "LEMON MILK";
    margin: 10px 0;
}

#login{
    margin: 10px auto;
}
.onlycats:hover{
    color: #80A4ED;
}
a{
    color: #0A66C2;
    font-size: small;
    margin: 10px 0 ;
    text-decoration: none;
}
a:hover{
    color: #09539b;
    text-decoration: underline;
}
input::placeholder{
    padding-left: 16px;
    /*text-align: center;*/
    font-weight: lighter
}
input:focus{
    text-align: center;
    /*text-align: center;*/
    font-weight: lighter
}
input:after::checked{
    text-align: center;
    /*text-align: center;*/
    font-weight: bold;
}
#hr1{
    margin: 0;
    align-self: center;
    width:40%;
    height: 1px;
    margin-left:0
}
#hr2{
    margin: 0;
    align-self: center;
    width:40%;
    margin-left:0;
    height: 1px;
}
.ordiv{
    width: 100%;
    display: flex;

}
#or{
    padding: 10px 0;
    margin: 0 auto;
    text-align: center}
.loginbuttondiv{
    width: 100%;
    display: flex;
    align-items: center;
}
.signupbuttondiv{
    width: 100%;
    display: flex;
    align-items: center;
}
#signup{
    transition: width 0.4s ease-in-out;
    font-weight: normal;
    width: 50%;
    height: 40px;
    background-color: #0A66C2;
    /*border: 1px solid black;*/
    border: none;
    border-radius: 25px;
    font-size: large;
    color: white;
    margin: 10px auto;}
#signup:hover{
    font-weight: normal;
    width: 100%;
    height: 40px;
    background-color: #09539b;
    /*border: 2px dashed black;*/
    border-radius: 25px;
    color: white;
}