@font-face {
    font-family: 'RR'; 
    src: url(RR.ttf); 
}

html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
}

body {
    background-color: #f7f8fc;
}

.shadow {
    background-color: #ffffff;
}

h5 {
    margin-bottom: -25px;
}

.loadingC {
    margin-bottom: -25px;
}

.frm {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 300px;
    border-radius: 15px;
    background-image: url(1127.jpg);
    background-size: 50%;
    animation: bgAnim 16s ease infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.row {
	--bs-gutter-x: none;
}

h1 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: 'RR';
}

h5 {
    font-family: 'RR';
    margin-top: 10px;
}

@keyframes bgAnim {
    0% { background-size: 450px; }
    50% { background-size: 900px; }
    100% { background-size: 450px; }
}

@keyframes arrowAnim {
    0% { margin-left: -500px; opacity: 0; display: inline; }
    100% { margin-left: 0px; opacity: 1;  }
}


.inp {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

input {
    margin-bottom: 20px;
}

.removed {
    display: none;
    opacity: 0;
}

.signin {
    display: inline;
    animation: arrowAnim 1s ease infinite;
    animation-iteration-count: 1;
    cursor: pointer;
}

i {
    text-shadow: 0 0 2px white;
}

a {
    text-decoration: none;
    color: #000 !important;
}