body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
  padding: 40px;
}

h2 {
  margin-bottom: 10px;
}

form {
  background: #fff;
  padding: 20px;
  /*width: 300px;*/
  border-radius: 6px;
}

input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

button {
  padding: 8px 12px;
}

.error {
  color: red;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
        overflow: hidden;
}


section {
    position: relative;
    width: 100%;
    height: 300px;;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
    /*background: url(your-fallback-image.jpg) no-repeat center center;
    background-size: cover;*/
}
section .container form h2{
    margin-top : 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #ffffff;
}

section .container form input{
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

section .container form input[type="submit"]{
    max-width: 100px;
    background: #21a3a5;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
}

section .container form .signup{
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

section .container form .signup a{
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
}

.class_logo{
    width: 100%;
    text-align: center;
}

#logo{
  width: 100px;
  height: 100px;
}

#icro_loading{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100000;
}

