@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-GT-light-blue {
    background: rgba(224,235,237,1);
}

.bg-GT-dark-blue {
    background-color: rgba(19,29,51,1);
}

.font-GT {
    font-family: 'Roboto', sans-serif;
}
.float-container {
    padding: 20px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
}

.gt-acount-input-color {
    background-color: #e1e5f7;
}

#coverphoto{
    height: 10%;
}