body {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-image: url("background demo.png");

  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 3580px;
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

#LoginBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #202a3a;
  background-image: none;
  height: 100vh;
  font-family: P;
}

#Portfolio {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-color: #ffffff;
  background-image: none;
  height: 100vh;
}

#passwordinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;

  padding: .375rem .75rem;
  font-weight: 400;
}


#openingkeyinput{
  
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;

  padding: .375rem .75rem;
  font-weight: 400;
}

#nameinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

#firstnameinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#lastnameinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#lastnameinput2 {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#emailaddressinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#usernameinput{
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
}
#confirmpasswordinput{
  
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
}
#telephonenumberinput {
  width: 95%;
  margin-top: 1vh;
  margin-bottom: 2vh;
  border: 1px solid #dee2e6;
  font-size: large;
  line-height: 24px !important;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  height: 100px;
  width: 100%;
}

footer div {
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #3c4858 !important;
}

section {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  height: fit-content;
  
  min-height: 94vh;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.LoginFail {
border-radius: 5px;
font-size: 16px;
background-color: rgba(232, 65, 66, .9);
color: #fff;
border-color: #e84142;
padding: 1rem !important;
margin-bottom: 1.5rem !important;
position: relative;
border: 1px solid transparent;  
}

.LoginSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 90vh;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.LoginForm {
  font-family: Poppins, sans-serif;
  height: fit-content;
  width: 500px;
  background-color: #e9ecef !important;
  align-items: baseline;
  justify-content: baseline;
  border-radius: 6px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.LoginTitle {
  font-family: Poppins, sans-serif;
  text-align: center;
  color: #3c4858 !important;
  margin-bottom: 1rem !important;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 28px !important;
}

.OpenAccountTitle{
  font-family: Poppins, sans-serif;
  text-align: center;
  color: #3c4858 !important;
  margin-bottom: 1rem !important;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 28px !important;}

.Form {
  height: fit-content;
  width: 936px;
  background-color: #e9ecef !important;
  align-items: baseline;
  justify-content: baseline;
  border-radius: 6px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-family: Poppins, sans-serif;
  margin-bottom: 4vh;
}

.TitleA {
  font-size: 40px !important;
  color: #202a3a;
  margin-bottom: .5rem !important;
  font-family: Poppins, sans-serif;
  line-height: 2;
  font-weight: 500;
}

#pagination {
  margin-top: 10px;
}

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pagination-button:hover {
  background-color: #e0e0e0;
}


#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  border: 0;
  transition: 0.5s;
  background-color: #202a3a;
  display: flex;
  align-items: flex-start;
}

#LoginContainer {
  width: 100%;
  height: 50px;
  background-color: black;
  color: lightgrey;

  display: flex;
  align-items: flex-start;
}

.AddressTxt {
  margin-left: auto;
}

.text-danger {
  color: #e84142 !important;
}
#Register-button{
  margin-top: 1vh;
  width: 100%;
  color: #ffffff;
  background-color: #bfab59;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}
#Register-button:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}
.LargeButton{

  margin-top: 1vh;
  width: 100%;
  color: #ffffff;
  background-color: #202a3a;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}
.LargeButton:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}
.LargeButton2{

  margin-top: 1vh;
  width: 100%;
  color: #ffffff;
  background-color: #202a3a;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}
.LargeButton2:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}

#login-button {
  width: 100%;
  color: #ffffff;
  background-color: #202a3a;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}

#login-button:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}
a:hover {
  cursor: pointer;
  transition: 3s;

}
button:hover {
  cursor: pointer;
  transition: 3s;

}

#CreateProfileBtn {
  width: 100%;
  color: #ffffff;
  background-color: #3a5b96;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}

#CreateProfileBtn:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}


.FlexLeftToRight {
  display: flex;
  flex-direction: row;
}

.half {

  WIDTH: 50%;
  MARGIN-RIGHT: 1VH;
}

#EditProfileBtn {
  width: 252px;
  color: #ffffff;
  background-color: #3a5b96;

  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}

#EditProfileBtn:hover {

  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}
#CreateProfileBtn {
  width: 252px;
  color: #ffffff;
  background-color: #3a5b96;

  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s;
  font-weight: 500;
  border-radius: 5px;
}

#CreateProfileBtn:hover {

  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: 3s;
  background-color: #013796;
}

.container {
  width: 100%;
  height: 75px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}

.container {
  max-width: 1000px !important;
}

.containera {
  max-width: 1300px !important;
  
  padding-top: 10vh;
}

.containerb {
  width: 936px;
}

a {
  align-self: center;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  padding: 1.5vw;
  font-size: larger;
  display: block;
  color: rgba(255, 255, 255, .5);
  /* font-size: 18px; */
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  transition: .5s;
  padding-left: 10px;
  padding-right: 10px;
}

a:hover {
  color: white;
}

.copyright {
  font-size: 11px;
  color: #8c98a4 !important;
}

.Logo {
  position: inherit;
  margin-right: auto;
  padding: 0;
  height: 75px;
  width: 250px;
  background-image: url("BellinsonGroupLogo.png");
  background-size: contain;
  /* or cover, or specific dimensions */
  background-repeat: no-repeat;
}

.LogoCenterpage {
  justify-self: center;
  margin: 6vh;
  height: 75px;
  width: 250px;
  background-image: url("BellinsonGroupLogo.png");
  background-size: contain;
  /* or cover, or specific dimensions */
  background-repeat: no-repeat;
}

.Form table {
  border-collapse: collapse;
  width: 100%;
}

.Form th,
.Form td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.Form th {
  background-color: #f0f0f0;
}

.Form tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.Form tbody tr:nth-child(even) {
  background-color: #fff;
}

.Form tbody td span {
  white-space: pre-wrap;
  font-size: 14px;
  color: #333;
}

.Form tbody td span br {
  display: none;
}

.Form #RecentActivityTable_wrapper {
  overflow-x: auto;
}

/* Dropdown Button */
.dropbtn {
  font-family: Poppins, sans-serif;
  text-decoration: none;

  font-size: larger;

  border: none;
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  transition: .5s;
  padding-left: 10px;
  padding-right: 10px;

  
}



.OpeningKeylabel{

  text-align: center;
  text-align-last: center;

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  /* position: relative; */
  /* display: block; */
  /* height: auto; */
  position: relative;
  height: 75px;
  justify-items: center;
  align-content: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #202a3a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-family: Poppins, sans-serif;
  color: rgba(255, 255, 255, .5);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

label {
  font-size: larger;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: white;
  transition: .5s;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: white;
  transition: .5s;
}

.Hidden{
  display:none;
}
.HiddenDiv {
  display: none;
}
 
.dropdown-content .HiddenDiv {
  display: none;
}






