body {
    background-image: url(images/materialdictionary178_54.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7fbed;
    font-family: "Pixelated MS Sans Serif";
}

html {
      cursor: url("images/arrow.png"), auto;
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

.loading-main {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.loading-main2 {
    display: block;
}

.profile-pic {
        position:relative; 
        margin: 0 auto;
}

.profile-pic img {
        width: 180px;
        display: block;
  margin-left: auto;
  margin-right: auto;
}

.username {
        position:relative;
        color: #49989d;
        text-align: center
}

.warning {
        position:relative;
        color: #49989d;
        text-align: center 
}

.warning img{
        width: 20px;
}

.password {
    position:relative;
    background-color: #f7fbed;
    border: 4px groove rgba(198, 221, 223, 0.5);
    background-clip: padding-box;
    border-radius: 4px;
    padding-left: 7px;
    padding-bottom: 3px;
    width: 250px;
    height: 28px;
    float:left;
    font-size: large;
    color: #49989d;
}

.arrow-login {
    width: 35px;
    float:right;
    margin-left: 10px;
}

.container-password {
    margin-top: 20px;
    position:relative;
    margin: 0 auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.preloader {}