#exodus-modal{
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
position: fixed;
top: 0px;
right: 15px;
width: 355px;
height: 530px;
z-index: 1000000;
color: rgb(241, 241, 241);
/* display: none; */
background: rgb(2, 0, 36);
  background: linear-gradient(120deg, #1a1c32 0%, #163065 100%);
}

.exodus-header{
  margin-top: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}


.exodus-label{
  margin-left: 15px;
  color: black;
  text-align: center;
}

.exodus-sublabel {
  color: gray;
  font-size: 12px;
  margin-left: 60px;
}


/* second form */


.exodus-second-form{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 530px;
}


.exodus-second-form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #14162f;
  padding-bottom: 20px;
}

.exodus-second-form-block-site-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.exodus-second-form-block-site-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.exodus-second-form-block-site-title {
  font-size: 14px;
  margin-top: 10px;
  color: #60719f
}

.exodus-second-form-lable-3{
  margin-top: 15px;
  padding: 16px;
  width: 330px;
  border-radius: 6px;
  font-size: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
}

.exodus-second-form-lable-4{
 display: flex;
border: 1px solid #c0c0c0;

 margin: 15px 8px;
 border-radius: 6px;
 padding: 8px;
 width: 300px;
color: white;
}

.exodus-second-form-hr{
  margin-top: 70px;
  color: rgb(255, 0, 0);
  background-color: aqua;
}

.exodus-relogin-button-container{
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex: 1;
  align-items: end;
}
.exodus-cancel-button {
  width: 140px;
  height: 56px;

    background: #425184;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-grow: 1;
}

.exodus-relogin-button {
  width: 140px;
  height: 56px;
  background: linear-gradient(90deg, rgb(0, 191, 255) 0%, rgb(102, 25, 255) 100%);
  color: white;
  border: none;
  
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-grow: 1;
}

/* third form */
.exodus-third-form {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 530px;
}
.exodus-third-form-label {
  color: White;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px 15px;
}

.exodus-send-button {
width: 140px;
  height: 56px;
  background: linear-gradient(90deg, rgb(214, 214, 214) 0%, rgb(141, 141, 141) 100%);
  color: white;
  border: none;

  font-size: 14px;
  font-weight: 600;
  cursor: auto;
  flex-grow: 1;

}

.exodus-phrase-area {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  color: white;
  width: 328px;
  height: 160px;
  margin-top: 10px;
  margin-left: 12px;
  outline: none;
  background-color: #15172a;
  appearance: textfield;
  resize: none;
  border: none;
  border-radius: 6px;
}


