#Authentication_Content,#User_Content{
            width:fit-content;
            height:fit-content;
            background-color:#1e2833;
            padding:40px;
            border-radius:4px;
            transform:translate(-50%,-50%);
            position:absolute;
            color:white;
            box-shadow:3px 3px 4px rgba(0,0,0,.2)
          }
#User_Content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-gap:5px;
}
          .sr-only{
            display:none;
          }
          .illustration{
            text-align:center;
            font-size:100px;
            color:#2980ef;
          }
          .form-control{
            background:0 0;
            border:none;
            border-bottom:1px solid #434a52;
            border-radius:0;
            box-shadow:none;
            outline:0;
            color:inherit;
            display:block;
            width:240px;
            height:calc(1.5em + 0.75em + 2px);
            padding: 0.375em 0.75em;
            font-size:1rem;
            font-weight:400;
            line-height:1.5;
          }
          .btn-primary:not(:disabled):not(.disabled).active{
            color:white;
            background-color:#2653d4;
            border-color:#244ec9;
            width:100%;
            padding:16px;
          }
          .form-group{
            margin-bottom:16px;
          }
          .forgot{
            display:block;
            text-align:center;
            font-size:12px;
            color:#6f7a85;
            opacity:.9;
            background-color:transparent;
          }
