.container              {   padding-top:7% !important; }
body, html              {   margin: 0;  padding: 0; height: 100%;   background-image: url('../images/b2.png');  background-repeat: no-repeat;   background-attachment: fixed;   background-position: center;    background-size: cover; }
.user_card              {   animation: fadeIn 0.5s ease;    height: 455px;  width: 350px;   margin-top: auto;   margin-bottom: auto;    background: rgba(245,245,245,0.7);  backdrop-filter: blur(15px) !important; position: relative; display: flex;  justify-content: center;    flex-direction: column; padding: 10px;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  border-radius: 5px; }
.brand_logo_container   {   position: absolute; height: 170px;  width: 360px;   top: -1px;  padding: 20px;  text-align: center; }
.brand_logo             {   width: 320px;   }
.form_container, 
.login_container        {   padding-left: 20px; padding-right: 20px;    }
.login_btn              {   width: 100%;    background: #132F7B;    color: white !important;    }
.pwr_btn                {   width: 100%;    color: #363b3f !important;  background: #AEAEAE;    }
.pwr_btn:hover          {   width: 100%;    color: #363b3f !important;  background: #DDDDDD;    transition: ease 0.4s;  }
.login_btn:hover        {   background: #2d50ae;    transition: ease 0.4s;  }
.login_btn:focus        {   background: #132F7B;    transition: ease 0.4s;  }
.input-group-text       {   background: #132F7B !important; color: white !important;    border: 0 !important;   border-radius: 0.25rem 0 0 0.25rem !important;  }
.input_user, 
.input_pass:focus       {   box-shadow: none !important;    outline: 0px !important;    }
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {  background-color: #00b6d5 !important;   }
.signuptxt              {   font-size: 32px;    font-weight: bolder;    color: #132F7B; }