@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,800&display=swap');

html,body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(245,245,245);
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
}

*{
    padding: 0;
    border: none;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    line-height: 1;
}
.body{
    width: 300px;
    height: 350px;
    background: #ff4186;
    background: rgb(23, 23, 23);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}
.forumlar{
    width: 300px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: red; */
}
.forumlar input{
    width: 90%;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 5px;
    border-radius: 4px;
    color: white;
    color: rgb(23, 23, 23);
    background: rgb(23, 23, 23);
    background: #f5f5f5;
}
.forumlar input:focus{
    outline: none;
}
.forumlar button,.hasref{
    width: 90%;
    height: 25px;
    background: #fff200;
    color: #ff4186;
    color: rgba(23, 23, 23, 1);
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}
.forumlar button:focus,.hasref:focus{
    outline: none;
}
.forumlar button:hover{
    background: #f7ed44;
}

.eroare {
	font-size: 1.2rem;
	padding-top: 40px;
	color: red;
}
