*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    display: flex;
    justify-content:center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.container{
    width: 100%;
    height: 80px;
    display: flex;
    max-width: 100%;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: auto;
    margin-top: 0px;
}

.cont2{
    width: 100%;
    height: 250px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    background: #fff;
    text-align: left;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    position: fixed;
    padding: 70px;
    padding-left: 250px;
    padding-right: 250px;
}

.login{
    width: 100%;
}

form{
    width: 390px;
    margin: 0px 120px;
}

.menu{
    width: 190px;
    margin-right: 300px;
    margin-left: auto;
    display: flex;
    height: 60px;
    margin-top: 25px;
    margin-bottom: auto;
     
}

h1{
    text-align: left;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
}

p{
    text-align: center;
    margin: 20px;
    font-size: 14px;
    cursor: pointer;
}

p:hover{
    color: black;
}

hr{
    border-top: 2px solid #636363;
}

.pic img{
    width: 100%;
    height: auto;
}

.logo img{
    width: 100px;
    height: 100px;
    margin-top: -10px;
}

form label{
    display: block;
    font-size: 13px;
    font-weight: 520;
    padding: 7px;
    margin-top: 8px;
}
input{
    font-size: 11px;
    width: 100%;
    margin: 2px;
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 5px;
    border: 0px solid gray;
    background: #F2F2F2;
}
button{
    border: none;
    outline: none;
    padding: 8px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-top: 22px;
    border-radius: 5px;
    background: #5c5c5c;
}

button:hover{
    background: #424242;
}


a{
    color: black;
    text-decoration: none;
}
