﻿#createAccountLink,
#signInHint {
  font-size: smaller;
  margin-top: 5px;
}

#divSignUp {
  display: none;
}

#createAccountForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  #createAccountForm input,
  #userCountry,
  #createAccountUserType {
    height: 35px;
    border: 2px solid #ddd;
    /*width: 300px;*/
    width: 250px;
    margin-bottom: 10px;
    box-sizing: content-box;
  }

#createAccountUserType {
  width: 215px;
  height: 25px;
  font-size: 19px;
  border: 1px solid #c5c5c5;
}
    /*label {
  align-self: flex-start;
}*/
    #createAccountFormBtns {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
    }

.btnCreateAccount,
.btnCreateAccountCancel {
  height: 40px;
  font-size: 14px;
  width: 110px;
}

.btnCreateAccountCancel {
  margin-left: 8px;
}