
  .registerImage
{
    width: 400px;
    height: 340px;
    margin-top: 130px;
    margin-left: 25px;
}
.registerInfo{
    margin: 25px 0px 0px 40px;
    padding: 20px; 
  }
.registerInfo input  {
    width: 80%;
    height: 30px;
    border-radius: 10px;
    border: 0.5px solid grey;
    padding-left: 20px;
    font-size: 11.5px;
    outline: none;
  }
.registerInfo label {
    font-size: 12px;
    color: gray;
    font-weight: bold;
  }
.registerContainer {
    width: 550px;
    height: 490px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
.registerContainer > select {
    position: absolute;
    top: 40px;
    left: 80%;
    outline: none;
    color: gray;
  }

.registerInfo button {
    width: 192px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid grey;
    background-color: #6c63ff;
    color: white;
    margin-left: 16%;
    outline: none;
    cursor: pointer;
    position: initial;
  }
.pageInformation{
    font-weight: bold; 
    margin-top: -3px; 
    font-size: 18px;
  }

.socialMedia{
    margin-top: 20px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.socialMedia img{
    cursor: pointer;
    width: 15px;
    height: 15px;
    padding: 7.5px;
}
.socialmediaImage
{
    width: 30px;
    height: 30px;
    margin-left: 30px;
    border: 1px solid black;
    border-radius:50% ;
}