
:root {
    --main-color:#e7e9ea;
}

body{
    background-color: black;
    font-family: "Roboto", sans-serif;
}
i{
  color: var(--main-color);
}
@media (min-width: 480px) {
    .main-x .content {
        margin-left: 45px;
    }
    .main-x picture .img{
        height: 100px; 
        width: 100px;
    }
   
}
@media (max-width: 480px) {
    .main-x .content {
        margin-left: 45px;
    }
    .main-x picture .img{
        height: 100px; 
        width: 100px;
    }
    .info button {
      width: 200px;
  }

}
@media (min-width: 768px) {
    .main-x .content {
        margin-left: 45px;
    }
    .main-x picture .img{
        height: 250px; 
        width: 250px;
    }
}


@media (min-width: 1281px) {
    .main-x .content {
        margin-left: 100px;
    }
    .main-x picture .img{
        height: 500px; 
        width: 500px;
    }
}

.main-x h1, h5,h4{
    color: var(--main-color);
}

.main-x .info {
    width: 600px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--main-color);
}

.divider::before,
.divider::after {
    content: '';
    border-bottom: 1px solid #ccc;
    width: 120px;
}

.divider:not(:empty)::before {
    margin-right: .60em;
}

.divider:not(:empty)::after {
    margin-left: .60em;
}

footer a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.links small {
    font-size: 12px;
    line-height: 15px;
}

.links small a {
    text-decoration: none;
}

.modal img {
  width: 70px;
  height: 70px;
  margin-left: 195px;
}

.signin-content {
  padding-left: 70px;
  padding-right: 70px;
}

.signin-last {
  padding-left: 15px;
  padding-right: 15px;
}

.signin-last {
  padding-left: 15px;
  padding-right: 15px;
}

.modal-header button .btn-close {
  color: white !important;

}

.modal.btn-close {
  filter: invert(1);
}

.btn-close {
  filter: invert(1);
}

.search::placeholder{
  color: #b3b1b1;
}
.textarea::placeholder{
  color: #b3b1b1;
}

.modal-footer a {
  text-decoration: none;
}

.modal-footer a:hover,
.modal-body a:hover {
  text-decoration: underline;
}

.modal-body a {
  text-decoration: none;
}

.name-container {
  position: relative;
}

.name-count {
  position: absolute;
  top: 29px;
  right: 40px;
  transform: translateY(-50%);
  color: #6c757d;
}

.reg-content small {
  font-size: 13px;
  line-height: 15px;
}

.register-last small {
  font-size: 13px;
  line-height: 15px;
}

.register-last {
  padding-left: 20px;
  padding-right: 20px;
}

.register-content {
  padding-left: 20px;
  padding-right: 20px;
}

#exampleModalToggle4 .modal-footer {
  margin-top: 100px;
}

.placeholder::placeholder {
  color: #b3b1b1;
}

#imgpreview {
  width: 180px !important;
  height: 180px !important;
}

.fa-apple {
  left: 11px;
  font-size: 24px;
}
.eye{
  position: absolute;
  right: 20px;
    top: 12px;
}
.fa-eye {
  color: white;
  font-size: 20px;
}

/* googlebutton */
.gsi-material-button {
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }
/* googlebutton */