.signupDropboxInnerContainer {
  display:flex!important; 
  flex-direction:column!important; 
  align-items:center!important;
  color: #ffffff;
}

.dropbox .logInHeader {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: Lato;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.dropbox .loginSubHeader {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: Lato;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.dropboxSignupForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.DropboxSignupHaveAnAccount {
  margin-bottom: 24px;
  color: rgb(249, 249, 249);
  font-family: Lato;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.ssoSignupLabel {
  color: rgb(249, 249, 249);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
}

.SignupForm .inputRow .inputBlock:not(:first-child) {
  padding-left: 8px;
}

.SignupForm .ssoContainer {
  padding-bottom: 32px;
}

.sso-button {
  width: 120px;
  margin-bottom: 0px;
}

.SignupForm .ssoLoginHref, .loginContent .ssoLoginHref {
  width: 120px;
  margin-right: 8px;
}
.SignupForm .ssoLoginHref:not(:first-child), .loginContent .ssoLoginHref:not(:first-child) {
  margin-right: 0px;
}

.SignupForm .SignupFormFooter {
  width: 248px;
  height: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: normal;
}

.LoginSignupHeader {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropbox .header-icons {
  width: 158px;
  height: 50px;
  margin-bottom: 18px;
}

input.signinSubmit {
  background-color:unset;
  width: unset;
  height: unset;
  border: unset;
  font-family: Lato;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  color: #40A6D8;
}

input.signinSubmit:hover{
  text-decoration: underline;
  background-color: unset;
  border: unset;
}

.dropbox #loginForm{
  width: 250px;
  margin-top: 24px;
}

.dropbox .loginContent .login-button{
  color: rgb(249, 249, 249);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 16px;
}

.dropbox .loginContent .ssoSignupLabel{
  margin-bottom: 16px;
}

.loginContent .ssoContainer {
  display: flex;
}